summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-10-24Move #includes from private.h to the .c files that need them, getting rid ofPhilip Guenther
2015-10-24nl_langinfo(3) conforms to POSIX.Anthony J. Bentley
2015-10-24Unify all the errno names inAlexander Bluhm
2015-10-24remove a paste error and get section numbers right for sysctl(3);Jason McIntyre
2015-10-24Cast isxdigit()'s argument to unsigned char.mmcc
2015-10-24Cast ctype function arguments to unsigned char.mmcc
2015-10-23Verify that opened message catalog is valid, i.e. avoid integer overflowsTobias Stoeckmann
2015-10-23Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get theClaudio Jeker
2015-10-23Fix waitpid() loop again: do the errno check only if waitpid() returns -1Philip Guenther
2015-10-23Use waitpid() instead of wait() to avoid returning early from another childPhilip Guenther
2015-10-23Loop the waitpid() on EINTR, and save and restore the disposition ofPhilip Guenther
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadPhilip Guenther
2015-10-23Add 3 new pledge requests. "ps" exposes enough sysctl information forTheo de Raadt
2015-10-23crank libc majorTheo de Raadt
2015-10-23Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNSTheo de Raadt
2015-10-23Switch to using SOCK_DNS flag, rather than the dnssocket() andTheo de Raadt
2015-10-22Cast ctype function arguments to unsigned char.mmcc
2015-10-22Another change that is needed to restore the previous behaviour ofJoel Sing
2015-10-22Restore previous behaviour and allowJoel Sing
2015-10-22document "id" request; from Gregor BestTheo de Raadt
2015-10-21Reject too small bits value in BN_generate_prime_ex(), so that it does not riskMiod Vallat
2015-10-21In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 codeJoel Sing
2015-10-20Document SOCK_DNS flagTheo de Raadt