summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add PCIR_CAP_PTR as a define for the location of the capabilitygibbs2000-12-201-0/+1
* | Add PECOFF (WIN32 Execution file format) support.takawata2000-12-208-3/+868
* | Re-enable the lnc driver in GENERIC.paul2000-12-202-4/+4
* | Re-commit revision 1.32, which grog incorrectly backed out in revision 1.33.des2000-12-201-4/+6
* | Initialise rcmdlen.n_hibma2000-12-201-0/+1
* | fix a debugging leftover (min speed=48khz)cg2000-12-201-1/+1
* | revive_block: Don't go beyond the end of the stripe when revivinggrog2000-12-201-24/+8
* | build_rq_buffer: Note which buffer headers we lock.grog2000-12-201-0/+9
* | Rearrange #includes to make more sense. This is still not the reformgrog2000-12-201-8/+10
* | Rename detached plexes and subdisks correctly (off by one error)grog2000-12-201-6/+16
* | open_drive: Add support for more than 32 devices of a particular kind.grog2000-12-201-6/+11
* | give_plex_to_volume: Recalculate volume size after attaching.grog2000-12-202-5/+14
* | Resolve RAW dependency violation between tbit and adds.marcel2000-12-202-0/+2
* | Add flag XFR_BUFLOCKED to identify buffers which have been locked.grog2000-12-201-1/+2
* | ahc_eisa.c:gibbs2000-12-2013-222/+710
OpenPOWER on IntegriCloud