summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.ru2000-12-272-14/+10
* Major bugfix and minor update. This should resolve the current issuesmsmith2000-12-279-338/+437
* change irq handler slightly, get rid of superflous messagescg2000-12-271-6/+4
* include tcp header files to get the prototype for tcp_seq_vs_sessassar2000-12-271-0/+2
* Make zalloc and zfree non-inline functions. This avoids having toassar2000-12-272-78/+77
* This implements a better launder limiting solution. There was a solutiondillon2000-12-2611-252/+304
* Add CDR progress ioctl.sos2000-12-261-0/+1
* Use M_ZERO flag on malloc when approbiate.sos2000-12-267-25/+16
* Update the burncd interface a bit, dont block the ATA channel onsos2000-12-263-48/+70
* Use diskerr for printing disk hard/soft errors.sos2000-12-261-5/+7
* Add OZO8008 - Zoom (33.6k Modem).tanimura2000-12-262-0/+2
* Minor newbus/style(9) cleanups.imp2000-12-266-87/+93
* move parametric defines and structure definitions from .h to .ccg2000-12-252-12/+13
* indent debugging printfs, change a couple of messages slightlycg2000-12-251-19/+19
* update to return correct blocksize- these chips have a fixed irq rate, socg2000-12-251-0/+8
* Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl().iwasaki2000-12-244-4/+130
* Disabled boot2 for the moment, because it needs aout tools.kato2000-12-241-1/+1
* Back out the modules `make obj' speedup.obrien2000-12-245-30/+30
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andphk2000-12-246-22/+144
* fairly substantial rewrite- seperate out play/record code, implementcg2000-12-241-183/+244
* compensate for broken codecs that return 0xffff on unimplemented registerscg2000-12-241-9/+10
* implement setblocksize properlycg2000-12-231-33/+25
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-2322-32/+218
* Make sure we have a non-null proc pointer before referring to fieldsmjacob2000-12-231-1/+1
* fix a panic if the requested blocksize was greater than the data rate,cg2000-12-231-0/+2
* kill a warningcg2000-12-231-1/+1
* fix a typocg2000-12-231-1/+1
* add sys/dev/sound/pcm/buffer.c, lefo out of last commitcg2000-12-233-2/+3
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-2324-400/+638
* *sigh* The `pecoff' module was added to all arches w/out testing a compileobrien2000-12-221-2/+2
* Probe generic i960 devices for the old AMI signature as well as the currentmsmith2000-12-222-5/+8
* Add ACPI AC adaptor and ACPI Control Method Battery.takawata2000-12-227-3/+484
* Merged from Makefile.i386 revision 1.217.kato2000-12-221-2/+2
* Merged from Makefile.i386 revision 1.216.kato2000-12-221-6/+6
* Merged from files.i386 and options.i386 revisions 1.341 and 1.141,kato2000-12-222-1/+3
* Use the canonical spelling for the path to sys.obrien2000-12-224-8/+8
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-2151-197/+198
* Greatly speed up the modules `make obj' phase.obrien2000-12-212-12/+12
* Greatly speed up the module `depend' phase.obrien2000-12-212-12/+12
* Add pecoff directory.takawata2000-12-211-1/+1
* Re-Enable OSD_PRIORITY_GPE. Now 20001215 has been commited.takawata2000-12-211-2/+0
* Resolve conflicts from the ACPI CA 20001215 vendor import.msmith2000-12-2111-67/+61
* This commit was generated by cvs2svn to compensate for changes in r70243,msmith2000-12-21256-1082/+1182
|\
| * Update to the Intel 20001215 ACPI CA snapshot.msmith2000-12-21267-1149/+1243
* | A last minute brucification resulted in syntax errors in the previous commit.phk2000-12-201-4/+4
* | Replace logwakeup() with "int msgbuftrigger". There is littlephk2000-12-205-66/+115
* | Disable my previous committed code for a moment.iwasaki2000-12-201-0/+2
* | Add task priority definition for OSD_PRIORITY_GPE in AcpiOsQueueForExecution().iwasaki2000-12-201-0/+3
* | Fix my previous commit. Remove ed_get_Linksys() function prototypes.toshi2000-12-201-2/+0
* | Change priority of procedure queueing.takawata2000-12-201-2/+2
OpenPOWER on IntegriCloud