Age | Commit message (Expand) | Author |
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 |
2014-07-10 | __tfork_thread is in libc, so move the manpage over too | Philip Guenther |
2014-07-10 | posix_madvise() should return the errno value on error, not -1 | Philip Guenther |
2014-07-10 | sprinkle in -Werror-implicit-function-declaration to disable one of the | Ted Unangst |
2014-07-10 | prototype for _thread_sys_madvise | Ted Unangst |
2014-07-10 | Don't document the guts of struct syslog_data. This man page only needs | Theo de Raadt |
2014-07-09 | reduce obvious dependency on global g_pool by moving to local aliases | Ted Unangst |
2014-07-09 | rephrase the stpcpy() warning | Christian Weisgerber |
2014-07-09 | Clean up after arc4random u_int32_t uint32_t change | Bob Beck |
2014-07-09 | changes to improve portability | bcook |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-08 | Document that shm_open() et al have been available since OpenBSD 5.4 | Matthew Dempsky |
2014-07-03 | rework some fflush text, as requested | Jason McIntyre |
2014-07-02 | Various small typographic fixes for mman.h manual pages: | Matthew Dempsky |
2014-07-02 | Sync description of PROT_* flags between mmap.2 and mprotect.2 | Matthew Dempsky |
2014-06-27 | zap unneccessary punctuation; | Jason McIntyre |
2014-06-27 | re-init and init code paths are now more shared, so the getpid()-based | Theo de Raadt |
2014-06-27 | Cleanup ioctl.2 slightly: | Matthew Dempsky |
2014-06-27 | OpenBSD supports mmap() on block special files too. | Matthew Dempsky |
2014-06-27 | Split out mmap's compatibility flags into a separate section, so users | Matthew Dempsky |
2014-06-27 | Revise wording to reflect that callers should always specify (exactly) | Matthew Dempsky |
2014-06-27 | extra evil spaces snuck in over the last while | Theo de Raadt |
2014-06-27 | Move to a smaller rbytes buffer and skip a random part. Not to | Otto Moerbeek |
2014-06-26 | Add back an #ifndef MAP_INHERIT_ZERO chunk to support the old getpid() | Theo de Raadt |
2014-06-26 | Document that mmap() confirms to POSIX 2008, except that we generate | Matthew Dempsky |
2014-06-25 | document why we explicit_bzero | Theo de Raadt |
2014-06-21 | loosen the spec for timingsafe functions slightly, so as to not | Ted Unangst |
2014-06-15 | occured -> occurred; | Jason McIntyre |
2014-06-14 | Change return value of getentropy() to int 0 for success. Maximum | Theo de Raadt |
2014-06-13 | typo; Piotr Sikora | Theo de Raadt |
2014-06-21 | Protect explicit_bzero() from link-time optimization | Matthew Dempsky |
2014-06-20 | arc4random: hard fail with raise(SIGKILL) if getentropy() returns -1 | Matthew Dempsky |
2014-06-19 | Move rs_chacha and rs_buf into the same memory page and don't mark it | Matthew Dempsky |
2014-06-18 | Always call atexit handlers as if they were registered with __cxa_atexit. | Mark Kettenis |
2014-06-17 | Use MAP_INHERIT_ZERO in arc4random(3) | Matthew Dempsky |