aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-0612-19/+19
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-0624-27/+27
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix typo: depricated -> deprecated.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-0645-108/+72
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-066-6/+6
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix typo: teh -> the.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix bad patch from a few days ago. It broke some bridging.Julian Elischer2001-02-051-9/+10
* Add a dummy disconnect function so that the socket code doesn't leap intoJulian Elischer2001-02-051-2/+7
* - Minimize the amount of duplicated code for the PREEMPTION #ifdef, it nowJohn Baldwin2001-02-051-27/+9
* Make netgraph modules refuse to link with modules of a different ABI version.Julian Elischer2001-02-053-39/+75
* Regen.Nick Hibma2001-02-052-5/+67
* Add some ids from NetBSD.Nick Hibma2001-02-051-2/+16
* Regen.Nick Hibma2001-02-052-2/+41
* * Correct a broken entryNick Hibma2001-02-051-1/+2
* add forgotten makefileCameron Grant2001-02-051-0/+8
* It is _DEFINITELY_ not okay to change shmseg on a running system.Brian Feldman2001-02-041-1/+1
* add driver for CS4281 sound chipsCameron Grant2001-02-045-1/+1173
* add driver for CMedia CMI8338/CMI8738 sound chipsCameron Grant2001-02-044-1/+1092
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedWarner Losh2001-02-044-36/+10
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-0447-170/+85
* Clean up some leftovers from the root mount cleanup that was done somePeter Wemm2001-02-0415-49/+8
* fix duplicate rcsidDarren Reed2001-02-041-1/+0
* fix conflictsDarren Reed2001-02-0414-114/+254
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-0499-360/+356
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-049-39/+34
* 'device agp' was missingPeter Wemm2001-02-042-0/+8
* Remove some stray traces of KMODDEPSPeter Wemm2001-02-042-2/+0
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.Poul-Henning Kamp2001-02-045-20/+0
* Warn if people include vn(4) in their config.Poul-Henning Kamp2001-02-041-1/+2
* Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().Peter Wemm2001-02-044-27/+59
* Remove the LABPC driver.Poul-Henning Kamp2001-02-047-1107/+0
* Zap obsolete (died with LKM) EXPORT_SYMS variablePeter Wemm2001-02-044-4/+0
* Use macro API to <sys/queue.h>Poul-Henning Kamp2001-02-041-1/+1
* Zap some bad examples:Peter Wemm2001-02-0417-50/+10
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.Peter Wemm2001-02-044-0/+4
* This commit represents work mainly submitted by Tor and slightly modifiedMatthew Dillon2001-02-044-13/+38
* Grumble, I broke this file with a vi accident before commit. :-(Peter Wemm2001-02-041-0/+1
* Extend the sanity checks in ufs_lookup to ensure that each directoryIan Dowse2001-02-041-1/+2
* Use the correct flags field when checking for a read-only filesystemIan Dowse2001-02-031-1/+1
* Make the code act the same in the case of BRIDGE being defined, but notJulian Elischer2001-02-031-16/+26
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-0326-70/+35
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-0313-79/+79
* Conditionalize the alpha interrupt preemption for now to buy us somePeter Wemm2001-02-032-0/+28
* o Allow non-root users to open /dev/tun* (remove suser()Brian Somers2001-02-031-8/+5
* At the point in time where most devices are created, we don't know whatPoul-Henning Kamp2001-02-022-1/+16
* When turning off TCP_NOPUSH, call tcp_output to immediately flushJonathan Lemon2001-02-021-4/+14
* Only superuser can create symlinks.Poul-Henning Kamp2001-02-021-2/+5
* quieten the esscontrol deviceCameron Grant2001-02-021-1/+6