Age | Commit message (Expand) | Author |
2012-12-05 | Cross-reference getfsstat(2); OK jmc@ | Todd C. Miller |
2012-12-05 | no need for .Pp before lists; | Jason McIntyre |
2012-12-04 | Rewritten posix_openpt manual that doesn't include any of the POSIX | Todd C. Miller |
2012-12-04 | Use "path name" not "pathname". | Todd C. Miller |
2012-12-03 | Add two missing quad-precision emulation functions: _Qp_cmp and _Qp_cmpe. At | Mark Kettenis |
2012-12-03 | Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), | Todd C. Miller |
2012-12-03 | New CA root certificates, ok beck@. | Stuart Henderson |
2012-12-01 | Additional CA root certificates: GeoTrust/Equifax, Go Daddy, StartCom, thawte. | Stuart Henderson |
2012-11-30 | Regenerate the text information for all certificates with recent openssl | Stuart Henderson |
2012-11-30 | Remove retired Thawte/Verisign certificates. | Stuart Henderson |
2012-11-30 | Document a known bug in the DES crypt cipher implementation which we're | Stefan Sperling |
2012-11-29 | - put the various options into the same order as those in resolv.h | Jason McIntyre |
2012-11-29 | deal with vendor branch sillyness: those files are gone | Marc Espie |
2012-11-29 | bump major (new functions), regen relevant files | Marc Espie |
2012-11-29 | lemon.c fixed differently upstream, solve conflict | Marc Espie |
2012-11-29 | minor update to 3.7.14.1 | Marc Espie |
2012-11-29 | struct ktr_header changed back in April 2012, rearranging the members, | Philip Guenthe |
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe |
2012-11-24 | Saner implementation for self-contained hostent and netent, and also | Eric Faurot |
2012-11-24 | knf | Eric Faurot |
2012-11-24 | make separate structures for pack and unpack | Eric Faurot |
2012-11-23 | Copy from the is* manpages the CAVEAT about the input range. | Philip Guenthe |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |
2012-11-23 | Make the client wait for the first flow control message rather than | Alexandre Ratchov |
2012-11-22 | Do not pass -Wmissing-prototypes when building on a non-ELF platform with | Miod Vallat |
2012-11-19 | remove some useless Tn and double punctuation; | Jason McIntyre |
2012-11-19 | RES_IGNTC is no longer ignored; ok sthen | Jason McIntyre |
2012-11-18 | Ensure that the base provided to strtol(3) is between 2 and 36 inclusive, | Joel Sing |
2012-11-17 | tweak previous; | Jason McIntyre |
2012-11-17 | Clarify ss_sp's meaning and that alt stacks are per-thread | Philip Guenthe |
2012-11-15 | imsg_get() returns ssize_t, not size_t. | Kenneth R Westerback |
2012-11-12 | make scan_scaled set errno to EINVAL rather than ERANGE if it encounters | Alexander Hall |
2012-11-12 | Fix pid matching on kernel crashdumps in kvm_getprocs(KERN_PROC_PID) | Philip Guenthe |
2012-11-10 | raise() is now correctly defined in libc | Philip Guenthe |
2012-11-10 | raise() sends the signal to the current thread and only one error can occur. | Philip Guenthe |
2012-11-10 | Per POSIX, fix raise() and abort() to send the signal to the current thread. | Philip Guenthe |
2012-11-05 | typedef pthread_key_t to an int instead of a volatile int, reverts a chunk | Landry Breuil |
2012-11-02 | Add a new malloc option 'U' => "Free unmap" that does the guarding/ | Damien Miller |
2012-11-02 | Use dedicated messages for flow control instead of abusing clock tick | Alexandre Ratchov |
2012-11-01 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis |
2012-10-31 | On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don't | Mark Kettenis |
2012-10-27 | make midi code use non-blocking i/o as does audio code, in order | Alexandre Ratchov |
2012-10-27 | crank SIO_MAXNFDS | Alexandre Ratchov |
2012-10-27 | check that polled fd number is smaller than SIO_MAXNFDS | Alexandre Ratchov |
2012-10-27 | include netinet/in.h to get htons & friends prototypes | Alexandre Ratchov |
2012-10-22 | Restore r1.10, lost during last update: | Miod Vallat |
2012-10-22 | struct buf -> ibuf; from Sunil Nimmagadda | Jason McIntyre |
2012-10-21 | Add the IP_DIVERTFL socket option on divert(4) sockets to control | Sebastian Benoit |
2012-10-17 | reword this sentence to avoid ambiguity; | Jason McIntyre |
2012-10-16 | Make sleep(3) and usleep(3) more consistent and remove extraneous | Todd C. Miller |