aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* s/adress/address/Kris Kennaway2001-07-237-7/+7
* Typo fix: fasion -> fashionKris Kennaway2001-07-231-1/+1
* Added the linux_sysinfo function to implement sysinfo(2).Jim Pirzyk2001-07-234-3/+78
* Added the proper arguments the sysinfo system callJim Pirzyk2001-07-231-1/+1
* add %option nounputAssar Westerlund2001-07-221-0/+2
* Add a few missing spl calls in preparation for an MFC of the miibusIan Dowse2001-07-221-6/+15
* Note that the umass device requires scbus and daKris Kennaway2001-07-222-2/+2
* Remove an old hack that remembered if the card type was Linksys byIan Dowse2001-07-221-7/+3
* make driver compile under 4.3-STABLEHellmuth Michaelis2001-07-221-0/+4
* Don't do sleep state transition if specified sleep state is notMitsuru IWASAKI2001-07-223-14/+20
* Attach the miibus for Linksys/Dlink cards from the attach routine,Ian Dowse2001-07-222-6/+11
* As per further discussions on hackers redo the SIGCHLD patch to not generateMatthew Dillon2001-07-222-8/+8
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptKazutaka YOKOTA2001-07-221-5/+5
* revert previous commit (bad style and not needed)Assar Westerlund2001-07-221-1/+0
* Add another Dell 3/Di PCI ID. You'd think they had enough of theseMike Smith2001-07-221-0/+1
* add prototype for dosetrlimitAssar Westerlund2001-07-222-2/+2
* revert previous accidental commitAssar Westerlund2001-07-221-1/+5
* get rid of some printf and pointer type warningsAssar Westerlund2001-07-228-20/+18
* add <sys/sytm.h> (for cpufunc.h -> rdtsc)Assar Westerlund2001-07-211-0/+1
* add <sys/cdefs.h> (for __unused and such)Assar Westerlund2001-07-211-0/+1
* null_do_probe: mark as unusedAssar Westerlund2001-07-211-0/+2
* (vm_page_select_cache): add prototypeAssar Westerlund2001-07-211-0/+1
* Unset MAINTAINER.Robert Nordier2001-07-218-16/+0
* update step.Hellmuth Michaelis2001-07-212-4/+4
* Convert from acpi_strerror() to AcpiFormatException()Mike Smith2001-07-2113-43/+39
* Update the OSD module to match the ACPI CA 20010717 import.Mike Smith2001-07-218-144/+178
* Implement a "proper" timecounter hung off the ACPI timer device.Mike Smith2001-07-211-20/+207
* Merge the EC register definitions into the EC module proper, they're notMike Smith2001-07-212-204/+71
* Use our saved copy of the FADT rather than fetching it again.Mike Smith2001-07-211-13/+5
* Don't call ourselves a "control method" anything, that's not useful.Mike Smith2001-07-211-4/+6
* The API for loading tables changed (we no longer explicitly search for theMike Smith2001-07-212-19/+4
* Merge local changes with the ACPI CA 20010717 import.Mike Smith2001-07-215-114/+80
* This commit was generated by cvs2svn to compensate for changes in r80062,Mike Smith2001-07-2177-1286/+1239
|\
| * Vendor import of the Intel ACPI CA 20010717 snapshot.Mike Smith2001-07-2182-1400/+1319
* | This commit was generated by cvs2svn to compensate for changes in r80060,Mike Smith2001-07-211-0/+190
|\|
| * Vendor import of the Intel ACPI CA 20010717 snapshot.Mike Smith2001-07-211-0/+190
* | Add a missing ~ so that the LO_INITIALIZED flag actually gets turned offJohn Baldwin2001-07-201-1/+1
* | Put a knob in the kernel config files to tweak the user max stack size.Jim Pirzyk2001-07-203-4/+9
* | gif isn't a count device anymore so don't put a number after it.Brooks Davis2001-07-202-2/+2
* | Fix typo; the meaning of the 3rd parameter to genkbd_keyaction() isKazutaka YOKOTA2001-07-201-1/+1
* | Fix off by one error for ESC[1J.Kazutaka YOKOTA2001-07-201-1/+1
* | Define a couple of subroutines to replace duplicated common code. YouKazutaka YOKOTA2001-07-201-65/+59
* | Return consistent key action codes at key press and releaseKazutaka YOKOTA2001-07-208-95/+108
* | We haven't used this for ages, and we're not going to either.Mike Smith2001-07-201-167/+0
* | Support for USB floppies based upon SMSC USB FDD controller.Nick Hibma2001-07-201-0/+10
* | Fix type warnings.Mark Murray2001-07-201-4/+8
* | We haven't had AcpiSetSystemSleepState for a while now, clean out theMike Smith2001-07-201-3/+0
* | Add ACPI S2-S4BIOS Suspend/Resume code.Takanori Watanabe2001-07-2016-29/+1093
* | Fix setting serial baud rate under ibcs2 emulation by moving a line to theJonathan Chen2001-07-201-2/+2
* | When including pci header files, do things differently for 5x and 4xWarner Losh2001-07-191-0/+7