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