| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: sys/sys/systm.h 1.235 | pjd | 2005-08-30 | 1 | -53/+1 |
* | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | rwatson | 2005-08-25 | 1 | -8/+8 |
* | MFC: better facility for extracting and inspecting BIOS strings. | phk | 2005-08-16 | 4 | -22/+171 |
* | MFC 1.4: make kernel build succeed when with "options CPU_DISABLE_SSE". | tobez | 2005-08-11 | 1 | -0/+2 |
* | MFC: Convert the atomic pointer operations to operate on uintptr_t rather | jhb | 2005-08-05 | 1 | -52/+18 |
* | MFC: Add support for the hw.apic.enable_extint tunable. | jhb | 2005-08-05 | 1 | -2/+12 |
* | MFC: Propagate return value of the kern_execve() to the caller properly. | sobomax | 2005-08-04 | 1 | -1/+1 |
* | MFC: r300 DRM support. Supports all current non-PCIE Radeons, as far as the | anholt | 2005-08-04 | 1 | -1/+1 |
* | MFC: Fix a bug in pmap_protect() in the PAE case where it could look up the | jhb | 2005-08-04 | 1 | -2/+2 |
* | Disable hyperthreading by default for 6.x. | nectar | 2005-08-04 | 1 | -1/+1 |
* | MFC: Bring acpi_battery support up to HEAD, changing the API slightly | njl | 2005-07-29 | 1 | -8/+13 |
* | MFC rev 1.17: Don't compile ral and ural in the PAE kernel. | imura | 2005-07-29 | 1 | -0/+2 |
* | MFC { exception.s:r1.114, machdep.c:r1.617, trap.c:r1.278 } | jkoshy | 2005-07-28 | 3 | -31/+7 |
* | Regenerate. | jhb | 2005-07-20 | 11 | -210/+210 |
* | MFC: Sync up the MP safe flags of the compat ABIs with the master list and | jhb | 2005-07-20 | 4 | -199/+199 |
* | MFC: Set timer0_max_count to a correct value in the lapic timer case and | jhb | 2005-07-18 | 1 | -24/+20 |
* | MFC: Ignore BIOS IRQs > 15. | jhb | 2005-07-18 | 1 | -1/+10 |
* | MFC addition of the COMPAT_FREEBSD5 option. Specific versions | kensmith | 2005-07-18 | 1 | -0/+1 |
* | Validate if the value written into {FS,GS}.base is a canonical | davidxu | 2005-07-10 | 1 | -1/+2 |
* | Have the NMI handler call the C language trap() routine and directly | jkoshy | 2005-07-09 | 1 | -2/+27 |
* | Some cleanups and tweaks to some of the atomic.h files in preparation for | jhb | 2005-07-09 | 1 | -83/+72 |
* | Lock Giant around a call to userland_sysctl() in ibcs2_sysi86(). | jhb | 2005-07-07 | 1 | -2/+7 |
* | Remove an extra call to read() in ibcs2_read() that can never be reached. | jhb | 2005-07-07 | 1 | -2/+0 |
* | Conditionally acquire Giant around the ISC and Xenix system calls based | jhb | 2005-07-07 | 2 | -10/+24 |
* | Remove a || 1 that crept into the i8254 commit and was subsequently | jhb | 2005-07-05 | 1 | -1/+1 |
* | Check the alignment of the IP header before passing the packet up to the | thompsa | 2005-07-02 | 1 | -0/+2 |
* | Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures, | delphij | 2005-07-02 | 7 | -28/+6 |
* | Fix a buglet that was present in the ia64 code and that got inherited | marcel | 2005-07-02 | 1 | -0/+1 |
* | Use a simpler implementation for the i8254 timecounter when using the lapic | jhb | 2005-07-01 | 1 | -12/+35 |
* | Begin promoting the AMD-originated feature flags to first class flags, now | peter | 2005-06-30 | 3 | -92/+86 |
* | Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.h | peter | 2005-06-29 | 2 | -0/+2 |
* | Switch AMD64 and i386 platforms to using ELF as their kernel crash | peter | 2005-06-29 | 3 | -111/+362 |
* | Regenerate after addition of audit event type number to syscalls.master | rwatson | 2005-06-29 | 5 | -83/+85 |
* | During the system call table format change adding audit record event | rwatson | 2005-06-29 | 2 | -84/+95 |
* | Disable the interrupts in trap_fatal before calling kdb_trap. | ups | 2005-06-25 | 1 | -2/+9 |
* | Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't merit | peter | 2005-06-24 | 2 | -0/+3 |
* | Various and sundry style fixes and comment cleanups. | jhb | 2005-06-23 | 2 | -14/+21 |
* | Connect reiserfs build to every platforms, not only i386 and pc98. | dumbbell | 2005-06-21 | 1 | -6/+0 |
* | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | obrien | 2005-06-20 | 1 | -0/+1 |
* | Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specific | ups | 2005-06-14 | 1 | -0/+3 |
* | - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source | marius | 2005-06-10 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -30/+37 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 1 | -29/+17 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -146/+38 |
* | Add IPI support for preempting a thread on another CPU. | ups | 2005-06-09 | 2 | -1/+18 |
* | Regen after addition of linux_getpriority wrapper. | sobomax | 2005-06-08 | 3 | -5/+10 |
* | Properly convert FreeBSD priority values into Linux values in the | sobomax | 2005-06-08 | 1 | -1/+1 |
* | Add the proper logic so that we don't try to do SSE stuff unless its | dfr | 2005-06-04 | 1 | -0/+11 |
* | Allow the VESA code to handle devices that don't claim to be VGA devices. | jhb | 2005-06-01 | 1 | -2/+0 |
* | Add support for XMM registers in GDB for x86 processors that support | dfr | 2005-05-31 | 3 | -0/+79 |