summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary Dlink de650 entryimp2005-09-241-1/+0
* The DLink DE650 has the same ID as Linksys EthernetCard, so we don'timp2005-09-241-1/+0
* Try to avoid crashes during kernel startup by limiting the # of EISAwilko2005-09-241-0/+3
* This part of the struct isn't needed on FreeBSD:netchild2005-09-241-0/+2
* Make rule zero really magical, that way we don't have to do anythingphk2005-09-243-153/+99
* Remove obsolete includeimp2005-09-231-2/+0
* Restore a historical ufs_inactive behavior that has been changeddelphij2005-09-231-1/+1
* Canonicalize the UNIX domain socket copyright layout: original holdersrwatson2005-09-231-2/+3
* For reasons of consistency (and necessity), assert an exclusive vnoderwatson2005-09-231-0/+1
* Fix commentemax2005-09-221-1/+1
* Forgot to commit ata-card fixes last night. Fix gleb's attempt to doimp2005-09-221-4/+7
* Fix build.glebius2005-09-221-9/+4
* Fix the "fpudna: fpcurthread == curthread XXX times" problem.ups2005-09-221-0/+1
* Don't pretend to be thread0 when calling sync().ups2005-09-221-2/+2
* Cause all flags passed by boot2 to set the respective loader(8)ru2005-09-223-1/+12
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-2210-15/+90
* Remove compat layer for OLDCARD compatibility. All instances of itimp2005-09-222-39/+0
* - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000ru2005-09-222-4/+4
* Add fi_sx, an sx lock to serialize I/O operations on the socket pairrwatson2005-09-221-3/+16
* 'PC Card' instead of other variantsimp2005-09-226-12/+12
* Eliminate dead codeimp2005-09-221-6/+0
* PC Card instead of other variantsimp2005-09-222-5/+5
* Finish last commit: actually remove compat methods from bt3c_pccard_methodsimp2005-09-221-7/+3
* Remove broken OLDCARD compat shims.imp2005-09-221-16/+4
* MFp4: save mac addr hint, eliminage OLDCARD shimsimp2005-09-222-35/+11
* Use the AHC_DISABLE_PCI_PERR flag to silence parity error reporting ongibbs2005-09-221-8/+15
* Remove OLDCARD shimsimp2005-09-221-33/+17
* Enhance diagnostic printfs for the chains of free lists used togibbs2005-09-221-1/+3
* Correct bug that caused the completed "recovery" scb to have itsgibbs2005-09-222-2/+4
* Set allow_memio to 1 if fetching the allow_memio hint fails. Thisgibbs2005-09-221-0/+1
* MFp4: Remove OLDCARD shimsimp2005-09-221-27/+13
* MFp4: trivial KNF nitsimp2005-09-221-6/+1
* MFp4: KNF (mostly remove K&R function definitions). Fix some spaces leftimp2005-09-221-176/+82
* Fix an alignment panic my preserving the 2byte padding (ETHER_ALIGN) on ourthompsa2005-09-221-1/+1
* Temporarily disable nice threshold detection code, as it can starvedavidxu2005-09-221-1/+3
* Better descriptions for the Jack of Diamonds cards.imp2005-09-211-5/+5
* Remove OLDCARD shimsimp2005-09-213-67/+22
* Don't confuse the tuple code and the tuple length. Ooops. Since mostimp2005-09-211-1/+1
* Use correct VFS locking rather than unconditionally grabbing Giant aroundjhb2005-09-211-12/+8
* Split power state control into two variables. hw.pci.do_powerstateimp2005-09-211-16/+18
* Add COMPAT_FREEBSD5 option. This should have been done back when Ikensmith2005-09-211-0/+3
* Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passingrwatson2005-09-211-2/+2
* Make sure we have a bufobj before calling bstrategy().cognet2005-09-211-1/+3
* Several fixes to rt_setgate(), that fix problems with route changing:glebius2005-09-211-35/+30
* Fix an unaligned I/O memory access in the event that a SCB times out.marcel2005-09-211-3/+9
* Use the correct minor number for the pccardX.cis device.imp2005-09-201-3/+7
* Remove unused (but initialized) variable 'objsize' from vm_mmap()peter2005-09-201-2/+1
* Remove OLDCARD support by removing compat shimsimp2005-09-204-93/+34
* Better use of gone.imp2005-09-201-9/+5
* Remove oldcard support by removing the compat shims.imp2005-09-201-21/+5
OpenPOWER on IntegriCloud