summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-11-08inet(4), not inet(3);Jason McIntyre
2015-11-07add missing NAME entries;Jason McIntyre
2015-11-06Fix gcc version preprocessor checks to cope with gcc 5.x and beyond;Miod Vallat
2015-11-06From FreeBSD 23397:Alexandr Shadchin
2015-11-06Remove needless comma.mmcc
2015-11-05Set the name server counter in __res_state correctly if a nameserverAlexander Bluhm
2015-11-05After removing National Language Support (NLS) from base, stopAlexander Bluhm
2015-11-05When filling the __res_state compatibiliy struct, a long list ofAlexander Bluhm
2015-11-05Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left byMiod Vallat
2015-11-05Mention ROTL() is always invoked with a proper shift value, due to the way theMiod Vallat
2015-11-05document the net.inet6.ip6.ifq variables in sysctl(3) as well, referring backStuart Henderson
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-04clean up HISTORY;Jason McIntyre
2015-11-03Improve explanations throughoutTheo de Raadt
2015-11-03bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER.Brent Cook
2015-11-03systrace should work nowTed Unangst
2015-11-02kill 0 has worked for ages, no idea how the man page could be so innacurate s...Theo de Raadt
2015-11-02(struct timezone *)NULL -> NULLmmcc
2015-11-02(struct timezone *)0 -> NULLmmcc
2015-11-02Fix typo in comment of previous commit: "that that".Reyk Floeter
2015-11-02bump minors after adding EVP_aead_chacha20_poly1305_ietf()Reyk Floeter
2015-11-02Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,Reyk Floeter
2015-11-01replace "can not" with "cannot";Jason McIntyre
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-10-31Invoke the _HIDDEN() sigprocmask label rather than the public one.Miod Vallat
2015-10-31This is sigprocmask, not sigpending.Miod Vallat
2015-10-31Do not include a timestamp in the syslog message. There is no need --Theo de Raadt
2015-10-30Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofMiod Vallat
2015-10-30For getgrent.3:Philip Guenther
2015-10-29update text to be more like posix, in particular wrt length = 0Ted Unangst
2015-10-29(struct timezone *)0 -> NULL, while I'm here.mmcc
2015-10-28We are always using _PATH_RESCONF, so no need to remember the path onEric Faurot
2015-10-28Remove support for [addr]:port syntax from the "nameserver" line.Theo de Raadt
2015-10-28Rewrite the mbtowc(3) page for clarity. Explain what needs to be done on error.Stefan Sperling
2015-10-27Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),Philip Guenther
2015-10-27The fd of the passwd database is marked close-on-exec nowPhilip Guenther
2015-10-26don't keep the passwd database open; callers do not expect that they willTed Unangst
2015-10-25Wrap waitpid() so calls go direct; weaken wait() and wait3().Philip Guenther
2015-10-25Move the _atfork_list definition to atexit.c so that the fork syscall stubPhilip Guenther
2015-10-25Hide __atexit and __atexit_register_cleanup()Philip Guenther
2015-10-25Nuke union of d_packname with un_d_boot0 & un_d_boot1, keepingKenneth R Westerback
2015-10-25Sort the obsolete flags.Doug Hogan
2015-10-25Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.Doug Hogan
2015-10-25Remove last vestige of SSL_OP_NO_SSLv3 support.Doug Hogan
2015-10-25Simplify ssl23_get_client_hello error handling.Doug Hogan
2015-10-25The only thing that was translated into multiple languages in OpenBSDAlexander Bluhm
2015-10-25Use sigaction() instead of signal() to avoid pulling in unnecessaryPhilip Guenther
2015-10-24typommcc