summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Change the following environment variables to kernel options:brian2004-07-082-11/+11
* Change the following kernel options to environment variables:brian2004-07-082-11/+11
* Fix an oversight in r1.26: remove #ifdef around necessary variable.phk2004-07-071-2/+0
* Simplify the control flow in pmap_extract(), enabling the elimination of aalc2004-07-071-4/+3
* White space and style changes only.alc2004-07-071-3/+0
* Use the proper type and then cast on assignment. This fixes warning whennjl2004-07-061-2/+4
* Style changes to pmap_extract().alc2004-07-061-5/+3
* Something funny happened on the way to the floppy driver today...phk2004-07-051-3/+11
* Remove now obsolete port assignments and sizes. These more properlyimp2004-07-051-77/+1
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-042-2/+2
* Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here afterimp2004-07-032-24/+40
* Commit the first of half of changes that allow busdma to transparentlyscottl2004-07-031-11/+47
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-022-1/+3
* Remove stray i386 math emulator references.scottl2004-07-011-7/+1
* This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.nyan2004-07-011-0/+3
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-015-19/+26
* As per discussion at today's developer summit, add a comment to NOTESjhb2004-07-011-0/+1
* Hide struct resource and struct rman. You must defineimp2004-06-301-0/+1
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+24
* Fix leftover argument to pmap_unuse_pt(). I committed the wrong diff.peter2004-06-301-1/+1
* Update for acpi_id_probe()njl2004-06-292-26/+19
* Reduce the size of pv entries by 15%. This saves 1MB of KVA for mappingpeter2004-06-292-17/+15
* 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
OpenPOWER on IntegriCloud