| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -18/+5 |
* | - Separate PMC class dependent code from other kinds of machine | jkoshy | 2008-11-09 | 1 | -3/+32 |
* | 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 |
* | Revert r184136. Instead, push the check for crashdumpmap overflow into the | kib | 2008-10-31 | 2 | -2/+2 |
* | Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hz | sobomax | 2008-10-27 | 1 | -4/+3 |
* | Fix division by zero panic if kern.hz less than 32. | sobomax | 2008-10-26 | 1 | -1/+5 |
* | Simplify AMD64_CPU_MODEL() and AMD64_CPU_FAMILY() macros as the base family | jkim | 2008-10-22 | 1 | -4/+2 |
* | Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCs | jkim | 2008-10-22 | 1 | -2/+7 |
* | Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higher | jkim | 2008-10-22 | 2 | -1/+20 |
* | Turn off CPU frequency change notifiers when the TSC is P-state invariant | jkim | 2008-10-21 | 4 | -8/+30 |
* | Detect Advanced Power Management Information for AMD CPUs. | jkim | 2008-10-21 | 4 | -0/+19 |
* | Correctly fill siginfo for the signals delivered by linux tkill/tgkill. | kib | 2008-10-19 | 2 | -15/+18 |
* | Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries. | kib | 2008-10-18 | 1 | -1/+2 |
* | Make robust futexes work on linux32/amd64. Use PTRIN to read | kib | 2008-10-14 | 1 | -0/+11 |
* | If the current thread has the trap bit set (i.e. a debugger had | davidxu | 2008-10-05 | 1 | -0/+8 |
* | - Add driver for Attansic L2 FastEthernet controller found on | stas | 2008-10-03 | 1 | -0/+1 |
* | Collect N identical (or near identical) mkdumpheader() implementations into | peter | 2008-10-01 | 2 | -44/+2 |
* | Bump MAXCPU to 32 now that 32 CPU x86 systems exist. | jhb | 2008-10-01 | 1 | -1/+1 |
* | Remove ipi_all() and ipi_self() as the former hasn't been used at | marius | 2008-09-28 | 2 | -32/+0 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -4/+4 |
* | Change the static struct sysentvec and struct Elf_Brandinfo initializers | kib | 2008-09-24 | 2 | -93/+94 |
* | - Recognize SAVE and OSXSAVE extended processor features. | stas | 2008-09-18 | 1 | -2/+2 |
* | Correct a callchain capture bug on the i386. | jkoshy | 2008-09-15 | 1 | -2/+3 |
* | Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mapped | jhb | 2008-09-11 | 1 | -0/+6 |
* | Update the comments above the 0xcf9 register reset attempt to match the | jhb | 2008-09-11 | 1 | -4/+7 |
* | Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIe | jhb | 2008-09-10 | 1 | -14/+48 |
* | The pcb_gs32p should be per-cpu, not per-thread pointer. This is | kib | 2008-09-08 | 7 | -8/+8 |
* | Provide private per-CPU GDTs on amd64. This is required at least for the | kib | 2008-09-08 | 2 | -5/+13 |
* | In linux_set_thread_area(), mark pcb as PCB_GS32BIT. This was missed | kib | 2008-09-08 | 1 | -1/+1 |
* | Fix inconsistencies in the comments. | kib | 2008-09-08 | 2 | -3/+3 |
* | Segment registers are stored in the uc_mcontext member of the struct | kib | 2008-09-07 | 2 | -4/+4 |
* | - When executing FreeBSD/amd64 binaries from FreeBSD/i386 or Linux/i386 | kib | 2008-09-02 | 3 | -2/+20 |
* | Move empty filter handling to MI source. | jkim | 2008-08-26 | 1 | -4/+0 |
* | Fix a typo in copyrights. | jkim | 2008-08-25 | 2 | -2/+2 |
* | Adjust the handling the various timer frequencies when using the lapic | jhb | 2008-08-23 | 1 | -10/+17 |
* | Extend the support for PCI-e memory mapped configuration space access: | jhb | 2008-08-22 | 2 | -3/+138 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -1/+1 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | jhb | 2008-08-19 | 1 | -2/+2 |
* | Correctly check unsignedness of all BPF_LD|BPF_IND instructions. | jkim | 2008-08-18 | 2 | -38/+70 |
* | - Make these files compilable on user land. | jkim | 2008-08-18 | 1 | -4/+28 |
* | The doreti_iret_fault code is always called with gs base MSR containing | kib | 2008-08-18 | 1 | -6/+3 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 2 | -2/+4 |
* | Use int32_t/int16_t instead of int/short as sys/net/bpf_filter.c does. | jkim | 2008-08-13 | 1 | -4/+4 |
* | - Remove unnecessary jump instruction(s) when offset(s) is/are zero(s). | jkim | 2008-08-13 | 2 | -78/+84 |
* | Update copyrights and fix style(9). | jkim | 2008-08-12 | 2 | -10/+10 |
* | Replace all stack usages with registers and remove unused macros. | jkim | 2008-08-12 | 2 | -86/+81 |
* | Decode some more "exotic" instructions including: fxsave, fxrstor, ldmxcsr, | jhb | 2008-08-11 | 1 | -9/+68 |
* | Intel describes the behavior of their processors as "undefined" if two or | alc | 2008-08-09 | 1 | -2/+84 |