| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 280 | -280/+278 |
| * | MF6: Add DEFAULTS files for amd64, i386, and pc98. | John Baldwin | 2005-10-28 | 1 | -7/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6_0'. | cvs2svn | 2005-10-28 | 1 | -0/+17 |
| * | MFC: | Ade Lovett | 2005-10-28 | 1 | -0/+2 |
| * | MFC rev 1.11.2.1: set to 100% on boot | Nate Lawson | 2005-10-25 | 1 | -0/+8 |
| * | MFC vm_machdep.c 1.261-1.263 | Stephan Uphoff | 2005-10-20 | 1 | -31/+37 |
| * | Big overall MFC of polling(4) cleanup: | Gleb Smirnoff | 2005-10-07 | 2 | -14/+4 |
| * | MFC: Minor fixes and add amd64 support: | Jung-uk Kim | 2005-10-06 | 1 | -4/+22 |
| * | MFC: Add atomic_fetchadd(9) operation for types int and 32. | John Baldwin | 2005-10-06 | 1 | -0/+21 |
| * | MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4, | Marius Strobl | 2005-10-05 | 1 | -6/+8 |
| * | MFC: Add interrupt counters for IPIs. | John Baldwin | 2005-10-04 | 3 | -8/+97 |
| * | MFC: Rename the lapic timer interrupt counter to cpuX: timer. | John Baldwin | 2005-10-04 | 1 | -1/+1 |
| * | MFC: Stop using the '+' constraint modifier with memory operands in | John Baldwin | 2005-09-26 | 1 | -22/+27 |
| * | MFC: Adjust comment to note that we now do handle the PMC LVT entry and | John Baldwin | 2005-09-26 | 1 | -3/+7 |
| * | MFC: Explicitly switch to the new TSS when adding one in i386_extend_pcb(). | John Baldwin | 2005-09-26 | 2 | -4/+7 |
| * | Fix a whitespace screw-up I made when doing the MFC of COMPAT_FREEBSD5. | Ken Smith | 2005-09-22 | 1 | -1/+1 |
| * | Now that our showstopper list has shrunk, take another step closer to the | Scott Long | 2005-09-18 | 2 | -11/+12 |
| * | MFC: Merge resource fixes for pci devices on pci0 for ioport. | Warner Losh | 2005-09-18 | 3 | -2/+6 |
| * | MFC: sys/sys/systm.h 1.235 | Pawel Jakub Dawidek | 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 | Robert Watson | 2005-08-25 | 1 | -8/+8 |
| * | MFC: better facility for extracting and inspecting BIOS strings. | Poul-Henning Kamp | 2005-08-16 | 4 | -22/+171 |
| * | MFC 1.4: make kernel build succeed when with "options CPU_DISABLE_SSE". | Anton Berezin | 2005-08-11 | 1 | -0/+2 |
| * | MFC: Convert the atomic pointer operations to operate on uintptr_t rather | John Baldwin | 2005-08-05 | 1 | -52/+18 |
| * | MFC: Add support for the hw.apic.enable_extint tunable. | John Baldwin | 2005-08-05 | 1 | -2/+12 |
| * | MFC: Propagate return value of the kern_execve() to the caller properly. | Maxim Sobolev | 2005-08-04 | 1 | -1/+1 |
| * | MFC: r300 DRM support. Supports all current non-PCIE Radeons, as far as the | Eric Anholt | 2005-08-04 | 1 | -1/+1 |
| * | MFC: Fix a bug in pmap_protect() in the PAE case where it could look up the | John Baldwin | 2005-08-04 | 1 | -2/+2 |
| * | Disable hyperthreading by default for 6.x. | Jacques Vidrine | 2005-08-04 | 1 | -1/+1 |
| * | MFC: Bring acpi_battery support up to HEAD, changing the API slightly | Nate Lawson | 2005-07-29 | 1 | -8/+13 |
| * | MFC rev 1.17: Don't compile ral and ural in the PAE kernel. | R. Imura | 2005-07-29 | 1 | -0/+2 |
| * | MFC { exception.s:r1.114, machdep.c:r1.617, trap.c:r1.278 } | Joseph Koshy | 2005-07-28 | 3 | -31/+7 |
| * | Regenerate. | John Baldwin | 2005-07-20 | 11 | -210/+210 |
| * | MFC: Sync up the MP safe flags of the compat ABIs with the master list and | John Baldwin | 2005-07-20 | 4 | -199/+199 |
| * | MFC: Set timer0_max_count to a correct value in the lapic timer case and | John Baldwin | 2005-07-18 | 1 | -24/+20 |
| * | MFC: Ignore BIOS IRQs > 15. | John Baldwin | 2005-07-18 | 1 | -1/+10 |
| * | MFC addition of the COMPAT_FREEBSD5 option. Specific versions | Ken Smith | 2005-07-18 | 1 | -0/+1 |
| * | Validate if the value written into {FS,GS}.base is a canonical | David Xu | 2005-07-10 | 1 | -1/+2 |
| * | Have the NMI handler call the C language trap() routine and directly | Joseph Koshy | 2005-07-09 | 1 | -2/+27 |
| * | Some cleanups and tweaks to some of the atomic.h files in preparation for | John Baldwin | 2005-07-09 | 1 | -83/+72 |
| * | Lock Giant around a call to userland_sysctl() in ibcs2_sysi86(). | John Baldwin | 2005-07-07 | 1 | -2/+7 |
| * | Remove an extra call to read() in ibcs2_read() that can never be reached. | John Baldwin | 2005-07-07 | 1 | -2/+0 |
| * | Conditionally acquire Giant around the ISC and Xenix system calls based | John Baldwin | 2005-07-07 | 2 | -10/+24 |
| * | Remove a || 1 that crept into the i8254 commit and was subsequently | John Baldwin | 2005-07-05 | 1 | -1/+1 |
| * | Check the alignment of the IP header before passing the packet up to the | Andrew Thompson | 2005-07-02 | 1 | -0/+2 |
| * | Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures, | Xin LI | 2005-07-02 | 7 | -28/+6 |
| * | Fix a buglet that was present in the ia64 code and that got inherited | Marcel Moolenaar | 2005-07-02 | 1 | -0/+1 |
| * | Use a simpler implementation for the i8254 timecounter when using the lapic | John Baldwin | 2005-07-01 | 1 | -12/+35 |
| * | Begin promoting the AMD-originated feature flags to first class flags, now | Peter Wemm | 2005-06-30 | 3 | -92/+86 |
| * | Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.h | Peter Wemm | 2005-06-29 | 2 | -0/+2 |
| * | Switch AMD64 and i386 platforms to using ELF as their kernel crash | Peter Wemm | 2005-06-29 | 3 | -111/+362 |