Age | Commit message (Expand) | Author |
2016-05-11 | Add RETURN VALUES section and .Xr to memmem(3). | Ingo Schwarze |
2016-05-11 | convert bcopy to memcpy. ok dlg millert | Ted Unangst |
2016-05-10 | Enable separate compilation while keeping internal interfaces hidden. | Ingo Schwarze |
2016-05-10 | Fix next_history() and previous_history(): | Ingo Schwarze |
2016-05-10 | Fix history_get(): | 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 | update libexpat to 2.1.1. | Remi Pointel |
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 | Fix mangled function signatures. | Joel Sing |
2016-05-09 | Fix stifle_history(): Remove excessive entries, if any. | Ingo Schwarze |
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-08 | Change where_history() to agree with the GNU implementation: | Ingo Schwarze |
2016-05-08 | Make the history_set_pos() return values agree with the GNU implementation. | Ingo Schwarze |
2016-05-08 | Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested by | Martin Natano |
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-06 | typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD) | Ingo Schwarze |
2016-05-06 | Replace the generated file "fcns.c" by a simpler header "func.h" | Ingo Schwarze |
2016-05-04 | fix for integer overflow in encode and encrypt update functions. | Ted Unangst |
2016-05-04 | fix a padding oracle in aesni cbc mac check. there must be enough data | Ted Unangst |
2016-05-04 | internal only negative types should not be handled here. | Ted Unangst |
2016-05-04 | be careful about consuming excessive memory by reading in chunks. | Ted Unangst |
2016-05-04 | revert the big change from yesterday to prepare for smaller commits. | Ted Unangst |
2016-05-04 | Remove old cruft. | Vadim Zhukov |
2016-05-04 | Add ERRORS section (requested by bluhm@). While there, move start of | Vadim Zhukov |
2016-05-04 | Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl and | Vadim Zhukov |
2016-05-03 | prefer limits.h over sys/limits.h | Brent Cook |
2016-05-03 | patch from openssl for multiple issues: | Ted Unangst |
2016-05-03 | Combine help.h and help.c into a simplified help.h | Ingo Schwarze |
2016-05-03 | The files editline.c, historyn.c, and tokenizern.c are completely | Ingo Schwarze |
2016-05-03 | Move to /dev/bpf; ok lteo | Martin Natano |
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 | spelling fix; | Jason McIntyre |
2016-04-28 | Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol | Joel Sing |
2016-04-28 | Factor our the keypair handling in libtls. This results in more readable | Joel Sing |