Age | Commit message (Expand) | Author |
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 |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-16 | #ifdef wrap the _rs_forkhandler | Theo de Raadt |
2014-07-16 | added handler for an atfork hook from kettenis@ | bcook |
2014-07-14 | international currency locale rules as per POSIX.1-2008 | Martin Pelikan |
2014-07-14 | crank major for syslog_r(3) using sendsyslog(2). new kernel needed, too. | Theo de Raadt |
2014-07-14 | Convert syslog_r(3) to using sendsyslog(2). This ensures that syslog_r(3) | Theo de Raadt |
2014-07-13 | add missing whitespace between .Fa macro argument and trailing punctuation | Ingo Schwarze |
2014-07-13 | one .Fn argument per function argument | Ingo Schwarze |
2014-07-13 | yes indeed, it returns void *. from Jean-Philippe Ouellet, i also had | Theo de Raadt |
2014-07-13 | tweak previous; | Jason McIntyre |
2014-07-13 | missing bracket in previous; | Jason McIntyre |
2014-07-13 | Document KERN_PROC_NOBROADKILL | Claudio Jeker |
2014-07-13 | Update BUGS section. | Miod Vallat |
2014-07-13 | oops, i deleted the wrong word | Ted Unangst |
2014-07-13 | remove a lie spotted by guenther | Ted Unangst |
2014-07-13 | once srandomdev() is called, switch to using arc4random() but mask off the | Ted Unangst |
2014-07-13 | Split out ntoh[ls] and hton[ls] into their own manpage. | Philip Guenther |
2014-07-13 | While we thought this would make portable life easier it actually | Bob Beck |
2014-07-12 | Wrap "thread_private.h" with #ifdef __OpenBSD__ so that other systems | Theo de Raadt |
2014-07-12 | more accept_rtadv removal; | Jason McIntyre |
2014-07-12 | tweak previous; | Jason McIntyre |
2014-07-12 | no more net.inet6.ip6.accept_rtadv | Henning Brauer |
2014-07-12 | Correct the sentence in the BUGS section. Colon chars are usable as a | YASUOKA Masahiko |
2014-07-12 | Split arc4random_uniform into it's own file, to assist other projects | Theo de Raadt |
2014-07-12 | document sendsyslog(2); ok guenther tedu matthew | Theo de Raadt |
2014-07-11 | clean up after previous: zap rfc 4620 from sysctl(3) too. | Sebastian Benoit |
2014-07-11 | Add locking for __cxa_finalize() as it modifies the page permissions of the | Mark Kettenis |
2014-07-11 | better document perils of setuid getenv and xr with issetugid | Ted Unangst |
2014-07-10 | as noted by google/android via kettenis, atexit handlers can install new | Ted Unangst |
2014-07-10 | Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposal | Matthew Dempsky |