| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add XOR cookies for rp and sp. Switch from calling obsolete |  guenther | 2016-05-23 | 1 | -77/+75 |
* | Make _fwalk and _cleanup completely internal to libc |  guenther | 2016-05-23 | 2 | -6/+3 |
* | Stop supporting longjmperror(); it's not used, not portable, and the checks |  guenther | 2016-05-23 | 11 | -106/+22 |
* | Remove iruserok(_sa)? and __ivaliduser(sa)? |  guenther | 2016-05-23 | 4 | -97/+21 |
* | Eliminate __check_rhosts_file and __rcmd_errstr: they were only used by |  guenther | 2016-05-23 | 2 | -7/+1 |
* | Stop exposing <sys/localedef.h> and various symbols internal to the libc |  guenther | 2016-05-23 | 12 | -39/+129 |
* | Add XOR cookies for r1 (stack) and lr. Switch from calling obsolete |  guenther | 2016-05-22 | 2 | -108/+209 |
* | Oh right, actually delete this now that __cerror is unused |  guenther | 2016-05-22 | 1 | -61/+0 |
* | Delete the _SDA_BASE and _SDA2_BASE symbols: they're unnecessary in |  guenther | 2016-05-20 | 1 | -5/+1 |
* | no more v6only; |  jmc | 2016-05-19 | 1 | -12/+2 |
* | Add ASM_NOERR for syscalls that never fail and thus don't need the errno |  guenther | 2016-05-19 | 1 | -15/+36 |
* | Save and restore 'gbr' register when enter/leaving the kernel, and use |  guenther | 2016-05-18 | 8 | -110/+35 |
* | Reduce quadruple negation to double negation; |  schwarze | 2016-05-18 | 1 | -10/+10 |
* | Fix a one-byte buffer underflow (read access only). |  schwarze | 2016-05-17 | 1 | -4/+4 |
* | ...and delete the GP setup. Should have been in previous commit |  guenther | 2016-05-16 | 1 | -4/+1 |
* | Eliminate cerror: use PAL_rdunique to get the TCB address directly |  guenther | 2016-05-16 | 3 | -59/+12 |
* | Add END() to match ENTRY() macros |  guenther | 2016-05-15 | 2 | -3/+8 |
* | TIB conversion is complete, so set errno in the syscall stub and eliminate |  guenther | 2016-05-15 | 6 | -21/+33 |
* | remove extra argument; from rafael neves |  jmc | 2016-05-13 | 1 | -3/+3 |
* | Using a 3-word buffer in the openbsd.randomdata segment, XOR swizzle |  deraadt | 2016-05-12 | 3 | -21/+80 |
* | remove hppa64 port, which we never got going beyond broken single users. |  deraadt | 2016-05-11 | 29 | -944/+3 |
* | Add RETURN VALUES section and .Xr to memmem(3). |  schwarze | 2016-05-11 | 1 | -3/+4 |
* | Oops: the caching of TCB address in single-threaded processes on archs with |  guenther | 2016-05-10 | 1 | -2/+2 |
* | libc stub is gone, so update the description to cover the remaining use |  guenther | 2016-05-09 | 1 | -20/+19 |
* | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 2016-05-09 | 14 | -491/+3 |
* | Stop using sigreturn for longjmp, just set the signal mask and return |  guenther | 2016-05-09 | 3 | -40/+69 |
* | Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as in |  kettenis | 2016-05-09 | 1 | -60/+39 |
* | remove mention of dbm(3) and surrounding cruft; ok jmc@ |  naddy | 2016-05-09 | 1 | -4/+2 |
* | Implement longjmp directly and not on top of sigreturn. |  guenther | 2016-05-08 | 3 | -98/+125 |
* | No, sigaltstack's onstack flag shouldn't be saved. Delete comment |  guenther | 2016-05-08 | 1 | -2/+1 |
* | Hide __fpu_* and make internal _Qp_* calls go direct. |  guenther | 2016-05-08 | 6 | -39/+53 |
* | Simplify sig{set,long}jmp(): just Do The Job instead of calling others |  guenther | 2016-05-08 | 1 | -52/+50 |
* | Unexport sigreturn. Nobody should use it anymore, and it will be removed |  kettenis | 2016-05-07 | 1 | -2/+0 |
* | remove more dbm pieces |  naddy | 2016-05-07 | 2 | -5/+4 |
* | remove ancient dbm functions (ndbm remains). nothing uses them in forever. |  tedu | 2016-05-07 | 4 | -323/+1 |
* | stop opening the shadow database by default. only programs that request it |  tedu | 2016-05-07 | 1 | -5/+3 |
* | Avoid a transient PLT entry for the internal __getcwd syscall stub for |  guenther | 2016-05-07 | 1 | -1/+2 |
* | Declare moncontrol(3) APIs in <sys/gmon.h> |  guenther | 2016-05-07 | 3 | -7/+11 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 149 | -1658/+2279 |
* | Remove old cruft. |  zhuk | 2016-05-04 | 1 | -95/+0 |
* | Remove a vax remnant (that was really a no-op anyway). |  millert | 2016-05-02 | 1 | -3/+1 |
* | Remove old NeXT-specific cruft. From mmcc@ |  millert | 2016-05-01 | 1 | -13/+1 |
* | Don't add setjmp.S twice. |  kettenis | 2016-04-28 | 1 | -2/+2 |
* | Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as in |  kettenis | 2016-04-28 | 1 | -59/+22 |
* | remove duplicate strrchr.c entry in SRCS |  jsg | 2016-04-28 | 1 | -2/+2 |
* | Enable LIBREBUILD to construct libc.so.*.a |  deraadt | 2016-04-26 | 1 | -1/+2 |
* | Allow setenv(3) and putenv(3) to operate on a NULL environ pointer. |  millert | 2016-04-25 | 1 | -11/+15 |
* | document pledge(2); from rob pierce |  jmc | 2016-04-17 | 1 | -2/+6 |
* | Revert the recent changes to pledge.2. |  tb | 2016-04-13 | 1 | -74/+37 |
* | tweak previous; |  jmc | 2016-04-12 | 1 | -2/+2 |