aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* A lot of changes on acpi driver code.Mitsuru IWASAKI2000-08-291-2/+4
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-284-192/+336
* Fix typo in license.Marcel Moolenaar2000-08-251-1/+1
* Another file needed for ACPI,I forgot to commit.Takanori Watanabe2000-08-251-0/+309
* Comment out the static wiring of hints for GENERIC - the release processPeter Wemm2000-08-241-1/+2
* Add orthogonal part of ACPI support code.Takanori Watanabe2000-08-241-0/+34
* Fixed freeing wrong address.KATO Takenori2000-08-241-1/+1
* Fix the matcd driver for the new world order. This basically justSheldon Hearn2000-08-231-9/+9
* Add entries for the 'mly' driver. Re-group 'mly' and 'dpt' into a newMike Smith2000-08-232-36/+46
* Finish the Linuxulator MD/MI split.Marcel Moolenaar2000-08-2212-7168/+0
* Update include directives for Linuxulator headers after theMarcel Moolenaar2000-08-221-1/+1
* Collect the MD syscalls from /sys/compat/linux here. Since thisMarcel Moolenaar2000-08-221-0/+634
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-0/+1
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-7/+5
* Increase the default NAPIC from 1 to 2 as a bandaid until we allocateMike Smith2000-08-181-1/+1
* Don't let an illegal value for dr7 get set, which can lead to anBrian S. Dean2000-08-171-0/+18
* Prepare for a cleanup of pmap module API pollution introduced by theTor Egge2000-08-162-9/+14
* Add output of per battery information to apm(1).Hajimu UMEMOTO2000-08-133-29/+112
* Add PAO devices supported by drivers.Alexander Langer2000-08-131-20/+31
* Include machine/cputypes.h so we get the cpu_class variable. This is neededJohn Baldwin2000-08-131-0/+1
* Fixed null pointer panic for accessing "meminfo" when there is no swap.Bruce Evans2000-08-121-2/+7
* Clean up some low level bootstrap code:Peter Wemm2000-08-118-86/+34
* Don't skip IOAPIC id conflict detection when only one pci bus is present.Tor Egge2000-08-103-18/+12
* Fix the comments to properly document the PQ_MEDIUMCACHE andKelly Yancey2000-08-081-2/+2
* Add workaround for livelock problem when starting APs.Tor Egge2000-08-071-0/+4
* Change the behavior of isa_nmi to log an error message instead ofPaul Saab2000-08-063-45/+93
* Be more verbose when changing APIC ID on an IO APIC.Tor Egge2000-08-065-6/+438
* Cleanup debug messages and Add some enhancements from linux onMitsuru IWASAKI2000-08-043-126/+105
* Merge from GENERIC. Mostly reenable some devices and add SOFTUPDATESWarner Losh2000-08-031-17/+19
* Handle write page faults (both write only or read-modify-write) as MI vmLuoqi Chen2000-07-311-3/+3
* Allow use of TSC even if APM is compiled in but disabled.Poul-Henning Kamp2000-07-302-2/+12
* Regen. (Fix SYS_exit)Peter Wemm2000-07-296-10/+10
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesePeter Wemm2000-07-292-2/+2
* Revert previous commit. Not all RAID controllers are SCSI.David E. O'Brien2000-07-291-6/+5
* Move the RAID controllers next to the SCSI controllers.David E. O'Brien2000-07-291-5/+6
* Comment out `ncr' as `sym' handles all that `ncr' does.David E. O'Brien2000-07-291-2/+2
* Regenerate with makesyscalls.shPeter Wemm2000-07-296-10/+10
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingPeter Wemm2000-07-292-2/+2
* Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.hPeter Wemm2000-07-281-3/+1
* Remove the only use of SCARG and perform dead code elimination.Marcel Moolenaar2000-07-272-7/+2
* Document the SYSV IPC kernel options. Also, remove the SHM_PHYS_BACKEDJohn Baldwin2000-07-261-14/+48
* Document IPFILTER_DEFAULT_BLOCK.Jeroen Ruigrok van der Werven2000-07-251-0/+1
* s%LINT%NOTES%gBill Fumerola2000-07-251-4/+4
* Document device tdfx and options TDFX_LINUX.Jeroen Ruigrok van der Werven2000-07-241-0/+3
* Add bounds checking to stackgap_alloc. Previously it was possibleMarcel Moolenaar2000-07-233-11/+14
* Revert implementation of setfsuid and setfsgid due to securityMarcel Moolenaar2000-07-202-20/+2
* Temporary hack for the benefit of the X-Bone projectKris Kennaway2000-07-201-0/+1
* Default the pcic to polling. Some laptops need to have polling modeWarner Losh2000-07-191-1/+1
* Except for the information gathering IOCTLs, require apm device beWarner Losh2000-07-192-0/+32
* Add the umodem driver.Nick Hibma2000-07-181-0/+2