summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-315-14/+14
* - Allocate apic vectors on a per-cpu basis. This allows us to allocatejeff2009-01-296-77/+153
* VIA Nano processor has a special MSR (CENT_HARDWARECTRL3) bit 32 to determinejkim2009-01-221-1/+2
* Include a missing header file.jkim2009-01-221-0/+1
* Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386jkim2009-01-221-1/+1
* re-enable wi: was accidentally disabled in r1.502sam2009-01-191-1/+1
* MFp4: //depot/projects/usb@155990thompsa2009-01-131-0/+4
* Enable MSI support for VIA Nano processors on i386 (missing in r187118).jkim2009-01-131-2/+12
* Documentation-only change:luigi2009-01-131-4/+4
* Add basic i386 support for VIA Nano processors.jkim2009-01-123-4/+23
* Replace more strcmp(cpu_vendor, "foo") with cpu_vendor_id.jkim2009-01-121-7/+7
* Add a reference to the "env" kernel config option in the GENERIC file,luigi2009-01-061-0/+6
* Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.jkim2009-01-051-4/+0
* Add commented out options KDTRACE_HOOKS and, for amd64, KDRACE_FRAME,rwatson2009-01-051-0/+1
* Disable USB bluetooth (needs netgraph built in) and USB audio (doesn'trpaulo2008-12-301-3/+3
* Add a kernel config file so that users have less difficulty testingrpaulo2008-12-301-0/+110
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-291-6/+2
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-2914-348/+41
* Make gpart the default partitioning class on all platforms.marcel2008-12-171-2/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* Remove obsolete AT_DEBUG stuff. It never should have been committedimp2008-12-171-2/+0
* - Bug fix: prevent a thread from migrating between CPUs between thejkoshy2008-12-131-1/+10
* Add more CPUID bits from AMD CPUID Specification Rev. 2.28.jkim2008-12-122-8/+16
* Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code.jkoshy2008-12-121-0/+8
* Add constants for fields in the local APIC error status register and ajhb2008-12-113-0/+22
* Restore memory clobber, to cause mb on the compiler level too.kib2008-12-061-3/+3
* Unconditionally use locked addition of zero to tip of the stack forkib2008-12-051-14/+3
* Integrate 185578 from dfrkmacy2008-12-042-288/+3
* fix initialization for case of normal kernbasekmacy2008-12-041-215/+33
* Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.ed2008-12-022-2/+2
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-013-10/+18
* According to "Intel 64 and IA-32 Architectures Software Developer's Manualmav2008-11-301-1/+5
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.kib2008-11-291-0/+16
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-271-6/+11
* Remove an unused variable.jkim2008-11-261-2/+1
* Use newly introduced cpu_vendor_id to make invariant TSC detection morejkim2008-11-261-8/+13
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-2612-82/+148
* Add Pentium D cores into the list that can't handle 12.5% and 25%sobomax2008-11-261-1/+4
* Remove unused variable.ganbold2008-11-251-3/+0
* Core i7 supports invaliant TSC and the presense is presented ontakawata2008-11-251-1/+2
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-223-4/+8
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-222-9/+15
* In the robust futexes list head, futex_offset shall be signed,kib2008-11-161-1/+1
* repair config file from spammingkmacy2008-11-141-0/+6
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetyongari2008-11-121-0/+1
* Several cleanups related to pipe(2).ed2008-11-111-15/+5
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-091-0/+28
* Regenerate system call tables for r184789.ed2008-11-093-5/+11
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-1/+1
* Move the CAM passthrough code into a true module so that it doesn't have to bescottl2008-11-031-69/+2
OpenPOWER on IntegriCloud