summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-11boot(9): Missing if_downall() on zaurusMasao Uebayashi
2014-07-11add additional includes required to build with -DOPENSSL_NO_DEPRECATEDJonathan Gray
2014-07-11Add locking for __cxa_finalize() as it modifies the page permissions of theMark Kettenis
2014-07-11Remove the commentary about the majority of this code being underTheo de Raadt
2014-07-11Fix typoYASUOKA Masahiko
2014-07-11Add -u option to bind UDP port as a socket to answer DHCPINFORM fromYASUOKA Masahiko
2014-07-11More e_os2.h clean up. Also move the includes inside the guard.Joel Sing
2014-07-11Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail andMartin Pieuchot
2014-07-11Revert change that snuck into previous commit.Joel Sing
2014-07-11Remove the PSK code. We don't need to drag around thisBob Beck
2014-07-11better document perils of setuid getenv and xr with issetugidTed Unangst
2014-07-11The only thing openssl is consistant about is inconsistancy, so thereTheo de Raadt
2014-07-11say hi to the bitbucketTheo de Raadt
2014-07-11replace u_int32_t with uint32_tbcook
2014-07-11add sensors to export what the actual size of the balloon is and what itJasper Lievisse Adriaanse
2014-07-11replace u_int8_t with uint8_tbcook
2014-07-11Fix debug printf formating and kill some trailing whitespaces while here.Martin Pieuchot
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-11Add a small note about LibReSSL at the start of this.Bob Beck
2014-07-11Be less verbose with task debug messages and kill some trailingMartin Pieuchot
2014-07-11we wont ship this table in base anymoreGilles Chehade
2014-07-11Use membar_producer() to force visibility instead of misusingPhilip Guenther
2014-07-11move ieee80211 message printing from workq to taskqBret Lambert
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther
2014-07-11No need to keep ssl23_foo() flavours mapping to ssl3_foo().Miod Vallat
2014-07-11Permit use of SYS_sendsyslog from inside the sandbox. Clock is ticking,Theo de Raadt
2014-07-11Marion, don't look at it. Shut your eyes, Marion.Ted Unangst
2014-07-11ain't nobody got time for fortran.Ted Unangst
2014-07-11Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE wasJoel Sing
2014-07-11separate searchslot variables into a structure like FreeBSDMartin Pelikan
2014-07-11sys/reboot.h does not need to be standalone and pull cdefs.h by itself.Theo de Raadt
2014-07-11a failed socket is -1. from Doug HoganTed Unangst
2014-07-11correct readlink termination. from Doug HoganTed Unangst
2014-07-11clarify a comment about readlink. from Doug HoganTed Unangst
2014-07-11The signal to tell init to power-off the system is SIGUSR2, not USR1Philip Guenther
2014-07-11the one userland file which wants uvmexp snooped via kmem, gets to use theTheo de Raadt
2014-07-11add additional includes required to build with -DOPENSSL_NO_DEPRECATEDJonathan Gray
2014-07-11Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using aLawrence Teo
2014-07-11Add basic DWARF line table decoderMatthew Dempsky
2014-07-11Flush the buffercache to 16MB on hibernate and restore its previous maxMike Larkin
2014-07-11Fix dumb copy/paste mistake.Matthew Dempsky
2014-07-11Fix explicit_bzero regress for Solaris and OS X compatibilityMatthew Dempsky
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10Test relayd error message for a broken config file.Alexander Bluhm
2014-07-10instead of defining two versions of bucketidx, just don't inline for small.Ted Unangst
2014-07-10OPENSSL_stderr() is unused so nuke it. OPENSSL_showfatal() is only used byJoel Sing
2014-07-10Use size_t as realloc() size argument whenever possible. ok tedu@Miod Vallat
2014-07-10Simplify realloc() usage; ok tedu@Miod Vallat
2014-07-10Upon realloc() failure, free() the original pointer and remove the stupidMiod Vallat
2014-07-10panic() doesn't need a newlineJasper Lievisse Adriaanse