summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-11actually unbreak RAMDISK. double plus minus cookie for mePeter Hessler
2008-06-11unbreak RAMDISKPeter Hessler
2008-06-11Update to DRM git as of a few days ago. This mostly affects theOwain Ainsworth
2008-06-11Synchronize the MTRR API with i386, and enablePeter Hessler
2008-06-11return an XDR'rd xid from nfs_get_xid() and kill the nfs_xid globalThordur I. Bjornsson
2008-06-11From KAME, allow adjustable limits on NDP entries and discovered routes.Ryan Thomas McBride
2008-06-11Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for Intel (except AHCI),Brad Smith
2008-06-11Match the Altera EBus found on the Tadpole SPARCLE.Mark Kettenis
2008-06-11regenMark Kettenis
2008-06-11Add Altera vendor id, and EBus device id. This is questionable since theMark Kettenis
2008-06-11Canonical for() -> queue.h FOREACH macro conversions.Bret Lambert
2008-06-11Use the prom address to map clock(4) at ebus(4) if available.Mark Kettenis
2008-06-11Fix $OpenBSD$ for once and for allMarco Peereboom
2008-06-11factor out state creation code for readability; make it static inlineHenning Brauer
2008-06-11superfluous to check for m != NULL in pf_find_state, it is plainHenning Brauer
2008-06-11after finding a state in the outbound path clear the statekey pointerHenning Brauer
2008-06-11extra paranoia:Henning Brauer
2008-06-11yuck, fix a last minute collisionHenning Brauer
2008-06-11store a pointer to the stack side state key in the mbuf packetHenning Brauer
2008-06-11implement the VIDIOC_STREAMOFF ioctl and remove some unused codeRobert Nagy
2008-06-11remove an unused variableThordur I. Bjornsson
2008-06-11Move first pieces of crypto softraid into the tree. Still totallyHans-Joerg Hoexer
2008-06-11regenBrad Smith
2008-06-11BCM5780 also has a fiber model.Brad Smith
2008-06-11Don't get the address of the txstats pointers when doing bzero,Jonathan Gray
2008-06-11add $OpenBSD$ tag.Thordur I. Bjornsson
2008-06-11If bDefaultFrameIndex is 0 we should use the first bFrameIndex.Robert Nagy
2008-06-10Add opaque structure to create raid.Marco Peereboom
2008-06-10add VIDIOC_QUERYCTRL to the supported ioctlsRobert Nagy
2008-06-10Remove redundant code that only leaked an mbuf.Bret Lambert
2008-06-10Handle the closing of half connections where we don't see the fullReyk Floeter
2008-06-10o Avoid putting duplicate entries into the name cache,Thordur I. Bjornsson
2008-06-10Simplify code slightly; use PR_ZERO with pool_get() rather than bzero().Ryan Thomas McBride
2008-06-10g/c unused defines.Brad Smith
2008-06-10Free the counters struct when we free the table entry.Ryan Thomas McBride
2008-06-10formatting knits.Brad Smith
2008-06-10Some header cleanup. Remove some unused headers and shuffle some aroundBrad Smith
2008-06-10Handle a special sloppy case where we only see one half of theReyk Floeter
2008-06-10Rename pmap_remove_all() to pmap_remove_page().Miod Vallat
2008-06-10Make counters on table addresses optional and disabled by default.Ryan Thomas McBride
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-10Fix a memory leak in usbf_realloc(), and make the speed configuration arrayMiod Vallat
2008-06-10posix compliant permission checks for sending signals. Based on diffsHans-Joerg Hoexer
2008-06-10Accidental commit. Clean up.Artur Grabowski
2008-06-10Buffer cache revampBob Beck
2008-06-10when walking the entire state table it makes much more sense to walkHenning Brauer
2008-06-10remove a debug check& printf that should not have gone in in the firstHenning Brauer
2008-06-10save somespace in the state by collapsing two 8 bit ints used as booleansHenning Brauer
2008-06-10use the defines, not magic constants. ok kettenis@Dale Rahn