Age | Commit message (Expand) | Author |
2015-11-05 | document the net.inet6.ip6.ifq variables in sysctl(3) as well, referring back | Stuart Henderson |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | clean up HISTORY; | Jason McIntyre |
2015-11-03 | Improve explanations throughout | Theo de Raadt |
2015-11-03 | bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER. | Brent Cook |
2015-11-03 | systrace should work now | Ted Unangst |
2015-11-02 | kill 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 -> NULL | mmcc |
2015-11-02 | (struct timezone *)0 -> NULL | mmcc |
2015-11-02 | Fix typo in comment of previous commit: "that that". | Reyk Floeter |
2015-11-02 | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | Reyk Floeter |
2015-11-02 | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | Reyk Floeter |
2015-11-01 | replace "can not" with "cannot"; | Jason McIntyre |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-10-31 | Invoke the _HIDDEN() sigprocmask label rather than the public one. | Miod Vallat |
2015-10-31 | This is sigprocmask, not sigpending. | Miod Vallat |
2015-10-31 | Do not include a timestamp in the syslog message. There is no need -- | Theo de Raadt |
2015-10-30 | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | Miod Vallat |
2015-10-30 | For getgrent.3: | Philip Guenther |
2015-10-29 | update text to be more like posix, in particular wrt length = 0 | Ted Unangst |
2015-10-29 | (struct timezone *)0 -> NULL, while I'm here. | mmcc |
2015-10-28 | We are always using _PATH_RESCONF, so no need to remember the path on | Eric Faurot |
2015-10-28 | Remove support for [addr]:port syntax from the "nameserver" line. | Theo de Raadt |
2015-10-28 | Rewrite the mbtowc(3) page for clarity. Explain what needs to be done on error. | Stefan Sperling |
2015-10-27 | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), | Philip Guenther |
2015-10-27 | The fd of the passwd database is marked close-on-exec now | Philip Guenther |
2015-10-26 | don't keep the passwd database open; callers do not expect that they will | Ted Unangst |
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 |