summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Centralize and reorganize a few macros.Dag-Erling Smørgrav1999-04-129-30/+56
* Typo in comment.Dag-Erling Smørgrav1999-04-121-2/+2
* ppp != iijppp any moreBrian Somers1999-04-123-9/+9
* Sync with sys/i386/isa/isa.c revision 1.118.KATO Takenori1999-04-121-7/+1
* Minor tweak: move initialiation of busctl register to before setting ofBill Paul1999-04-121-3/+3
* Make debugging more selective.Nick Hibma1999-04-116-19/+42
* 1) Make debugging more selective.Nick Hibma1999-04-1118-201/+180
* Some small updates:Bill Paul1999-04-112-9/+27
* Applied patch for ukbd disconnect. Disconnect not fully functionalNick Hibma1999-04-111-66/+99
* USBD_STALLED bit checking was inconsistent. Mixed use of == and &Nick Hibma1999-04-111-5/+6
* Remove unit from struct. Not used anymore.Nick Hibma1999-04-112-2/+0
* Move initialization of SWI's in the tty|net|bio masks from isa.c intoPeter Wemm1999-04-113-19/+7
* Reenable the recursive disconnection from a hub. Stop gap solutionNick Hibma1999-04-111-7/+9
* Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.Nick Hibma1999-04-112-4/+10
* Control unaligned access handling via sysctl.Hidetoshi Shimokawa1999-04-111-5/+13
* Don't define NMBCLUSTERS here.Hidetoshi Shimokawa1999-04-111-8/+1
* Enable the promiscuous mode workaround for the PNIC 82c168 chip, whichBill Paul1999-04-112-4/+6
* Remove unused function int fi() {return 0;}Eivind Eklund1999-04-112-8/+2
* Staticize.Eivind Eklund1999-04-111-2/+2
* Back out default debug kernel. The flags revert to historical behaviour.Greg Lehey1999-04-117-35/+14
* Correct prototype for wdstartEivind Eklund1999-04-111-1/+1
* Staticize.Eivind Eklund1999-04-1113-25/+25
* Random text after #endif changed to comment.Eivind Eklund1999-04-111-1/+1
* Staticize.Eivind Eklund1999-04-116-17/+17
* Break long lines that I introduced in a previous commit.Eivind Eklund1999-04-111-4/+7
* Staticize.Eivind Eklund1999-04-115-12/+12
* Remove incorrect initialization.Eivind Eklund1999-04-111-2/+2
* pci_register_lkm can fail gracefully, so let it do that when there isEivind Eklund1999-04-111-2/+2
* Correct typo in panic messageEivind Eklund1999-04-111-2/+2
* Staticize.Eivind Eklund1999-04-112-4/+4
* Staticize.Eivind Eklund1999-04-111-2/+2
* StaticizeEivind Eklund1999-04-111-2/+2
* Add prototype for wait_ap().Tor Egge1999-04-117-7/+28
* Let BSP wait until all APs are initialized.Tor Egge1999-04-109-9/+66
* Convert usage of vm_page_bits() to the new convention ("Inputs are requiredDmitrij Tejblum1999-04-101-2/+2
* When trying to enable or disable an interrupt not described by the mp table,Tor Egge1999-04-101-3/+7
* Test CF after a btrl operation instead of testing ZF (which is undefined).Tor Egge1999-04-103-6/+6
* Sixth update to the new ATA/ATAPI driver:Søren Schmidt1999-04-107-64/+54
* Close a potential mbuf and/or mbuf cluster leak in the client-side NFSPeter Wemm1999-04-102-4/+4
* Finally add support for the older 82c168 PNIC chip with the built-inBill Paul1999-04-102-38/+314
* Lock vnode correctly for VOP_OPEN.Eivind Eklund1999-04-101-1/+5
* uncomment the uhci entryNick Hibma1999-04-103-6/+6
* struct drive: add fields for debugging lockdrive deadlocks.Greg Lehey1999-04-101-0/+4
* set_sd_state:Greg Lehey1999-04-101-0/+1
* When VINUMDEBUG is set, add function basename() to return the baseGreg Lehey1999-04-101-5/+14
* lockdrive: Add debug calls to catch occasional deadlocks on drives.Greg Lehey1999-04-101-6/+26
* Add flag keyword w.Greg Lehey1999-04-102-3/+5
* daemon_save_config:Greg Lehey1999-04-101-3/+5
* Define macro LOCKDRIVE for debugging drive locking deadlocks.Greg Lehey1999-04-101-1/+3
* Add declaration for basename()Greg Lehey1999-04-101-0/+5