Age | Commit message (Expand) | Author |
2016-05-20 | Delete the _SDA_BASE and _SDA2_BASE symbols: they're unnecessary in | Philip Guenther |
2016-05-19 | no more v6only; | Jason McIntyre |
2016-05-19 | Add ASM_NOERR for syscalls that never fail and thus don't need the errno | Philip Guenther |
2016-05-18 | Save and restore 'gbr' register when enter/leaving the kernel, and use | Philip Guenther |
2016-05-18 | Reduce quadruple negation to double negation; | Ingo Schwarze |
2016-05-17 | Fix a one-byte buffer underflow (read access only). | Ingo Schwarze |
2016-05-16 | ...and delete the GP setup. Should have been in previous commit | Philip Guenther |
2016-05-16 | Eliminate cerror: use PAL_rdunique to get the TCB address directly | Philip Guenther |
2016-05-15 | Add END() to match ENTRY() macros | Philip Guenther |
2016-05-15 | TIB conversion is complete, so set errno in the syscall stub and eliminate | Philip Guenther |
2016-05-13 | remove extra argument; from rafael neves | Jason McIntyre |
2016-05-12 | Using a 3-word buffer in the openbsd.randomdata segment, XOR swizzle | Theo de Raadt |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-11 | Add RETURN VALUES section and .Xr to memmem(3). | Ingo Schwarze |
2016-05-10 | Oops: the caching of TCB address in single-threaded processes on archs with | Philip Guenther |
2016-05-09 | libc stub is gone, so update the description to cover the remaining use | Philip Guenther |
2016-05-09 | Remove sigreturn declaration and the now-unused libc syscall stub | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2016-05-09 | Stop using sigreturn for longjmp, just set the signal mask and return | Philip Guenther |
2016-05-09 | Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as in | Mark Kettenis |
2016-05-09 | remove mention of dbm(3) and surrounding cruft; ok jmc@ | Christian Weisgerber |
2016-05-08 | Implement longjmp directly and not on top of sigreturn. | Philip Guenther |
2016-05-08 | No, sigaltstack's onstack flag shouldn't be saved. Delete comment | Philip Guenther |
2016-05-08 | Hide __fpu_* and make internal _Qp_* calls go direct. | Philip Guenther |
2016-05-08 | Simplify sig{set,long}jmp(): just Do The Job instead of calling others | Philip Guenther |
2016-05-07 | Unexport sigreturn. Nobody should use it anymore, and it will be removed | Mark Kettenis |
2016-05-07 | remove more dbm pieces | Christian Weisgerber |
2016-05-07 | remove ancient dbm functions (ndbm remains). nothing uses them in forever. | Ted Unangst |
2016-05-07 | stop opening the shadow database by default. only programs that request it | Ted Unangst |
2016-05-07 | Avoid a transient PLT entry for the internal __getcwd syscall stub for | Philip Guenther |
2016-05-07 | Declare moncontrol(3) APIs in <sys/gmon.h> | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-05-04 | Remove old cruft. | Vadim Zhukov |
2016-05-02 | Remove a vax remnant (that was really a no-op anyway). | Todd C. Miller |
2016-05-01 | Remove old NeXT-specific cruft. From mmcc@ | Todd C. Miller |
2016-04-28 | Don't add setjmp.S twice. | Mark Kettenis |
2016-04-28 | Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as in | Mark Kettenis |
2016-04-28 | remove duplicate strrchr.c entry in SRCS | Jonathan Gray |
2016-04-26 | Enable LIBREBUILD to construct libc.so.*.a | Theo de Raadt |
2016-04-25 | Allow setenv(3) and putenv(3) to operate on a NULL environ pointer. | Todd C. Miller |
2016-04-17 | document pledge(2); from rob pierce | Jason McIntyre |
2016-04-13 | Revert the recent changes to pledge.2. | Theo Buehler |
2016-04-12 | tweak previous; | Jason McIntyre |
2016-04-12 | two times a define to an inline function, from Michael McConville; ok djm@ | Otto Moerbeek |
2016-04-12 | documents "mcast" promise | Sebastien Marie |
2016-04-12 | documents "route" promise | Sebastien Marie |
2016-04-10 | Clean up and complete the lists of allowed syscalls. | Theo Buehler |
2016-04-09 | tweak MALLOC_STATS printing (switched off by default), prodded by | Otto Moerbeek |
2016-04-09 | redundant memset(3), from Michael McConville, ok armani@ | Otto Moerbeek |
2016-04-09 | Document (near) standards conformance | Philip Guenther |