summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* add %option nounputassar2001-07-221-0/+2
* Add a few missing spl calls in preparation for an MFC of the miibusiedowse2001-07-221-6/+15
* Note that the umass device requires scbus and dakris2001-07-222-2/+2
* Remove an old hack that remembered if the card type was Linksys byiedowse2001-07-221-7/+3
* make driver compile under 4.3-STABLEhm2001-07-221-0/+4
* Don't do sleep state transition if specified sleep state is notiwasaki2001-07-223-14/+20
* Attach the miibus for Linksys/Dlink cards from the attach routine,iedowse2001-07-222-6/+11
* As per further discussions on hackers redo the SIGCHLD patch to not generatedillon2001-07-222-8/+8
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptyokota2001-07-221-5/+5
* revert previous commit (bad style and not needed)assar2001-07-221-1/+0
* Add another Dell 3/Di PCI ID. You'd think they had enough of thesemsmith2001-07-221-0/+1
* add prototype for dosetrlimitassar2001-07-222-2/+2
* revert previous accidental commitassar2001-07-221-1/+5
* get rid of some printf and pointer type warningsassar2001-07-228-20/+18
* add <sys/sytm.h> (for cpufunc.h -> rdtsc)assar2001-07-211-0/+1
* add <sys/cdefs.h> (for __unused and such)assar2001-07-211-0/+1
* null_do_probe: mark as unusedassar2001-07-211-0/+2
* (vm_page_select_cache): add prototypeassar2001-07-211-0/+1
* Unset MAINTAINER.rnordier2001-07-218-16/+0
* update step.hm2001-07-212-4/+4
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-2113-43/+39
* Update the OSD module to match the ACPI CA 20010717 import.msmith2001-07-218-144/+178
* Implement a "proper" timecounter hung off the ACPI timer device.msmith2001-07-211-20/+207
* Merge the EC register definitions into the EC module proper, they're notmsmith2001-07-212-204/+71
* Use our saved copy of the FADT rather than fetching it again.msmith2001-07-211-13/+5
* Don't call ourselves a "control method" anything, that's not useful.msmith2001-07-211-4/+6
* The API for loading tables changed (we no longer explicitly search for themsmith2001-07-212-19/+4
* Merge local changes with the ACPI CA 20010717 import.msmith2001-07-215-114/+80
* This commit was generated by cvs2svn to compensate for changes in r80062,msmith2001-07-2177-1287/+1240
|\
| * Vendor import of the Intel ACPI CA 20010717 snapshot.msmith2001-07-2182-1401/+1320
* | This commit was generated by cvs2svn to compensate for changes in r80060,msmith2001-07-211-0/+190
|\ \ | |/
| * Vendor import of the Intel ACPI CA 20010717 snapshot.msmith2001-07-211-0/+190
* | Add a missing ~ so that the LO_INITIALIZED flag actually gets turned offjhb2001-07-201-1/+1
* | Put a knob in the kernel config files to tweak the user max stack size.pirzyk2001-07-203-4/+9
* | gif isn't a count device anymore so don't put a number after it.brooks2001-07-202-2/+2
* | Fix typo; the meaning of the 3rd parameter to genkbd_keyaction() isyokota2001-07-201-1/+1
* | Fix off by one error for ESC[1J.yokota2001-07-201-1/+1
* | Define a couple of subroutines to replace duplicated common code. Youyokota2001-07-201-65/+59
* | Return consistent key action codes at key press and releaseyokota2001-07-208-95/+108
* | We haven't used this for ages, and we're not going to either.msmith2001-07-201-167/+0
* | Support for USB floppies based upon SMSC USB FDD controller.n_hibma2001-07-201-0/+10
* | Fix type warnings.markm2001-07-201-4/+8
* | We haven't had AcpiSetSystemSleepState for a while now, clean out themsmith2001-07-201-3/+0
* | Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-2016-29/+1093
* | Fix setting serial baud rate under ibcs2 emulation by moving a line to thejon2001-07-201-2/+2
* | When including pci header files, do things differently for 5x and 4ximp2001-07-191-0/+7
* | Limit the device to only one playback channel until I can figure out whyscottl2001-07-191-1/+1
* | Fix an off-by-one error in the dma tag. This was causing the VM system toscottl2001-07-191-1/+2
* | remove support for creating files and directories from msdosfs_mknodassar2001-07-191-14/+1
* | Rename vm86pcb_lock -> vm86_lock to correctly reflect its function.jlemon2001-07-191-6/+6
OpenPOWER on IntegriCloud