summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-10-20Lob a style(9) grenade in here.Joel Sing
2015-10-19Remove old tame() stubTheo de Raadt
2015-10-19free rbio before wbioBob Beck
2015-10-19missing deref on char check. from David BindermanTed Unangst
2015-10-19Stop supporing "legcay" time formats that OpenSSL supports. Rewrite theBob Beck
2015-10-18Pull in <float.h> instead of declaring __flt_rounds() locallyPhilip Guenther
2015-10-18libc DNS functions will now use the new dnssocket() / dnsconnect()Theo de Raadt
2015-10-18ld.so no longer needs or uses a bind lock, so stop setting it. ThisPhilip Guenther
2015-10-18better placement for dnssocket/dnsconnectTheo de Raadt
2015-10-18create libc stubs for dnssocket() and dnsconnect()Theo de Raadt
2015-10-17Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs.Philip Guenther
2015-10-17Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapperPhilip Guenther
2015-10-17PROTO_NORMAL for pledge(); ok guentherTheo de Raadt
2015-10-16Check file sizes only for regular files. The current code breaks savecoreTobias Stoeckmann
2015-10-16Remove pointless externs - the structs are declared in the same files aJoel Sing
2015-10-16Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constJoel Sing