summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Introduce EVFILT_TIMER, which allows a process to establish anjlemon2001-07-192-3/+68
* | Unconditinally turn on VLAN support when building fxp as a module, sincejlemon2001-07-191-1/+1
* | Only turn on MWI if the PCI configuration word indicates that itjlemon2001-07-191-5/+6
* | Expand the range of the vm86pcb_lock so that it protects manipulationsjlemon2001-07-191-2/+2
* | Merged from sys/i386/isa/npx.c revision 1.106.kato2001-07-191-14/+5
* | Merged from sys/i386/isa/npx.c revision 1.105.kato2001-07-191-9/+9
* | Merged from sys/i386/i386/machdep.c revisions 1.462 and 1.464.kato2001-07-192-140/+178
* | Backout non-functional changes from revision 1.128.ru2001-07-191-13/+9
* | swtch.s: During context save, use the correct bit mask for clearingbsd2001-07-195-12/+24
* | Don't use kp->arg0 as a format string, grr.kris2001-07-191-1/+1
* | Quiet a variable format-string warning.kris2001-07-196-12/+12
* | Quiet a variable format-string warning.kris2001-07-191-1/+1
* | ahc_pci.c:gibbs2001-07-1813-360/+696
* | Add support for parsing version strings out of assembler source filesgibbs2001-07-185-36/+111
* | Grab the process lock around psignal().jhb2001-07-181-0/+2
* | Add printf format checking to sbuf_printf()phk2001-07-181-1/+1
* | Keep track of all "struct snoop"'s so that snp_modevent can fail withdd2001-07-183-2/+19
* | Use MD_NAME and MDCTL_NAME constants where appropriate.dd2001-07-181-2/+3
* | Make sure that installing a module complains if the target modulesroam2001-07-181-1/+1
* | Skip the route checking in the case of multicast packets with knowndcs2001-07-171-9/+22
OpenPOWER on IntegriCloud