summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-02-09tweak the new if_input function so it takes an mbuf_list insteadDavid Gwynne
2015-02-09Correct a test so synproxy states will display as "Syn" instead ofJonathan Gray
2015-02-09Rewrite the openssl(1) ciphers command.Joel Sing
2015-02-09Remove unused GOST test that prevents clang from building libcrypto.Doug Hogan
2015-02-09syncTheo de Raadt
2015-02-09convert vio(4) to if_input().Martin Pelikan
2015-02-09after many days of coding, enable WEPPeter Hessler
2015-02-09move the init of the if_input from ether_ifattach to if_attach.David Gwynne
2015-02-08enable iwm(4) in big ramdisks for easy upgradesPeter Hessler
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedTheo de Raadt
2015-02-08Fix iwm(4) attach and firmware loading process such that a reboot afterStefan Sperling
2015-02-08revert debug changes. reyk would like debug to remain a counter.Ted Unangst
2015-02-08flags should be flags, not counters. from martijn van durenTed Unangst
2015-02-08Use `> 0' instead of `!= 0' as a successful condition forMiod Vallat
2015-02-08Move a few typedef up in this file in order to be able to use them in env_md_stMiod Vallat
2015-02-08Check memory allocation results in EVP_PBE_alg_add_type().Miod Vallat