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