summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-2126-26/+26
* GEOMify the OFW disk driver. Code taken unashamedly fromgrehan2004-12-211-147/+126
* Protect the NM expansion.obrien2004-12-211-1/+1
* Fix a mis-sort.obrien2004-12-211-1/+1
* Hide/remove various printfs, now that root mounting doesn't seem to explodephk2004-12-201-9/+2
* fix a misleading sleep identifier.phk2004-12-201-1/+1
* We can only ever get to vgonechrl() from a devfs vnode, so we do notphk2004-12-203-4/+2
* Oops, this one isn't readyjulian2004-12-201-625/+87
* Add a couple of KASSERTS to try to diagnose a problem reported.phk2004-12-201-1/+5
* Add a bunch of USB definitions from NetBSD.julian2004-12-201-87/+625
* Merge in a bunch of USB device and manufacturer definitions..julian2004-12-201-75/+97
* Only use the current value if there's one IRQ. Some systems returnnjl2004-12-201-8/+8
* Only try to use the 82503 serial interface for the 82557 chipsets. Themux2004-12-201-2/+2
* Enable jumbo frames on Yukon variants of sk(4).bz2004-12-202-4/+18
* Only report a critical battery level once until it's gone non-critical.njl2004-12-201-3/+9
* add ancillary wlan modules and fixup commentssam2004-12-201-2/+16
* Remove unused variables.pjd2004-12-191-6/+1
* - Argument 'flags' in g_mirror_destroy_consumer() function is unsed -pjd2004-12-191-2/+3
* Some major cleanups.pjd2004-12-191-175/+107
* Don't quit on first failure, just skip failures.pjd2004-12-191-6/+6
* Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN,dhartmei2004-12-191-3/+5
* Move launching the worker thread from a SYSINIT to the first device'snjl2004-12-191-4/+10
* We already have ng_fec.4 manpage. And sys/modules is not a correctglebius2004-12-191-8/+0
* Assert queue mutex in ng_dequeue() and ng_queue_rw().glebius2004-12-191-0/+4
* Update the StrongArm port to match the current code.cognet2004-12-183-6/+15
* Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp,cognet2004-12-181-1/+1
* Add support for FC929X, which apparently is just a PCI-X version of FC929.sobomax2004-12-181-0/+7
* 1. msleep returns EWOULDBLOCK not ETIMEDOUT, use EWOULDBLOCK instead.davidxu2004-12-181-8/+6
* 1. make umtx sharable between processes, the way is two or more processesdavidxu2004-12-189-180/+616
* Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.xmlaier2004-12-181-1/+1
* Slight change to formatting so that 'ctags' doesn'tjulian2004-12-181-1/+3
* Add support for the 5721 which seems to be similar to the 5750/5751.ps2004-12-172-0/+3
* Diff reduce wi_write_wep() relative to revision 1.168mdodd2004-12-171-41/+38
* Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333alc2004-12-171-5/+0
* Recognize the 32-bit form of the twe binary passthrough ioctl()s so thatpeter2004-12-172-0/+59
* Enable debug.mpsafevm by default on alpha.alc2004-12-171-1/+1
* Move two variables that are unused if LARGE_NAT is defined inside an #ifdefdarrenr2004-12-171-1/+4
* Fix wep operation for station mode:sam2004-12-171-4/+28
* set ic_ibss_chan when entering RUN state to match ic_bss so the channelsam2004-12-171-0/+1
* don't try to recurse on the bpf lock.. kqueue already locks the bpf lockjmg2004-12-171-2/+1
* remove power save logic from the tx path; the driver isn't ready to supportsam2004-12-171-6/+0
* Allow ipnat redirect rules to work for non-TCP/UDP packets.darrenr2004-12-171-3/+5
* Add a missing prototype.julian2004-12-171-2/+1
* Allow /sys/dev/bktr to support Pinnacle PCTV Rave cardsjulian2004-12-164-17/+440
* Add some locking for -currnet/5.xjulian2004-12-161-0/+6
* Using just m_pullup to get all of the interesting bits in packet into onedarrenr2004-12-161-1/+6
* Change the NFS sillyrename convention so that we won't run outps2004-12-162-12/+18
* fix typo to resolve undefined symbolsam2004-12-161-1/+1
* Add a new flag to the atkbd(4) driver to disable testing the keyboardjhb2004-12-154-2/+6
* First cut of NFS direct IO support.ps2004-12-156-4/+228
OpenPOWER on IntegriCloud