summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update the unclean flag for mount -u. I forgot to handle this casebde1999-12-231-0/+2
* Define genassym related macros in a seperate include file to preventmarcel1999-12-231-0/+42
* Fix minor typo in comments about WaveLAN/IEEE driver: 802.1 -> 802.11wpaul1999-12-234-4/+4
* Close PR #15422; fix loader.conf to reflect new driver support (oldwpaul1999-12-231-5/+2
* Fix one bug and make one minor enhancement:wpaul1999-12-231-1/+23
* IPSEC support in the kernel.shin1999-12-22100-3799/+22401
* sn driver is no longer using isa_compat layerimp1999-12-222-10/+0
* New files in sn driver.imp1999-12-221-0/+2
* Newbusify the driver.imp1999-12-225-342/+391
* Turn on the `sym' driver by default. It lives well beside the `ncr' driverobrien1999-12-224-4/+4
* Prettyness police: Identify flags in b_xflags with BX_ to distinguishmckusick1999-12-224-38/+42
* Updates resulting from new documentation from Mylex and some cleaning:msmith1999-12-224-75/+95
* Update vnode_if.sh location. This was deliberately left a while afterpeter1999-12-221-2/+2
* Oops- got the initiator and initiator/target f/w reversed formjacob1999-12-221-1942/+1942
* Revert previous checkin; I incorrectly thought that it was neededarchie1999-12-211-2/+0
* regenerate after making getfh a standard syscall.alfred1999-12-211-1/+1
* make getfh a standard syscall instead of dependant on havingalfred1999-12-215-57/+1
* Yet another cleanup of the VIA code, this time it should worksos1999-12-218-186/+61
* Use the correct return value for MCA NMIs.eivind1999-12-214-4/+4
* Add #ifdef notyet around uncalled code that is later going to become DDBeivind1999-12-211-1/+7
* Correct the spelling and description of sbc.tanimura1999-12-213-3/+3
* Collapse a bunch of unused MD_CS42nn tags into a single one. This savespeter1999-12-211-89/+36
* Tidy up a few loose ends, including adding the pnp tags in comments.peter1999-12-211-21/+19
* Remove #if NISA > 0 - this is best done by the configuration process.peter1999-12-211-13/+0
* Only compile gusc for isa (the #if NISA inside gusc effectively coverspeter1999-12-216-6/+6
* Change incorrect NULLs to 0seivind1999-12-2112-31/+32
* Extract a list of extra isa pnp modem ID's from NetBSD and OpenBSD. Somepeter1999-12-212-14/+94
* minor cleanupcg1999-12-212-34/+20
* Add a flag to disable FIFO probing. The code seems to have a chance ofjoerg1999-12-212-2/+6
* Delay creation of threads until after the idle thread is created, moreimp1999-12-212-22/+18
* Lose explict initialization of mouse to {0}; this gave a warning, and theeivind1999-12-211-2/+2
* Incorrect uses of NULL changed to 0eivind1999-12-211-3/+3
* Garbage collect oltr_pci_shutdowneivind1999-12-211-11/+0
* Remove unused variableeivind1999-12-212-2/+0
* Fix a typo that was doing something kind of silly, and that is initializingchris1999-12-213-3/+3
* don't use the sbpro mic vol register during init on ess cards; it causescg1999-12-213-3/+6
* Manual page style work.julian1999-12-2137-281/+611
* Correct an "argument reversal" bug that could cause commands requed fromgibbs1999-12-201-2/+2
* Add SUP2070 (Diamond SupraExpress 56i)peter1999-12-202-0/+4
* Reimplement buf_daemon / getnewbuf() interaction for dealing withdillon1999-12-201-46/+43
* Lose a register declaration to avoid a warningeivind1999-12-201-1/+1
* Include vm/vm_extern.h to get at prototypeseivind1999-12-202-0/+2
* Eliminate unused variableseivind1999-12-201-3/+1
* Make m_print const correct (avoids a warning)eivind1999-12-201-1/+1
* GC unreferenced code (to avoid warnings)eivind1999-12-206-484/+7
* Eliminate unused variableeivind1999-12-201-2/+0
* Incorrect NULL -> 0eivind1999-12-201-3/+3
* Make sure we don't look at an edt entry that could go away when we trymjacob1999-12-201-7/+15
* The ipfilter module name wasn't exactly conventional..peter1999-12-202-2/+2
* merge i386/isa/clock.c 1.147: don't talk about register_intr in comments.peter1999-12-203-3/+3
OpenPOWER on IntegriCloud