aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Backout changes trying to inherit floating-point environment, althoughDavid Xu2006-05-293-40/+1
* Add a quick hack to ensure that bus_dmamem_alloc properly alignsMike Silbersack2006-05-281-2/+14
* Clear high 16 bits of mxcsr register, according to Intel document, ifDavid Xu2006-05-282-0/+5
* PCB_NPXINITDONE is cleared by npx_fork_thread.David Xu2006-05-281-1/+1
* If parent thread never used FPU, the only work is to clear flagDavid Xu2006-05-281-1/+6
* When creating a new thread, inherit floating-point environment fromDavid Xu2006-05-283-0/+35
* APM was calling the suspend process from a timeout. This meant thatWarner Losh2006-05-252-27/+42
* Move clock_lock prototype into <machine/clock.h>, where it is moreMaxim Sobolev2006-05-192-11/+3
* - Add C-bus and ISA front-ends for le(4) so it can actually replaceMarius Strobl2006-05-172-2/+10
* - As only the PCI front-end of le(4) is common to all platforms move itsMarius Strobl2006-05-171-2/+2
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-1713-15316/+0
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-164-4/+0
* Kill more references to lnc(4).Ruslan Ermilov2006-05-161-1/+1
* Remove some remnants of lnc(4).Marius Strobl2006-05-141-1/+0
* Prefer the le device driver for Lance (AMD7990 et al) hardware over theGeorge V. Neville-Neil2006-05-143-12/+2
* Test commit after repoman upgrade. Remove one of my many email addressesPeter Wemm2006-05-121-1/+1
* Test commit after repoman upgrade. Remove one of my many email addressesPeter Wemm2006-05-121-1/+1
* Add support for the VIA C7-M processor family.Nate Lawson2006-05-111-14/+160
* Clean out sysctl machdep.* related defines.Poul-Henning Kamp2006-05-112-23/+4
* regen (linux rt_sigpending)Alexander Leidinger2006-05-103-5/+6
* Implement rt_sigpending in the linuxolator.Alexander Leidinger2006-05-102-2/+2
* make tinderbox happy: GENERIC got ath and wlan added so we need toSam Leffler2006-05-101-0/+6
* Add in linsysfs. A linux 2.6 like sys filesystem to pacify the LinuxDoug Ambrisko2006-05-091-0/+4
* o Add acpi_ibm to the build.Maxim Konovalov2006-05-071-0/+3
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.Doug Ambrisko2006-05-051-0/+6
* add ath and wlan crypto supportSam Leffler2006-05-031-0/+6
* Allow bus_dmamap_load() to pass ENOMEM back to the caller. This puts it intoScott Long2006-05-031-4/+10
* Add various constants for the PAT MSR and the PAT PTE and PDE flags.John Baldwin2006-05-014-0/+64
* Add a new 'pmap_invalidate_cache()' to flush the CPU caches via theJohn Baldwin2006-05-016-3/+81
* Using an idea from Stephan Uphoff, use the empty pte's that correspondPeter Wemm2006-05-011-50/+115
* Fix missing changes required for the amd64->i386 conversion. Add thePeter Wemm2006-05-011-3/+4
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-281-2/+0
* Interim fix for pmap problems I introduced with my last commit.Peter Wemm2006-04-281-82/+65
* Unbreak pc98. Sorry...Maxim Sobolev2006-04-281-0/+2
* In general, bits in the page directory entry (PDE) and the page tableAlan Cox2006-04-271-10/+4
* Add the rr232x driver to the default kernels.Scott Long2006-04-272-0/+6
* In the case when reset via keyboard controller doesn't work for some reasonMaxim Sobolev2006-04-271-3/+19
* Fix build on i386Xin LI2006-04-271-2/+2
* MFamd64: shrink pv entries from 24 bytes to about 12 bytes. (336 pv entriesPeter Wemm2006-04-262-155/+369
* Check if reported HTT cores are physical cores. This commit does notJung-uk Kim2006-04-251-0/+8
* Add another Intel CPU feature flag, xTPR (Send Task Priority Messages).Jung-uk Kim2006-04-241-1/+1
* Check if deterministic cache parameters leaf is valid before use.Jung-uk Kim2006-04-241-1/+2
* Adjust dangerous-shared-cache-detection logic from "all shared dataColin Percival2006-04-241-2/+2
* Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT belowXin LI2006-04-241-4/+4
* Merge minidumps from amd64 where they were originally developed.Peter Wemm2006-04-214-0/+466
* Set the rid of the resource we're about to return to the user.Warner Losh2006-04-201-1/+1
* Correct a local information leakage bug affecting AMD FPUs.Colin Percival2006-04-191-2/+40
* Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI2006-04-151-0/+3
* Retire pmap_track_modified(). We no longer need it because we do notAlan Cox2006-04-121-42/+10
* Hook bce up to the buildPaul Saab2006-04-101-0/+1