Age | Commit message (Expand) | Author |
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 | check the new pfsync_subheader len field on input. | David Gwynne |
2010-01-12 | dont let the antisemaphore clear the WAITING flag so NO_CCB doesnt cause | David Gwynne |
2010-01-12 | After calling pipex_pppoe_input(), we must goto done to restore the spl. | YASUOKA Masahiko |
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 | 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 | 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 | Do not check malloc return value against NULL, as M_WAITOK is used. | Charles Longeau |
2010-01-12 | Make the structures for ifa_msghdr and friends even more like | Theo de Raadt |
2010-01-12 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2010-01-11 | Make the detach function handle the case of a partial attach, and make sure | Mark Kettenis |
2010-01-11 | Increase/decrease the per-CPU interrupt depth variable around APIC interrupts | Mark Kettenis |
2010-01-11 | dlg@ lost the SCSI_IGNORE_ILLEGAL_REQUEST flag on all SYNCHRONIZE_CACHE | Kenneth R Westerback |
2010-01-11 | Add PIPEX option, disabled by default for now. | Ryan Thomas McBride |
2010-01-11 | Bring mutex protections to ststart, cdstart and ssstart, as already | Kenneth R Westerback |
2010-01-11 | Pull in fix from kif via FreeBSD r1.114 to properly initialize | Kenneth R Westerback |
2010-01-11 | Negative offset or negative size in a buf is invalid. Treat just like other | Kenneth R Westerback |
2010-01-11 | When mapping CarBus memory BARs, enforce a minimum alignment of 0x1000. This | Mark Kettenis |
2010-01-11 | "final" leak in state creation: in pf_state_key_setup, if we actually | Henning Brauer |
2010-01-11 | fix a bug in pf_create_state that was a major source of amusement for me | Henning Brauer |
2010-01-11 | rework the polling code to use the semantic krw@ proposed. | David Gwynne |
2010-01-11 | Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwarding | YASUOKA Masahiko |
2010-01-11 | Enable IP checksum offloading in ix(4). | Reyk Floeter |
2010-01-11 | Be as careful with sd/cd buf queue manipulations as was found necessary for | Kenneth R Westerback |
2010-01-11 | remove some debug code that snuck in somehow. | David Gwynne |
2010-01-11 | Add mutex around work consuming loop in sdstart - this ensures that only | Bob Beck |
2010-01-11 | Don't check ITSDONE since we know it is set in scsi_done(). Eliminates | Kenneth R Westerback |
2010-01-10 | replace a pad in the pfsync subheader with a length field. it stores the | David Gwynne |
2010-01-10 | Restore delay on XS_BUSY result, just in case it is needed somewhere. Polish | Kenneth R Westerback |
2010-01-10 | ATI AHCI seems not to put slot number into the command register | Alexander Yurchenko |
2010-01-10 | Make sure END() matches the *{LEAF,ENTRY}() function names. | Miod Vallat |
2010-01-10 | Fix two bugs in IPsec/HMAC-SHA2: | Markus Friedl |
2010-01-10 | GCC doesn't respect the aligned attribute for automatic variables. So | Mark Kettenis |
2010-01-10 | Set XL_FLAG_FUNCREG for "cyclone" variants. This makes them see interrupts | Mark Kettenis |
2010-01-10 | Reimplement kvm_getproc2()'s support for reading crash dumps and | Philip Guenthe |
2010-01-10 | My mistake. There was one more driver paranoid enough to check | Kenneth R Westerback |
2010-01-10 | A couple of missed ITSDONE setting before scsi_done(). | Kenneth R Westerback |
2010-01-10 | Set ITSDONE in scsi_done() and zap trivial instances of setting it | Kenneth R Westerback |