summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* bde points out that this can't do anything useful. The full patch hasimp2004-06-282-3/+0
* When opening /dev/io, preserve iopl properly. Otherwise, if you openimp2004-06-282-0/+3
* remove needless blanklineimp2004-06-281-1/+0
* Use APM_UNKNOWN instead of 0xff. Use ~0U instead 0 for the number ofimp2004-06-281-9/+9
* In case pmap_extract_and_hold() is ever performed on a different pmap thanalc2004-06-261-0/+2
* Add casts so all these quantities are a constant type.obrien2004-06-241-1/+1
* Finally implement bus_config_intr() support for I/O APIC interrupt sources.jhb2004-06-231-20/+27
* Fetch the actual acpi0 device_t and use device_is_attached() to see ifjhb2004-06-231-2/+3
* el(4) stopped needing to me a count device in December 2000.brooks2004-06-231-1/+1
* Various cleanups in support of a future ioapic_config_intr() function:jhb2004-06-233-32/+117
* MFamd64: Document the machdep.hlt_cpus sysctl MIB variable.bms2004-06-231-1/+2
* Implement the protection check required by the pmap_extract_and_hold()alc2004-06-221-8/+24
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-212-0/+7
* - Simplify pmap_remove_pages(), eliminating unnecessary indirection.alc2004-06-201-13/+12
* Add pmap locking to pmap_is_prefaultable().alc2004-06-201-6/+9
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-201-1/+1
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-201-1/+1
* Clear any pending exceptions before using frstor (in the non-FXSR case)bde2004-06-191-0/+4
* Remove unused pt_entry_ts. Remove an unneeded semicolon.alc2004-06-191-10/+5
* Removed foot-shooting setting of CR0_TS in exec_setregs(). It isbde2004-06-191-25/+7
* Fixed a panic caused by over-optimizing npxdrop() in the non-FXSR case.bde2004-06-181-0/+9
* Revert last change. If acpi is loaded or compiled into the kernel, itsnjl2004-06-171-1/+1
* Do not preset PG_BUSY on VM_ALLOC_NOOBJ pages. Such pages are notalc2004-06-171-4/+0
* o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, butimp2004-06-162-2/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-1618-68/+68
* MFamd64alc2004-06-162-4/+54
* MFamd64alc2004-06-161-32/+1
* Nice, is a property of a process as a whole..julian2004-06-161-2/+2
* Remove a stale comment.alc2004-06-151-6/+0
* s/device_get_handle/acpi_get_handlenjl2004-06-151-1/+1
* Catch one more use of acpi_MatchHid and update for new API.njl2004-06-151-1/+1
* We only need the devclass_find() result, not the softc.njl2004-06-151-1/+1
* Fix a couple of typos.jhb2004-06-141-2/+2
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLEnjl2004-06-142-3/+5
* Prevent the loss of a PG_M bit through an SMP race in pmap_ts_referenced().alc2004-06-131-1/+1
* - Remove an unused declaration.alc2004-06-131-2/+2
* In a multiprocessor, the PG_W bit in the pte must be changed atomically.alc2004-06-121-1/+2
* Deorbit COMPAT_SUNOS.phk2004-06-111-6/+6
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isjhb2004-06-103-9/+3
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-1010-6/+9
* Completely ignore disabled CPU entries as their APIC IDs tend to bejhb2004-06-101-13/+8
* Remove filename+line number from panic messages.phk2004-06-061-9/+3
* Fixed misclassification of npx interrupts caused by npx_probe().bde2004-06-061-12/+1
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments totjr2004-06-051-1/+1
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-5/+5
* Use ttymalloc() instead of ttyregister().phk2004-06-044-15/+12
* Automatically recognize the WRAP.1C and Soekris 4801 platforms and configurephk2004-06-031-14/+35
* Add new bios_string() which will hunt for a string inside a given rangephk2004-06-032-0/+23
* The NatSemi (now AMD) Geode SC1100 needs special treatment here and therephk2004-06-033-0/+9
OpenPOWER on IntegriCloud