summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add some debugging.msmith2001-01-311-8/+72
* Add some debugging statements.msmith2001-01-313-26/+67
* Tidy up.msmith2001-01-311-48/+47
* Add some debugging.msmith2001-01-311-35/+17
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesmsmith2001-01-318-46/+24
* Remove obsoleted files.msmith2001-01-312-4/+5
* Remove obsoleted files.msmith2001-01-312-1801/+0
* This commit was generated by cvs2svn to compensate for changes in r71867,msmith2001-01-31261-4208/+7592
|\
| * Update to the 20010125 ACPI CA snapshot.msmith2001-01-31271-4234/+7652
* | Quieten gcc.peter2001-01-311-0/+1
* | Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-317-64/+176
* | Add hpfs and the config glue for it. It was being skipped from testpeter2001-01-314-0/+9
* | Properly lock new vnode.bp2001-01-312-8/+18
* | Let M_PANIC go back to the private tree as its intention isn't understood wellbp2001-01-313-9/+3
* | Zap last remaining references to (and a use use of) of simple_locks.peter2001-01-314-16/+1
* | As the default MAXDSIZ and DFLDSIZ is 512MB, bump the example valuestanimura2001-01-312-8/+8
* | Revert mutex initialization check to look at mtx_description.jasone2001-01-301-1/+1
* | Implement direct support for semipersistant nodes.julian2001-01-307-277/+298
* | Argh, fix a nit that snuck in while trying to resolve conflicts.jhb2001-01-301-2/+1
* | - Fix TUNABLE_STR_FETCH() to actually be a code fragment rather thanjhb2001-01-301-10/+2
* | Added used include of <sys/mutex.h>. The SMP case was broken bybde2001-01-303-0/+3
* | Make klds for the ar and sr devices and hook them up.jhay2001-01-306-3/+48
* | Add a BUF_KERNPROC() in the BIO_DELETE path.phk2001-01-302-0/+2
* | The ar and sr devices have moved to sys/dev/.jhay2001-01-308-6645/+0
* | This include file has found a new home in sys/dev/ic/.jhay2001-01-301-372/+0
* | Newbusify the sr device and move it to its new location.jhay2001-01-304-3797/+700
* | Update include files to reflect the new location of the ar device.jhay2001-01-302-5/+5
* | Reflect the new location of the ar and sr devices.jhay2001-01-302-4/+6
* | Style (whitespace) nit.peter2001-01-301-4/+4
* | Fix two minor nits.phk2001-01-302-2/+6
* | Fix cut and paste error in a comment.julian2001-01-302-2/+2
* | Fix a race between the syncer and umount. When you umount a softupdatesdillon2001-01-301-12/+38
OpenPOWER on IntegriCloud