Age | Commit message (Expand) | Author |
2014-09-04 | POSIX specifies arpa/inet.h as the include file for these. | Todd C. Miller |
2014-09-02 | Fix previous commit: fd wasn't set in the FAE_DUP2 case | Philip Guenther |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-08-31 | no Pp needed before non-compact lists; | Jason McIntyre |
2014-08-31 | Don't .Xr uuidgen(1) yet. | Miod Vallat |
2014-08-31 | Sync with FreeBSD. No functional change but more readable code. | Miod Vallat |
2014-08-31 | Fix incorrect behaviour by syncing with FreeBSD; reported by Jonas 'Sortie' | Miod Vallat |
2014-08-31 | Make the in6addr constant declarations and definitions consistent | Alexander Bluhm |
2014-08-31 | Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via | Miod Vallat |
2014-08-31 | tweaks; | Jason McIntyre |
2014-08-31 | provide section numbers for xrs; | Jason McIntyre |
2014-08-31 | They're thread IDs, not PIDs. The wording is a bit clunky, but closer | Philip Guenther |
2014-08-31 | Declare and document getthrid() | Philip Guenther |
2014-08-31 | Add sockatmark() | Philip Guenther |
2014-08-31 | Add additional userland interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
2014-08-23 | unbind; | Jason McIntyre |
2014-08-22 | POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb. | Kenneth R Westerback |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov |
2014-08-18 | a small tweak to improve malloc in multithreaded programs. we don't need | Ted Unangst |
2014-08-18 | Add mention of execvpe() setting errno on failure. | Philip Guenther |
2014-08-16 | Cover execvpe() in the description of what the envp arg means. | Philip Guenther |
2014-08-16 | Fixed typo in "distinct". | Tobias Stoeckmann |
2014-08-15 | XPG requires insque() and remque() to work with linear lists and not just | Philip Guenther |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2014-08-14 | fixed overrid(d)en typo | Tobias Stoeckmann |
2014-08-10 | AF_IMPLINK and AF_BLUETOOTH are gone | Philip Guenther |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther |
2014-07-23 | Make queries using the search list for hostname lookups fail with | Eric Faurot |
2014-07-21 | Add pthread_sigmask() and raise() to the list of async signal safe | Matthew Dempsky |
2014-07-21 | missing newline | Theo de Raadt |
2014-07-21 | Fix typo: s/lstate/lstat/ | Matthew Dempsky |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2014-07-20 | Move more OS-specific functionality to arc4random.h headers. | bcook |
2014-07-20 | From ISO/IEC 9899:1999 and 9899:201x, | Philip Guenther |
2014-07-19 | arc4random re-seeds with getentropy() now; ok deraadt@ jmc@ | Christian Weisgerber |
2014-07-19 | Document that abort() is async signal safe now that it doesn't flush | Matthew Dempsky |
2014-07-19 | Change _rs_allocate so it can combine the two regions (rs and rsx) | Theo de Raadt |
2014-07-18 | Oops, getentropy() is an "extension interface", not a "base interface" | Matthew Dempsky |
2014-07-18 | Document that getentropy() is async signal safe. | Matthew Dempsky |
2014-07-18 | As discussed with beck, tweak the wording for getentropy slightly so | Theo de Raadt |
2014-07-18 | Remove "const" from the lsearch(3) manual's synopsis too. | Matthew Dempsky |
2014-07-18 | zap trailing whitespace; | Jason McIntyre |
2014-07-18 | Change lsearch()'s "base" argument to require a non-const pointer to | Matthew Dempsky |
2014-07-18 | Seperate arc4random's os-dependent parts into static inline functions, | Theo de Raadt |
2014-07-17 | it is 2014, and we still need to encourage people away from srand() | Theo de Raadt |
2014-07-17 | "Race-free because we're running single-threaded in a new | Theo de Raadt |