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