summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-01-12delete more left-over stuff from vether developmentTheo de Raadt
2010-01-12the bridge does bpf for us, so we do not need bpf.hTheo de Raadt
2010-01-12delete the unused debug macrosTheo de Raadt
2010-01-12do not need rndvar.h anymoreTheo de Raadt
2010-01-12check the new pfsync_subheader len field on input.David Gwynne
2010-01-12dont let the antisemaphore clear the WAITING flag so NO_CCB doesnt causeDavid Gwynne
2010-01-12After calling pipex_pppoe_input(), we must goto done to restore the spl.YASUOKA Masahiko
2010-01-12Remove simple_unlock() that is mistakenly introduced and add requiredYASUOKA Masahiko
2010-01-12Since ifinit() is now safe to be called earlier, call it just beforeTheo de Raadt
2010-01-12Move initialization of the MCLGETI ticker to mbinit(), instead of ifinit()Theo de Raadt
2010-01-12Unify the various fake ethernet generators as ether_fakeaddr() whichTheo de Raadt
2010-01-12First pass at removing the 'pf_pool' mechanism for translation and routingRyan Thomas McBride
2010-01-12Remove bpfdetach() call right in front of the if_detach() call sinceClaudio Jeker
2010-01-12Delete unused structures. Pointed out by deraadt@.YASUOKA Masahiko
2010-01-12fix ioctl number that conflicted with tun(4)'s ioctl number.YASUOKA Masahiko
2010-01-12Remove the "bump the advskew to 240 in case of errors" hack.Marco Pfatschbacher
2010-01-12set the length of the send queue to 1.David Gwynne
2010-01-12Allow the queueing of multiple fragments on virtual interfaces with aBob Beck
2010-01-12Use M_ZERO in malloc instead of doing a bzeor right afterwards.Claudio Jeker
2010-01-12Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2010-01-12Make the structures for ifa_msghdr and friends even more likeTheo de Raadt
2010-01-12Remove dead assignment and newly created unused variable.Charles Longeau
2010-01-11Make the detach function handle the case of a partial attach, and make sureMark Kettenis
2010-01-11Increase/decrease the per-CPU interrupt depth variable around APIC interruptsMark Kettenis
2010-01-11dlg@ lost the SCSI_IGNORE_ILLEGAL_REQUEST flag on all SYNCHRONIZE_CACHEKenneth R Westerback
2010-01-11Add PIPEX option, disabled by default for now.Ryan Thomas McBride
2010-01-11Bring mutex protections to ststart, cdstart and ssstart, as alreadyKenneth R Westerback
2010-01-11Pull in fix from kif via FreeBSD r1.114 to properly initializeKenneth R Westerback
2010-01-11Negative offset or negative size in a buf is invalid. Treat just like otherKenneth R Westerback
2010-01-11When mapping CarBus memory BARs, enforce a minimum alignment of 0x1000. ThisMark Kettenis
2010-01-11"final" leak in state creation: in pf_state_key_setup, if we actuallyHenning Brauer
2010-01-11fix a bug in pf_create_state that was a major source of amusement for meHenning Brauer
2010-01-11rework the polling code to use the semantic krw@ proposed.David Gwynne
2010-01-11Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwardingYASUOKA Masahiko
2010-01-11Enable IP checksum offloading in ix(4).Reyk Floeter
2010-01-11Be as careful with sd/cd buf queue manipulations as was found necessary forKenneth R Westerback
2010-01-11remove some debug code that snuck in somehow.David Gwynne
2010-01-11Add mutex around work consuming loop in sdstart - this ensures that onlyBob Beck
2010-01-11Don't check ITSDONE since we know it is set in scsi_done(). EliminatesKenneth R Westerback
2010-01-10replace a pad in the pfsync subheader with a length field. it stores theDavid Gwynne
2010-01-10Restore delay on XS_BUSY result, just in case it is needed somewhere. PolishKenneth R Westerback
2010-01-10ATI AHCI seems not to put slot number into the command registerAlexander Yurchenko
2010-01-10Make sure END() matches the *{LEAF,ENTRY}() function names.Miod Vallat
2010-01-10Fix two bugs in IPsec/HMAC-SHA2:Markus Friedl
2010-01-10GCC doesn't respect the aligned attribute for automatic variables. SoMark Kettenis
2010-01-10Set XL_FLAG_FUNCREG for "cyclone" variants. This makes them see interruptsMark Kettenis
2010-01-10Reimplement kvm_getproc2()'s support for reading crash dumps andPhilip Guenthe
2010-01-10My mistake. There was one more driver paranoid enough to checkKenneth R Westerback
2010-01-10A couple of missed ITSDONE setting before scsi_done().Kenneth R Westerback
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itKenneth R Westerback