summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* * Ask for a page-aligned page instead of an arbitrary address. This shouldnjl2006-06-101-15/+30
* Minor tweaks to the resume code. Previous commit reverted alignment backnjl2006-06-101-41/+50
* Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makesnjl2006-06-102-7/+7
* Minor tweaks to the resume code that might help people debug.njl2006-06-083-5/+26
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-051-5/+47
* Fix cut-n-pasteo: use the i386 version #define for i386 dumps, not the amd64 ...emaste2006-06-051-1/+1
* MFamd64alc2006-06-051-5/+2
* After much discussion with mjacob and scottl, change bus_dmamem_alloc sosilby2006-06-011-21/+3
* Turn the panic on not being able to meet alignment constraintsmjacob2006-05-311-4/+22
* Clear invalid bits only if CPU supports SSE, otherwise, some fields indavidxu2006-05-311-1/+2
* Use the method described in IA-32 Intel Architecture Software Developer'sdavidxu2006-05-306-11/+21
* Backout changes trying to inherit floating-point environment, althoughdavidxu2006-05-293-40/+1
* Add a quick hack to ensure that bus_dmamem_alloc properly alignssilby2006-05-281-2/+14
* Clear high 16 bits of mxcsr register, according to Intel document, ifdavidxu2006-05-282-0/+5
* PCB_NPXINITDONE is cleared by npx_fork_thread.davidxu2006-05-281-1/+1
* If parent thread never used FPU, the only work is to clear flagdavidxu2006-05-281-1/+6
* When creating a new thread, inherit floating-point environment fromdavidxu2006-05-283-0/+35
* APM was calling the suspend process from a timeout. This meant thatimp2006-05-252-27/+42
* Move clock_lock prototype into <machine/clock.h>, where it is moresobomax2006-05-192-11/+3
* - Add C-bus and ISA front-ends for le(4) so it can actually replacemarius2006-05-172-2/+10
* - As only the PCI front-end of le(4) is common to all platforms move itsmarius2006-05-171-2/+2
* Send the pcvt(4) driver off to retirement.phk2006-05-1713-15316/+0
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-164-4/+0
* Kill more references to lnc(4).ru2006-05-161-1/+1
* Remove some remnants of lnc(4).marius2006-05-141-1/+0
* Prefer the le device driver for Lance (AMD7990 et al) hardware over thegnn2006-05-143-12/+2
* Test commit after repoman upgrade. Remove one of my many email addressespeter2006-05-121-1/+1
* Test commit after repoman upgrade. Remove one of my many email addressespeter2006-05-121-1/+1
* Add support for the VIA C7-M processor family.njl2006-05-111-14/+160
* Clean out sysctl machdep.* related defines.phk2006-05-112-23/+4
* regen (linux rt_sigpending)netchild2006-05-103-5/+6
* Implement rt_sigpending in the linuxolator.netchild2006-05-102-2/+2
* make tinderbox happy: GENERIC got ath and wlan added so we need tosam2006-05-101-0/+6
* Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linuxambrisko2006-05-091-0/+4
* o Add acpi_ibm to the build.maxim2006-05-071-0/+3
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-051-0/+6
* add ath and wlan crypto supportsam2006-05-031-0/+6
* Allow bus_dmamap_load() to pass ENOMEM back to the caller. This puts it intoscottl2006-05-031-4/+10
* Add various constants for the PAT MSR and the PAT PTE and PDE flags.jhb2006-05-014-0/+64
* Add a new 'pmap_invalidate_cache()' to flush the CPU caches via thejhb2006-05-016-3/+81
* Using an idea from Stephan Uphoff, use the empty pte's that correspondpeter2006-05-011-50/+115
* Fix missing changes required for the amd64->i386 conversion. Add thepeter2006-05-011-3/+4
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-2/+0
* Interim fix for pmap problems I introduced with my last commit.peter2006-04-281-82/+65
* Unbreak pc98. Sorry...sobomax2006-04-281-0/+2
* In general, bits in the page directory entry (PDE) and the page tablealc2006-04-271-10/+4
* Add the rr232x driver to the default kernels.scottl2006-04-272-0/+6
* In the case when reset via keyboard controller doesn't work for some reasonsobomax2006-04-271-3/+19
* Fix build on i386delphij2006-04-271-2/+2
* MFamd64: shrink pv entries from 24 bytes to about 12 bytes. (336 pv entriespeter2006-04-262-155/+369
OpenPOWER on IntegriCloud