summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use <sys/queue.h> macro API.phk2001-02-049-39/+34
* 'device agp' was missingpeter2001-02-042-0/+8
* Remove some stray traces of KMODDEPSpeter2001-02-042-2/+0
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.phk2001-02-045-20/+0
* Warn if people include vn(4) in their config.phk2001-02-041-1/+2
* Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().peter2001-02-044-27/+59
* Remove the LABPC driver.phk2001-02-047-1107/+0
* Zap obsolete (died with LKM) EXPORT_SYMS variablepeter2001-02-044-4/+0
* Use macro API to <sys/queue.h>phk2001-02-041-1/+1
* Zap some bad examples:peter2001-02-0417-50/+10
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.peter2001-02-044-0/+4
* This commit represents work mainly submitted by Tor and slightly modifieddillon2001-02-044-13/+38
* Grumble, I broke this file with a vi accident before commit. :-(peter2001-02-041-0/+1
* Extend the sanity checks in ufs_lookup to ensure that each directoryiedowse2001-02-041-1/+2
* Use the correct flags field when checking for a read-only filesystemiedowse2001-02-031-1/+1
* Make the code act the same in the case of BRIDGE being defined, but notjulian2001-02-031-16/+26
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-0326-70/+35
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-0313-79/+79
* Conditionalize the alpha interrupt preemption for now to buy us somepeter2001-02-032-0/+28
* o Allow non-root users to open /dev/tun* (remove suser()brian2001-02-031-8/+5
* At the point in time where most devices are created, we don't know whatphk2001-02-022-1/+16
* When turning off TCP_NOPUSH, call tcp_output to immediately flushjlemon2001-02-021-4/+14
* Only superuser can create symlinks.phk2001-02-021-2/+5
* quieten the esscontrol devicecg2001-02-021-1/+6
* * Move exception_return to exception.s which is a more logical home for it.dfr2001-02-021-8/+6
* Patch the reintroduced (~0 << 32) == 1 bug with a cryptic but functionalmsmith2001-02-022-2/+4
* Allocate lock table and mutex not only for parity plexes, but also forgrog2001-02-021-3/+3
* Pass the minor number rather than the unit number to make_dev()brian2001-02-022-4/+3
* KASSERT that the minor number passed to make_dev() is valid.brian2001-02-021-0/+3
* Enable use of DHCP extensions.tegge2001-02-022-66/+480
* Argh, I missed some #include "sio.h". I was looking primarily for NSIOpeter2001-02-027-8/+0
* MFS: bridge/ipfw/dummynet fixesluigi2001-02-021-170/+115
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)luigi2001-02-028-70/+143
* Remove inclusion of now vanished sio.h.mjacob2001-02-014-4/+0
* Guess that this is what Doug *intended* to commit....mjacob2001-02-011-1/+5
* Change the kernel internal ABI number as the HOOK structure has changed.julian2001-02-011-1/+1
* Clean up reference counting with relation to queued packets and the worklist,julian2001-02-012-138/+107
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to thescottl2001-02-016-1/+2421
* Add atspeaker_load.des2001-02-011-0/+1
* KLDify the "speaker" device (which calls itself atspeaker internally, anddes2001-02-012-1/+10
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
* Unbreak test coverage of cy driver.bde2001-02-012-14/+14
* Converted to new-bus.bde2001-02-012-114/+170
* Fix breakage caused by incomplete transition to IF_HANDOFF().bp2001-02-011-2/+2
* Implement preemptive scheduling of hardware interrupt threads.jake2001-02-017-12/+54
* Update the module Makefile to reflect the state of things from the lastscottl2001-01-312-8/+8
* Add the ability to declare ore-ride methods on a per-hook basisjulian2001-01-312-26/+70
* * Move exception_return to exception.s which is a more logical home for it.dfr2001-01-315-114/+166
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-3112-59/+18
* Merge conflicts from the ACPI CA 20010125 import.msmith2001-01-3110-32/+56
OpenPOWER on IntegriCloud