Age | Commit message (Expand) | Author |
2015-02-09 | Change the way stackgap_random is applied. Instead of applying it within the | Miod Vallat |
2015-02-09 | Oups forgot to remove the enums | Claudio Jeker |
2015-02-09 | Kill another session_socket_blockmode() ... 6 or so to go. | Claudio Jeker |
2015-02-09 | don't cast malloc | Ted Unangst |
2015-02-09 | Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or | Claudio Jeker |
2015-02-09 | errflg only needs to go to 1 | Ted Unangst |
2015-02-09 | stop trying to workaround malloc bugs that have not existed for 20 years. | Ted Unangst |
2015-02-09 | search engines replaced these files a long TIME ago | Theo de Raadt |
2015-02-09 | there is really only word needed in this file. add it and remove the rest. | Ted Unangst |
2015-02-09 | fix print/panic messages + remove superfluous if_ibytes addition | Martin Pelikan |
2015-02-09 | <tedu> Henning and Miod, please add your names to src/share/dict/propernames | Henning Brauer |
2015-02-09 | oops, this little bit is unneeded and actually breaks some other stuff | Marc Espie |
2015-02-09 | update the version of perl. afresh1 has been slacking... | Ted Unangst |
2015-02-09 | Jettison SCTP support in BIO dgram. | Joel Sing |
2015-02-09 | Jettison DTLS over SCTP. | Joel Sing |
2015-02-09 | if isascii isn't defined, don't define a retarded version | Ted Unangst |
2015-02-09 | zap trailing whitespace; | Jason McIntyre |
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 |