summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-07-10boot(): Unify declarationsMasao Uebayashi
2014-07-10One sure hopes that OPENSSL_cleanse will:Joel Sing
2014-07-10Remove #if 0 code which dumps your data to stdout.Miod Vallat
2014-07-10Tweak some comments. We do not really need to know that "New!" flags wereJoel Sing
2014-07-10Add bus and root hub routines to prevent panic at attach.Paul Irofti
2014-07-10Force iobus0 for octhci and maintain spacing style.Paul Irofti
2014-07-10Uncompress ssltest.Joel Sing
2014-07-10Remove more compression tendrils.Joel Sing
2014-07-10Clear CPUF_PARK flag to avoid re-parking on resume.Mike Larkin
2014-07-10Add support to test handling of repeated headers.Reyk Floeter
2014-07-10time to claim copyrightHenning Brauer
2014-07-10Always assign the device address found by the USB stack even if itMartin Pieuchot
2014-07-10some say you don't need NULL checks before free(). Not 0 either.Henning Brauer
2014-07-10Stop playing with the RSA_FLAG_BLINDING flag. It does nothing.Joel Sing
2014-07-10Show eeprom version of ath devices in dmesg; ok reykStefan Sperling
2014-07-10delete some casts. ok miodTed Unangst
2014-07-10Missing allocation checks and potential NULL pointer dereference in theMiod Vallat
2014-07-10add a note that fields are returned in input order. ok deraadt sthenTed Unangst