aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove old locale links conversion stuffAndrey A. Chernov1999-04-111-17/+1
* 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
* Fix typo's in previous commit.Nick Hibma1999-04-112-4/+10
* Added information on how to use a USB mouse under XFree.Nick Hibma1999-04-112-4/+64
* 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
* Fix docs/10737Nicolas Souchu1999-04-111-0/+2
* Control unaligned access handling via sysctl.Hidetoshi Shimokawa1999-04-111-5/+13
* Corrections supplied by Kazutaka YOKOTA.Nick Hibma1999-04-112-26/+26
* Don't define NMBCLUSTERS here.Hidetoshi Shimokawa1999-04-111-8/+1
* Fix the "internal" wrapping as well as a nasty bug involvingMark Murray1999-04-113-9/+17
* Revert the ACCMAP changes where we OR the peers accmapBrian Somers1999-04-112-37/+7
* Enable the promiscuous mode workaround for the PNIC 82c168 chip, whichBill Paul1999-04-112-4/+6
* Cleaned up egcs changes (mainly to minimise diffs with the gcc versionBruce Evans1999-04-111-22/+25
* Fixed unusable dependencies in `.depend'. The following comment in theBruce Evans1999-04-111-2/+4
* 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-1110-87/+74
* 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
* Update the list of supported USB devices with the list that is stored inNick Hibma1999-04-112-4/+50
* Add the manpages for ums and ukbd (USB mouse and keyboards)Nick Hibma1999-04-115-2/+492
* Add external declaration for wait flag, rather later than intended.Greg Lehey1999-04-101-0/+1
* 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
* Contains the paraNik Clayton1999-04-101-9/+1
* Fixed one typo ("[[=e]]" -> "[[=e=]]") and two occurences of whitespaceNik Clayton1999-04-101-4/+4
* .sp -> .PpNik Clayton1999-04-101-5/+5
* ipfstat is now in section 8 of the manual.Nik Clayton1999-04-101-1/+1
* 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