Age | Commit message (Expand) | Author |
2015-02-09 | if_input sets m->m_pkthdr.rcvif so we dont have to. | David Gwynne |
2015-02-09 | Remove a chunk missed in previous scope ID shuffling creating wrong | Martin Pieuchot |
2015-02-09 | full fix for check-lib-depends... previous patch did only half the work | Marc Espie |
2015-02-09 | document that WEP is supported | Peter Hessler |
2015-02-09 | Stop using USRSTACK as the edge of the stack, but rather use the vmspace | Miod Vallat |
2015-02-09 | No need to check for va < USRSTACK before invoking uvm_grow() on behalf of | Miod Vallat |
2015-02-09 | Fix format string of -m error message. | Alexander Bluhm |
2015-02-09 | When parsing the host in tls_connect(), first check if it is a numeric | Reyk Floeter |
2015-02-09 | Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean. | Miod Vallat |
2015-02-09 | If we hit multiple errors while unwinding we'll end up running code that | Jonathan Gray |
2015-02-09 | Do not even try to call uvm_grow() from sendsig. It will be invoked | Miod Vallat |
2015-02-09 | tweak previous; | Jason McIntyre |
2015-02-09 | greatly simplfy and correct difftime for large time_t. ok guenther | Ted Unangst |
2015-02-09 | this removes just a few ifdef checks for things that should always be enabled, | Ted Unangst |
2015-02-09 | various defines always exist, so delete the ifdef test. | Ted Unangst |
2015-02-09 | No need to export USRSTACK | Miod Vallat |
2015-02-09 | More sanity checking for Local APIC NMI entries. | Mark Kettenis |
2015-02-09 | turn off QLA_DEBUG noise, requested by deraadt@ | Jonathan Matthew |
2015-02-09 | Return NULL when there are no shared ciphers. | Doug Hogan |
2015-02-09 | Make sure we actually have an entry before checking its limits. | Mark Kettenis |
2015-02-09 | Remember to zero the ciphers configuration. | Joel Sing |
2015-02-09 | convert the multicast filter hash to use siphash, like i did for | David Gwynne |
2015-02-09 | fix fd leaks in error paths | Jonathan Gray |
2015-02-09 | i missed a quote when cutting the fmt strings up. | David Gwynne |
2015-02-09 | Rename 'm_flag' to 'e_flag' since it's '-e' that sets it. Rename | Kenneth R Westerback |
2015-02-09 | This is neither code not proper documentation. | Miod Vallat |
2015-02-09 | remove the safeguard against porting to machines without 8 bit bytes. | Ted Unangst |
2015-02-09 | make the %b format args easier (for me) to read. | David Gwynne |
2015-02-09 | Complete rewrite of the Elantech clickpads v4 packet parser in order to | Martin Pieuchot |
2015-02-09 | Add flag to taskq_create() calls to match dlg@ API change | Philip Guenther |
2015-02-09 | i added a newline i shouldnt have | David Gwynne |
2015-02-09 | task_add takes a flags argument now. this throws some words at it, | David Gwynne |
2015-02-09 | we want to defer work traditionally (in openbsd) handled in an | David Gwynne |
2015-02-09 | tweak the new if_input function so it takes an mbuf_list instead | David Gwynne |
2015-02-09 | Correct a test so synproxy states will display as "Syn" instead of | Jonathan Gray |
2015-02-09 | Rewrite the openssl(1) ciphers command. | Joel Sing |
2015-02-09 | Remove unused GOST test that prevents clang from building libcrypto. | Doug Hogan |
2015-02-09 | sync | Theo de Raadt |
2015-02-09 | convert vio(4) to if_input(). | Martin Pelikan |
2015-02-09 | after many days of coding, enable WEP | Peter Hessler |
2015-02-09 | move the init of the if_input from ether_ifattach to if_attach. | David Gwynne |
2015-02-08 | enable iwm(4) in big ramdisks for easy upgrades | Peter Hessler |
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker |
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt |
2015-02-08 | Fix iwm(4) attach and firmware loading process such that a reboot after | Stefan Sperling |
2015-02-08 | revert debug changes. reyk would like debug to remain a counter. | Ted Unangst |
2015-02-08 | flags should be flags, not counters. from martijn van duren | Ted Unangst |
2015-02-08 | Use `> 0' instead of `!= 0' as a successful condition for | Miod Vallat |
2015-02-08 | Move a few typedef up in this file in order to be able to use them in env_md_st | Miod Vallat |
2015-02-08 | Check memory allocation results in EVP_PBE_alg_add_type(). | Miod Vallat |