| Commit message (Expand) | Author | Age | Files | Lines |
* | VIA Nano processor has a special MSR (CENT_HARDWARECTRL3) bit 32 to determine | jkim | 2009-01-22 | 1 | -1/+2 |
* | Include a missing header file. | jkim | 2009-01-22 | 1 | -0/+1 |
* | Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386 | jkim | 2009-01-22 | 1 | -1/+1 |
* | re-enable wi: was accidentally disabled in r1.502 | sam | 2009-01-19 | 1 | -1/+1 |
* | MFp4: //depot/projects/usb@155990 | thompsa | 2009-01-13 | 1 | -0/+4 |
* | Enable MSI support for VIA Nano processors on i386 (missing in r187118). | jkim | 2009-01-13 | 1 | -2/+12 |
* | Documentation-only change: | luigi | 2009-01-13 | 1 | -4/+4 |
* | Add basic i386 support for VIA Nano processors. | jkim | 2009-01-12 | 3 | -4/+23 |
* | Replace more strcmp(cpu_vendor, "foo") with cpu_vendor_id. | jkim | 2009-01-12 | 1 | -7/+7 |
* | Add a reference to the "env" kernel config option in the GENERIC file, | luigi | 2009-01-06 | 1 | -0/+6 |
* | Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support. | jkim | 2009-01-05 | 1 | -4/+0 |
* | Add commented out options KDTRACE_HOOKS and, for amd64, KDRACE_FRAME, | rwatson | 2009-01-05 | 1 | -0/+1 |
* | Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't | rpaulo | 2008-12-30 | 1 | -3/+3 |
* | Add a kernel config file so that users have less difficulty testing | rpaulo | 2008-12-30 | 1 | -0/+110 |
* | Push down Giant inside sysctl. Also add some more assertions to the code. | ed | 2008-12-29 | 1 | -6/+2 |
* | merge 186535, 186537, and 186538 from releng_7_xen | kmacy | 2008-12-29 | 14 | -348/+41 |
* | Make gpart the default partitioning class on all platforms. | marcel | 2008-12-17 | 1 | -2/+2 |
* | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | imp | 2008-12-17 | 1 | -12/+0 |
* | Remove obsolete AT_DEBUG stuff. It never should have been committed | imp | 2008-12-17 | 1 | -2/+0 |
* | - Bug fix: prevent a thread from migrating between CPUs between the | jkoshy | 2008-12-13 | 1 | -1/+10 |
* | Add more CPUID bits from AMD CPUID Specification Rev. 2.28. | jkim | 2008-12-12 | 2 | -8/+16 |
* | Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code. | jkoshy | 2008-12-12 | 1 | -0/+8 |
* | Add constants for fields in the local APIC error status register and a | jhb | 2008-12-11 | 3 | -0/+22 |
* | Restore memory clobber, to cause mb on the compiler level too. | kib | 2008-12-06 | 1 | -3/+3 |
* | Unconditionally use locked addition of zero to tip of the stack for | kib | 2008-12-05 | 1 | -14/+3 |
* | Integrate 185578 from dfr | kmacy | 2008-12-04 | 2 | -288/+3 |
* | fix initialization for case of normal kernbase | kmacy | 2008-12-04 | 1 | -215/+33 |
* | Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important. | ed | 2008-12-02 | 2 | -2/+2 |
* | Switch to ath hal source code. Note this removes the ath_hal | sam | 2008-12-01 | 3 | -10/+18 |
* | According to "Intel 64 and IA-32 Architectures Software Developer's Manual | mav | 2008-11-30 | 1 | -1/+5 |
* | Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64. | kib | 2008-11-29 | 1 | -0/+16 |
* | - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo | jkoshy | 2008-11-27 | 1 | -6/+11 |
* | Remove an unused variable. | jkim | 2008-11-26 | 1 | -2/+1 |
* | Use newly introduced cpu_vendor_id to make invariant TSC detection more | jkim | 2008-11-26 | 1 | -8/+13 |
* | Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "..."). | jkim | 2008-11-26 | 12 | -82/+148 |
* | Add Pentium D cores into the list that can't handle 12.5% and 25% | sobomax | 2008-11-26 | 1 | -1/+4 |
* | Remove unused variable. | ganbold | 2008-11-25 | 1 | -3/+0 |
* | Core i7 supports invaliant TSC and the presense is presented on | takawata | 2008-11-25 | 1 | -1/+2 |
* | Add sv_flags field to struct sysentvec with intention to provide description | kib | 2008-11-22 | 3 | -4/+8 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 2 | -9/+15 |
* | In the robust futexes list head, futex_offset shall be signed, | kib | 2008-11-16 | 1 | -1/+1 |
* | repair config file from spamming | kmacy | 2008-11-14 | 1 | -0/+6 |
* | Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet | yongari | 2008-11-12 | 1 | -0/+1 |
* | Several cleanups related to pipe(2). | ed | 2008-11-11 | 1 | -15/+5 |
* | - Separate PMC class dependent code from other kinds of machine | jkoshy | 2008-11-09 | 1 | -0/+28 |
* | Regenerate system call tables for r184789. | ed | 2008-11-09 | 3 | -5/+11 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -1/+1 |
* | Move the CAM passthrough code into a true module so that it doesn't have to be | scottl | 2008-11-03 | 1 | -69/+2 |
* | MFp4: | imp | 2008-11-02 | 1 | -1/+2 |
* | The file was inadvertently excluded from r184499. | kib | 2008-10-31 | 1 | -1/+1 |