aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This implements a better launder limiting solution. There was a solutionMatthew Dillon2000-12-2611-252/+304
* Add CDR progress ioctl.Søren Schmidt2000-12-261-0/+1
* Use M_ZERO flag on malloc when approbiate.Søren Schmidt2000-12-267-25/+16
* Update the burncd interface a bit, dont block the ATA channel onSøren Schmidt2000-12-263-48/+70
* Use diskerr for printing disk hard/soft errors.Søren Schmidt2000-12-261-5/+7
* Add OZO8008 - Zoom (33.6k Modem).Seigo Tanimura2000-12-262-0/+2
* Minor newbus/style(9) cleanups.Warner Losh2000-12-266-87/+93
* move parametric defines and structure definitions from .h to .cCameron Grant2000-12-252-12/+13
* indent debugging printfs, change a couple of messages slightlyCameron Grant2000-12-251-19/+19
* update to return correct blocksize- these chips have a fixed irq rate, soCameron Grant2000-12-251-0/+8
* Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl().Mitsuru IWASAKI2000-12-244-4/+130
* Disabled boot2 for the moment, because it needs aout tools.KATO Takenori2000-12-241-1/+1
* Back out the modules `make obj' speedup.David E. O'Brien2000-12-245-30/+30
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andPoul-Henning Kamp2000-12-246-22/+144
* fairly substantial rewrite- seperate out play/record code, implementCameron Grant2000-12-241-183/+244
* compensate for broken codecs that return 0xffff on unimplemented registersCameron Grant2000-12-241-9/+10
* implement setblocksize properlyCameron Grant2000-12-231-33/+25
* Protect proc.p_pptr and proc.p_children/p_sibling with theJake Burkholder2000-12-2322-32/+218
* Make sure we have a non-null proc pointer before referring to fieldsMatt Jacob2000-12-231-1/+1
* fix a panic if the requested blocksize was greater than the data rate,Cameron Grant2000-12-231-0/+2
* kill a warningCameron Grant2000-12-231-1/+1
* fix a typoCameron Grant2000-12-231-1/+1
* add sys/dev/sound/pcm/buffer.c, lefo out of last commitCameron Grant2000-12-233-2/+3
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-2324-400/+638
* *sigh* The `pecoff' module was added to all arches w/out testing a compileDavid E. O'Brien2000-12-221-2/+2
* Probe generic i960 devices for the old AMI signature as well as the currentMike Smith2000-12-222-5/+8
* Add ACPI AC adaptor and ACPI Control Method Battery.Takanori Watanabe2000-12-227-3/+484
* Merged from Makefile.i386 revision 1.217.KATO Takenori2000-12-221-2/+2
* Merged from Makefile.i386 revision 1.216.KATO Takenori2000-12-221-6/+6
* Merged from files.i386 and options.i386 revisions 1.341 and 1.141,KATO Takenori2000-12-222-1/+3
* Use the canonical spelling for the path to sys.David E. O'Brien2000-12-224-8/+8
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-2151-197/+198
* Greatly speed up the modules `make obj' phase.David E. O'Brien2000-12-212-12/+12
* Greatly speed up the module `depend' phase.David E. O'Brien2000-12-212-12/+12
* Add pecoff directory.Takanori Watanabe2000-12-211-1/+1
* Re-Enable OSD_PRIORITY_GPE. Now 20001215 has been commited.Takanori Watanabe2000-12-211-2/+0
* Resolve conflicts from the ACPI CA 20001215 vendor import.Mike Smith2000-12-2111-67/+61
* This commit was generated by cvs2svn to compensate for changes in r70243,Mike Smith2000-12-21256-1082/+1182
|\
| * Update to the Intel 20001215 ACPI CA snapshot.Mike Smith2000-12-21267-1149/+1243
* | A last minute brucification resulted in syntax errors in the previous commit.Poul-Henning Kamp2000-12-201-4/+4
* | Replace logwakeup() with "int msgbuftrigger". There is littlePoul-Henning Kamp2000-12-205-66/+115
* | Disable my previous committed code for a moment.Mitsuru IWASAKI2000-12-201-0/+2
* | Add task priority definition for OSD_PRIORITY_GPE in AcpiOsQueueForExecution().Mitsuru IWASAKI2000-12-201-0/+3
* | Fix my previous commit. Remove ed_get_Linksys() function prototypes.Toshihiko ARAI2000-12-201-2/+0
* | Change priority of procedure queueing.Takanori Watanabe2000-12-201-2/+2
* | Add PCIR_CAP_PTR as a define for the location of the capabilityJustin T. Gibbs2000-12-201-0/+1
* | Add PECOFF (WIN32 Execution file format) support.Takanori Watanabe2000-12-208-3/+868
* | Re-enable the lnc driver in GENERIC.Paul Richards2000-12-202-4/+4
* | Re-commit revision 1.32, which grog incorrectly backed out in revision 1.33.Dag-Erling Smørgrav2000-12-201-4/+6
* | Initialise rcmdlen.Nick Hibma2000-12-201-0/+1