Age | Commit message (Expand) | Author |
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 |
2014-06-15 | oops, typo. James Hartley is fast at trying -current | Theo de Raadt |
2014-06-15 | In srandomdev(), use arc4random_buf() instead of from the kernel. | Theo de Raadt |
2014-06-13 | For now... assume success of getentropy() just like we assumed success | Theo de Raadt |
2014-06-13 | Remove deprecated RFC2292 ancillary data convenience functions. | Christopher Zimmermann |
2014-06-13 | use getgentropy() call. If it fails, things are pretty bad -- | Theo de Raadt |
2014-06-13 | use getentropy; from matthew | Theo de Raadt |
2014-06-13 | delete a lie; replace with a truth | Theo de Raadt |
2014-06-13 | Add new getentropy() system call. Code and pressure from matthew. | Theo de Raadt |
2014-06-13 | crank major | Theo de Raadt |
2014-06-13 | Add timingsafe_memcmp(). | Matthew Dempsky |
2014-06-13 | Add support for MAP_INHERIT_ZERO. | Matthew Dempsky |
2014-06-12 | Disable the "switch to insertion sort" optimization to avoid quadratic | Todd C. Miller |