| Commit message (Expand) | Author | Age | Files | Lines |
* | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | Warner Losh | 2008-12-17 | 1 | -12/+0 |
* | Remove obsolete AT_DEBUG stuff. It never should have been committed | Warner Losh | 2008-12-17 | 1 | -2/+0 |
* | Bug fix: %ebx needs to be preserved in the user callchain capture | Joseph Koshy | 2008-12-14 | 1 | -4/+4 |
* | - Bug fix: prevent a thread from migrating between CPUs between the | Joseph Koshy | 2008-12-13 | 1 | -6/+10 |
* | Add more CPUID bits from AMD CPUID Specification Rev. 2.28. | Jung-uk Kim | 2008-12-12 | 2 | -8/+16 |
* | Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code. | Joseph Koshy | 2008-12-12 | 1 | -0/+8 |
* | Add constants for fields in the local APIC error status register and a | John Baldwin | 2008-12-11 | 3 | -0/+22 |
* | Change the default value for the flag enabling superpage mapping and | Alan Cox | 2008-12-06 | 1 | -1/+1 |
* | Improve db_backtrace() for compat ia32 on amd64. 32bit image enters | Konstantin Belousov | 2008-12-05 | 1 | -0/+6 |
* | Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important. | Ed Schouten | 2008-12-02 | 1 | -1/+1 |
* | Remove unused variable. | Ganbold Tsagaankhuu | 2008-12-02 | 1 | -3/+0 |
* | Switch to ath hal source code. Note this removes the ath_hal | Sam Leffler | 2008-12-01 | 2 | -8/+8 |
* | Adjustments to make a tags file a bit more suitable to amd64. | Ken Smith | 2008-12-01 | 1 | -14/+13 |
* | According to "Intel 64 and IA-32 Architectures Software Developer's Manual | Alexander Motin | 2008-11-30 | 1 | -1/+5 |
* | Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64. | Konstantin Belousov | 2008-11-29 | 1 | -0/+16 |
* | Regenerate | Konstantin Belousov | 2008-11-29 | 3 | -9/+9 |
* | Fix iovec32 for linux32/amd64. | Konstantin Belousov | 2008-11-29 | 3 | -14/+47 |
* | - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo | Joseph Koshy | 2008-11-27 | 1 | -2/+7 |
* | Use newly introduced cpu_vendor_id to make invariant TSC detection more | Jung-uk Kim | 2008-11-26 | 1 | -7/+13 |
* | Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "..."). | Jung-uk Kim | 2008-11-26 | 9 | -29/+60 |
* | Add sv_flags field to struct sysentvec with intention to provide description | Konstantin Belousov | 2008-11-22 | 2 | -1/+3 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | Kip Macy | 2008-11-22 | 1 | -0/+4 |
* | In the robust futexes list head, futex_offset shall be signed, | Konstantin Belousov | 2008-11-16 | 1 | -1/+1 |
* | Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet | Pyun YongHyeon | 2008-11-12 | 1 | -0/+1 |
* | Several cleanups related to pipe(2). | Ed Schouten | 2008-11-11 | 1 | -18/+5 |
* | - Separate PMC class dependent code from other kinds of machine | Joseph Koshy | 2008-11-09 | 1 | -3/+32 |
* | Regenerate system call tables for r184789. | Ed Schouten | 2008-11-09 | 3 | -5/+11 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -1/+1 |
* | Revert r184136. Instead, push the check for crashdumpmap overflow into the | Konstantin Belousov | 2008-10-31 | 2 | -2/+2 |
* | Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hz | Maxim Sobolev | 2008-10-27 | 1 | -4/+3 |
* | Fix division by zero panic if kern.hz less than 32. | Maxim Sobolev | 2008-10-26 | 1 | -1/+5 |
* | Simplify AMD64_CPU_MODEL() and AMD64_CPU_FAMILY() macros as the base family | Jung-uk Kim | 2008-10-22 | 1 | -4/+2 |
* | Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCs | Jung-uk Kim | 2008-10-22 | 1 | -2/+7 |
* | Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higher | Jung-uk Kim | 2008-10-22 | 2 | -1/+20 |
* | Turn off CPU frequency change notifiers when the TSC is P-state invariant | Jung-uk Kim | 2008-10-21 | 4 | -8/+30 |
* | Detect Advanced Power Management Information for AMD CPUs. | Jung-uk Kim | 2008-10-21 | 4 | -0/+19 |
* | Correctly fill siginfo for the signals delivered by linux tkill/tgkill. | Konstantin Belousov | 2008-10-19 | 2 | -15/+18 |
* | Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries. | Konstantin Belousov | 2008-10-18 | 1 | -1/+2 |
* | Make robust futexes work on linux32/amd64. Use PTRIN to read | Konstantin Belousov | 2008-10-14 | 1 | -0/+11 |
* | If the current thread has the trap bit set (i.e. a debugger had | David Xu | 2008-10-05 | 1 | -0/+8 |
* | - Add driver for Attansic L2 FastEthernet controller found on | Stanislav Sedov | 2008-10-03 | 1 | -0/+1 |
* | Collect N identical (or near identical) mkdumpheader() implementations into | Peter Wemm | 2008-10-01 | 2 | -44/+2 |
* | Bump MAXCPU to 32 now that 32 CPU x86 systems exist. | John Baldwin | 2008-10-01 | 1 | -1/+1 |
* | Remove ipi_all() and ipi_self() as the former hasn't been used at | Marius Strobl | 2008-09-28 | 2 | -32/+0 |
* | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -4/+4 |
* | Change the static struct sysentvec and struct Elf_Brandinfo initializers | Konstantin Belousov | 2008-09-24 | 2 | -93/+94 |
* | - Recognize SAVE and OSXSAVE extended processor features. | Stanislav Sedov | 2008-09-18 | 1 | -2/+2 |
* | Correct a callchain capture bug on the i386. | Joseph Koshy | 2008-09-15 | 1 | -2/+3 |
* | Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mapped | John Baldwin | 2008-09-11 | 1 | -0/+6 |
* | Update the comments above the 0xcf9 register reset attempt to match the | John Baldwin | 2008-09-11 | 1 | -4/+7 |