summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-09Change the way stackgap_random is applied. Instead of applying it within theMiod Vallat
2015-02-09Oups forgot to remove the enumsClaudio Jeker
2015-02-09Kill another session_socket_blockmode() ... 6 or so to go.Claudio Jeker
2015-02-09don't cast mallocTed Unangst
2015-02-09Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC orClaudio Jeker
2015-02-09errflg only needs to go to 1Ted Unangst
2015-02-09stop trying to workaround malloc bugs that have not existed for 20 years.Ted Unangst
2015-02-09search engines replaced these files a long TIME agoTheo de Raadt
2015-02-09there is really only word needed in this file. add it and remove the rest.Ted Unangst
2015-02-09fix print/panic messages + remove superfluous if_ibytes additionMartin Pelikan
2015-02-09<tedu> Henning and Miod, please add your names to src/share/dict/propernamesHenning Brauer
2015-02-09oops, this little bit is unneeded and actually breaks some other stuffMarc Espie
2015-02-09update the version of perl. afresh1 has been slacking...Ted Unangst
2015-02-09Jettison SCTP support in BIO dgram.Joel Sing
2015-02-09Jettison DTLS over SCTP.Joel Sing
2015-02-09if isascii isn't defined, don't define a retarded versionTed Unangst
2015-02-09zap trailing whitespace;Jason McIntyre
2015-02-09if_input sets m->m_pkthdr.rcvif so we dont have to.David Gwynne
2015-02-09Remove a chunk missed in previous scope ID shuffling creating wrongMartin Pieuchot
2015-02-09full fix for check-lib-depends... previous patch did only half the workMarc Espie
2015-02-09document that WEP is supportedPeter Hessler
2015-02-09Stop using USRSTACK as the edge of the stack, but rather use the vmspaceMiod Vallat
2015-02-09No need to check for va < USRSTACK before invoking uvm_grow() on behalf ofMiod Vallat
2015-02-09Fix format string of -m error message.Alexander Bluhm
2015-02-09When parsing the host in tls_connect(), first check if it is a numericReyk Floeter
2015-02-09Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean.Miod Vallat
2015-02-09If we hit multiple errors while unwinding we'll end up running code thatJonathan Gray
2015-02-09Do not even try to call uvm_grow() from sendsig. It will be invokedMiod Vallat
2015-02-09tweak previous;Jason McIntyre
2015-02-09greatly simplfy and correct difftime for large time_t. ok guentherTed Unangst
2015-02-09this removes just a few ifdef checks for things that should always be enabled,Ted Unangst
2015-02-09various defines always exist, so delete the ifdef test.Ted Unangst
2015-02-09No need to export USRSTACKMiod Vallat
2015-02-09More sanity checking for Local APIC NMI entries.Mark Kettenis
2015-02-09turn off QLA_DEBUG noise, requested by deraadt@Jonathan Matthew
2015-02-09Return NULL when there are no shared ciphers.Doug Hogan
2015-02-09Make sure we actually have an entry before checking its limits.Mark Kettenis
2015-02-09Remember to zero the ciphers configuration.Joel Sing
2015-02-09convert the multicast filter hash to use siphash, like i did forDavid Gwynne
2015-02-09fix fd leaks in error pathsJonathan Gray
2015-02-09i missed a quote when cutting the fmt strings up.David Gwynne
2015-02-09Rename 'm_flag' to 'e_flag' since it's '-e' that sets it. RenameKenneth R Westerback
2015-02-09This is neither code not proper documentation.Miod Vallat
2015-02-09remove the safeguard against porting to machines without 8 bit bytes.Ted Unangst
2015-02-09make the %b format args easier (for me) to read.David Gwynne
2015-02-09Complete rewrite of the Elantech clickpads v4 packet parser in order toMartin Pieuchot
2015-02-09Add flag to taskq_create() calls to match dlg@ API changePhilip Guenther
2015-02-09i added a newline i shouldnt haveDavid Gwynne
2015-02-09task_add takes a flags argument now. this throws some words at it,David Gwynne
2015-02-09we want to defer work traditionally (in openbsd) handled in anDavid Gwynne