Age | Commit message (Expand) | Author |
2014-07-10 | Oops, fix man page typo. | Matthew Dempsky |
2014-07-10 | Add mallocarray(9) | Matthew Dempsky |
2014-07-10 | Put boot signature always at end of 512 byte sector, even on disks with | Tobias Stoeckmann |
2014-07-10 | Kill a blatantly outdated (and now wrong) comment | Miod Vallat |
2014-07-10 | No need to talk about config_activate(), we don't have it anymore. | Martin Pieuchot |
2014-07-10 | Backport support for -Wframe-larger-than=N to base GCC | Matthew Dempsky |
2014-07-10 | Now that sd(4) drives under softraid0 have their cache flushed when | Martin Pieuchot |
2014-07-10 | Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposal | Matthew Dempsky |
2014-07-10 | Avoid out of boundary access when checking invalid long filenames. | Tobias Stoeckmann |
2014-07-10 | Validate file system information which are critical for fsck_msdos operation. | Tobias Stoeckmann |
2014-07-10 | Validate number of FATs. | Tobias Stoeckmann |
2014-07-10 | make the control process broadcast verbose/profile admin requests directly, | Eric Faurot |
2014-07-10 | Improve the scheduler, better and simpler. | Eric Faurot |
2014-07-10 | repair prototypes | Theo de Raadt |
2014-07-10 | struct ucred; for fstat _KERNEL block | Theo de Raadt |
2014-07-10 | Return RSN (WPA) information to userland during wireless scan, and | Stefan Sperling |
2014-07-10 | fleanse out oldrdist support | Ted Unangst |
2014-07-10 | Assume POSIX: write() takes size_t and returns ssize_t | Philip Guenther |
2014-07-10 | Fix examples description, and use less ambiguous wording. | Miod Vallat |
2014-07-10 | Snakes. Why'd it have to be snakes? | Ted Unangst |
2014-07-10 | expected user.h fallout; _KERNEL case needs manual pull of ucred.h | Theo de Raadt |
2014-07-10 | oldrdist is old. pre-ok guenther | Ted Unangst |
2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | Theo de Raadt |
2014-07-10 | struct proc; and struct ucred; only needed for ipcs in kernel-grovel mode | Theo de Raadt |
2014-07-10 | Try and fix the horrible coding style of the example code snippets. | Miod Vallat |
2014-07-10 | annotate regexp error messages with source string. | Marc Espie |
2014-07-10 | tweak previous; ok tedu | Jason McIntyre |
2014-07-10 | #define _KERNEL hack requires ucred.h now as well | Theo de Raadt |
2014-07-10 | Stop including standard headers via cryptlib.h - pull in the headers that | Joel Sing |
2014-07-10 | Remove empty sections and references to des_modes(7) which we don't have. | Miod Vallat |
2014-07-10 | remove unneeded header | Bret Lambert |
2014-07-10 | Tweak accept pacing in pptp. Add handling when accept_add() fails and | YASUOKA Masahiko |
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 | Fewer lies, also do not document DES_3cbc_encrypt anymore. | Miod Vallat |
2014-07-10 | delete some boolean_t poison | Ted Unangst |
2014-07-10 | drain some boolean_t poison | Ted Unangst |
2014-07-10 | boot(): Remove comments about RB_TIMEBAD to reduce diffs | Masao Uebayashi |
2014-07-10 | -Werror-implicit-function-declaration | Florian Obser |
2014-07-10 | Forward declarations for mpcopy & mpfree. | Florian Obser |
2014-07-10 | Features introduce in OpenSSL 0.9.8 do not deserve their own section. | Miod Vallat |
2014-07-10 | Attempt to (incompletely) document EVP_aes_*(). | Miod Vallat |
2014-07-10 | sprinkle in -Werror-implicit-function-declaration to disable one of the | Ted Unangst |
2014-07-10 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray |
2014-07-10 | prototype for _thread_sys_madvise | Ted Unangst |
2014-07-10 | RSA_setup_blinding() gets a BN with BN_CTX_get(), returns `out of memory' | Miod Vallat |
2014-07-10 | make asn1 free safe to call with null pointers of any type. | Ted Unangst |
2014-07-10 | Stop using a shutdown hook for softraid(4) and explicitly shutdown | Martin Pieuchot |
2014-07-10 | Add missing dmesg colon after probe information. | Paul Irofti |
2014-07-10 | fix some errors in lockdebug code. not enabled by default. | Mike Larkin |