Age | Commit message (Expand) | Author |
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 |
2014-06-11 | Really remove the obsolete manpages left by earlier commit | Christopher Zimmermann |
2014-06-11 | Remove manpages about deprecated RFC2292 ancillary data convenience functions. | Christopher Zimmermann |
2014-06-10 | mop up ifndef KERNEL goo; ok miod | Theo de Raadt |
2014-06-09 | Nuke the machinery to sync libkern with libc, it's not been used in the | Miod Vallat |
2014-06-07 | remove last few uses of __P | Theo de Raadt |
2014-06-07 | Fix modf() on sparc | Tobias Ulmer |
2014-06-04 | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h | Matthew Dempsky |
2014-06-04 | Remove assigned but unused local variables and macro from vfwprintf(). | Stefan Sperling |
2014-06-02 | move random bytes buffer to be part of mmaped pages; ok tedu@ | Otto Moerbeek |
2014-05-31 | Delete the extraneous "return" statement at the end of a void function. | Jeremie Courreges-Anglas |
2014-05-30 | Add definitions for Process and (finally!) Thread | Philip Guenther |
2014-05-30 | A program is the thing you run; a process is an instance of something | Philip Guenther |
2014-05-29 | Use .Er for errnos | Philip Guenther |
2014-05-29 | Grammar | Philip Guenther |
2014-05-26 | move all stats collecting under MALLOC_STATS; ok krw@ | Otto Moerbeek |
2014-05-25 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-25 | one calloc from Benjamin Baier, one from me. | Ted Unangst |
2014-05-24 | Fix typo in EPERM description; the function arg is pgrp, not pgid. | Todd C. Miller |