Age | Commit message (Expand) | Author |
2010-01-12 | save errno wrapping in a signal handler | Theo de Raadt |
2010-01-12 | check for bogus clock ticks sent by the device; helps tracking | Alexandre Ratchov |
2010-01-12 | When attaching a new stream, if the "extra" latency is zero, then | Alexandre Ratchov |
2010-01-12 | Fix for a legacy free PC, where the keyboard controller doesn't behave. | Dale Rahn |
2010-01-12 | allow 'update-only' installs | Marc Espie |
2010-01-12 | sync comment with reality, -f won't be documented. | Jasper Lievisse Adriaanse |
2010-01-12 | We actually have to keep the translate/route spec addresses around after | Ryan Thomas McBride |
2010-01-12 | better word MSS in pf.conf.5, from Lars Nooden; | Jason McIntyre |
2010-01-12 | Set roundrobin flag correctly, and don't treat a bare interface | Ryan Thomas McBride |
2010-01-12 | Only print route specs with @if notation if there is an IP address. | Ryan Thomas McBride |
2010-01-12 | no nat is no longer legal | Ryan Thomas McBride |
2010-01-12 | { if0, if1 } is ambiguous in a route spec, and this should have been | Ryan Thomas McBride |
2010-01-12 | nat-anchor, rdr-anchor, binat-anchor are no longer legal in the grammar. | Ryan Thomas McBride |
2010-01-12 | Add restrictions to make @if illegal in outside of routing specs; | Ryan Thomas McBride |
2010-01-12 | Unbreak 10/8 and friends. | Ryan Thomas McBride |
2010-01-12 | Fix some issues in redir spec handling, discovered thanks to dlg testing | Ryan Thomas McBride |
2010-01-12 | delete more left-over stuff from vether development | Theo de Raadt |
2010-01-12 | the bridge does bpf for us, so we do not need bpf.h | Theo de Raadt |
2010-01-12 | delete the unused debug macros | Theo de Raadt |
2010-01-12 | do not need rndvar.h anymore | Theo de Raadt |
2010-01-12 | sync | Theo de Raadt |
2010-01-12 | bump this to updater, so that progress is shown again. | Marc Espie |
2010-01-12 | check the new pfsync_subheader len field on input. | David Gwynne |
2010-01-12 | more auto-cache goodness | Marc Espie |
2010-01-12 | dont let the antisemaphore clear the WAITING flag so NO_CCB doesnt cause | David Gwynne |
2010-01-12 | Add explicit stat so we reliably detect nologin with bad perms. ok djm markus | Darren Tucker |
2010-01-12 | the comment is right, this can indeed go away. | Jasper Lievisse Adriaanse |
2010-01-12 | two corrections from David A. Holland (netbsd -r1.24 of calendar.history); | Jason McIntyre |
2010-01-12 | tweak previous; | Jason McIntyre |
2010-01-12 | when setting up lo0 use 127.0.0.1/8 instead of 127.0.0.1 for clarity and | Henning Brauer |
2010-01-12 | After calling pipex_pppoe_input(), we must goto done to restore the spl. | YASUOKA Masahiko |
2010-01-12 | Add TCP/UDP checksum display for v6 and clean up the checksum | Christian Weisgerber |
2010-01-12 | Remove simple_unlock() that is mistakenly introduced and add required | YASUOKA Masahiko |
2010-01-12 | Since ifinit() is now safe to be called earlier, call it just before | Theo de Raadt |
2010-01-12 | Move initialization of the MCLGETI ticker to mbinit(), instead of ifinit() | Theo de Raadt |
2010-01-12 | Unify the various fake ethernet generators as ether_fakeaddr() which | Theo de Raadt |
2010-01-12 | Don't leak @if0 format routing host names, pointed out by claudio. | Ryan Thomas McBride |
2010-01-12 | First pass at removing the 'pf_pool' mechanism for translation and routing | Ryan Thomas McBride |
2010-01-12 | Remove bpfdetach() call right in front of the if_detach() call since | Claudio Jeker |
2010-01-12 | Delete unused structures. Pointed out by deraadt@. | YASUOKA Masahiko |
2010-01-12 | fix ioctl number that conflicted with tun(4)'s ioctl number. | YASUOKA Masahiko |
2010-01-12 | Remove the "bump the advskew to 240 in case of errors" hack. | Marco Pfatschbacher |
2010-01-12 | set the length of the send queue to 1. | David Gwynne |
2010-01-12 | add a buffer_get_string_ptr_ret() that does the same as | Damien Miller |
2010-01-12 | Do not allow logins if /etc/nologin exists but is not readable by the user | Darren Tucker |
2010-01-12 | Allow the queueing of multiple fragments on virtual interfaces with a | Bob Beck |
2010-01-12 | Use M_ZERO in malloc instead of doing a bzeor right afterwards. | Claudio Jeker |
2010-01-12 | delete with extreme prejudice a debug() that fired with every keypress; | Damien Miller |
2010-01-12 | avoid spinning when fd passing on nonblocking sockets by calling poll() | Damien Miller |
2010-01-12 | Do not check malloc return value against NULL, as M_WAITOK is used. | Charles Longeau |