Age | Commit message (Expand) | Author |
2015-10-25 | Wrap waitpid() so calls go direct; weaken wait() and wait3(). | Philip Guenther |
2015-10-25 | Move the _atfork_list definition to atexit.c so that the fork syscall stub | Philip Guenther |
2015-10-25 | Hide __atexit and __atexit_register_cleanup() | Philip Guenther |
2015-10-25 | Nuke union of d_packname with un_d_boot0 & un_d_boot1, keeping | Kenneth R Westerback |
2015-10-25 | Sort the obsolete flags. | Doug Hogan |
2015-10-25 | Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete. | Doug Hogan |
2015-10-25 | Remove last vestige of SSL_OP_NO_SSLv3 support. | Doug Hogan |
2015-10-25 | Simplify ssl23_get_client_hello error handling. | Doug Hogan |
2015-10-25 | The only thing that was translated into multiple languages in OpenBSD | Alexander Bluhm |
2015-10-25 | Use sigaction() instead of signal() to avoid pulling in unnecessary | Philip Guenther |
2015-10-24 | typo | mmcc |
2015-10-24 | Move #includes from private.h to the .c files that need them, getting rid of | Philip Guenther |
2015-10-24 | nl_langinfo(3) conforms to POSIX. | Anthony J. Bentley |
2015-10-24 | Unify all the errno names in | Alexander Bluhm |
2015-10-24 | remove a paste error and get section numbers right for sysctl(3); | Jason McIntyre |
2015-10-24 | Cast isxdigit()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast ctype function arguments to unsigned char. | mmcc |
2015-10-23 | Verify that opened message catalog is valid, i.e. avoid integer overflows | Tobias Stoeckmann |
2015-10-23 | Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get the | Claudio Jeker |
2015-10-23 | Fix waitpid() loop again: do the errno check only if waitpid() returns -1 | Philip Guenther |
2015-10-23 | Use waitpid() instead of wait() to avoid returning early from another child | Philip Guenther |
2015-10-23 | Loop the waitpid() on EINTR, and save and restore the disposition of | Philip Guenther |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |
2015-10-23 | Add 3 new pledge requests. "ps" exposes enough sysctl information for | Theo de Raadt |
2015-10-23 | crank libc major | Theo de Raadt |
2015-10-23 | Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNS | Theo de Raadt |
2015-10-23 | Switch to using SOCK_DNS flag, rather than the dnssocket() and | Theo de Raadt |
2015-10-22 | Cast ctype function arguments to unsigned char. | mmcc |
2015-10-22 | Another change that is needed to restore the previous behaviour of | Joel Sing |
2015-10-22 | Restore previous behaviour and allow | Joel Sing |
2015-10-22 | document "id" request; from Gregor Best | Theo de Raadt |
2015-10-21 | Reject too small bits value in BN_generate_prime_ex(), so that it does not risk | Miod Vallat |
2015-10-21 | In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 code | Joel Sing |
2015-10-20 | Document SOCK_DNS flag | Theo de Raadt |
2015-10-20 | Lob a style(9) grenade in here. | Joel Sing |
2015-10-19 | Remove old tame() stub | Theo de Raadt |
2015-10-19 | free rbio before wbio | Bob Beck |
2015-10-19 | missing deref on char check. from David Binderman | Ted Unangst |
2015-10-19 | Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the | Bob Beck |
2015-10-18 | Pull in <float.h> instead of declaring __flt_rounds() locally | Philip Guenther |
2015-10-18 | libc DNS functions will now use the new dnssocket() / dnsconnect() | Theo de Raadt |
2015-10-18 | ld.so no longer needs or uses a bind lock, so stop setting it. This | Philip Guenther |
2015-10-18 | better placement for dnssocket/dnsconnect | Theo de Raadt |
2015-10-18 | create libc stubs for dnssocket() and dnsconnect() | Theo de Raadt |
2015-10-17 | Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs. | Philip Guenther |
2015-10-17 | Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapper | Philip Guenther |
2015-10-17 | PROTO_NORMAL for pledge(); ok guenther | Theo de Raadt |
2015-10-16 | Check file sizes only for regular files. The current code breaks savecore | Tobias Stoeckmann |
2015-10-16 | Remove pointless externs - the structs are declared in the same files a | Joel Sing |
2015-10-16 | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | Joel Sing |