| Commit message (Expand) | Author | Age | Files | Lines |
* | Clear carry flag in get_mcontext so that setcontext does not | davidxu | 2006-02-03 | 1 | -1/+2 |
* | Under verbose mode, correctly report L2 cache information | davidxu | 2006-02-02 | 1 | -1/+7 |
* | Fix bug in L2 cache size detection code for CPU which supports CPUID | davidxu | 2006-02-02 | 1 | -3/+8 |
* | Correctly report L2 cache size according to its code comment. | davidxu | 2006-02-02 | 1 | -2/+2 |
* | Attach ce(4) to the build. | rik | 2006-01-31 | 1 | -0/+4 |
* | Prepare for sconfig(8) update. | rik | 2006-01-30 | 1 | -4/+74 |
* | Call WITNESS_CHECK() in the page fault handler and immediately assume it | jhb | 2006-01-27 | 1 | -3/+11 |
* | Fix race conditions. | ups | 2006-01-23 | 1 | -33/+57 |
* | Remove the commented out entry of the old ISA-only le(4) driver which | marius | 2006-01-21 | 1 | -3/+0 |
* | Eliminate a stale instruction introduced in revision 1.136. | davidxu | 2006-01-18 | 1 | -1/+0 |
* | Free the newtag if we exit with a failure from alloc_bounce_zone(). | scottl | 2006-01-14 | 1 | -1/+6 |
* | Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) | phk | 2006-01-10 | 1 | -0/+1 |
* | By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into | imp | 2006-01-09 | 2 | -2/+3 |
* | - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the | jhb | 2006-01-06 | 2 | -28/+13 |
* | Fix various places that were testing td_critnest to see if interrupts | jhb | 2006-01-06 | 1 | -3/+3 |
* | We don't support I386_CPU in 6.0 and later. This file can be cleaned | netchild | 2006-01-04 | 1 | -16/+0 |
* | - Make sure the cpu_exthigh variable is initialized (page coloring case). [1] | netchild | 2006-01-04 | 1 | -19/+39 |
* | Use ttyalloc() instead of ttymalloc() | phk | 2006-01-04 | 2 | -3/+4 |
* | Fix a couple of issues with the ibcs2 module event handler. First, return | jhb | 2006-01-03 | 1 | -1/+4 |
* | - Explicitly validate an empty filter to match bpf_filter() comment[1]. | jkim | 2006-01-03 | 1 | -0/+4 |
* | Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate for | imp | 2006-01-01 | 1 | -0/+2 |
* | MI changes: | netchild | 2005-12-31 | 1 | -0/+466 |
* | Remove pcb_switchout, it has not been used for a long time. | davidxu | 2005-12-29 | 3 | -8/+0 |
* | Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure | sobomax | 2005-12-26 | 2 | -0/+4 |
* | Move global variable private_tss into per-cpu area. | davidxu | 2005-12-26 | 5 | -10/+10 |
* | - Improve the INKERNEL macro such that it can no longer give false positives. | jeff | 2005-12-23 | 1 | -1/+6 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 8 | -44/+16 |
* | Move device 'cs' into i386/pc98 specific NOTES. It is broken on ppc | imp | 2005-12-20 | 1 | -0/+4 |
* | Move the hostb driver out of the i386 and amd64 PCI code (where it was | jhb | 2005-12-20 | 1 | -58/+0 |
* | Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1) | jhb | 2005-12-15 | 1 | -1/+0 |
* | Fix stale comment. | jhb | 2005-12-14 | 1 | -2/+1 |
* | MFamd64 rev 1.223: Use the TSC to implement DELAY() if not marked broken | peter | 2005-12-13 | 1 | -0/+15 |
* | Revert previous commit. The BIOS braindamage is even worse than I | jhb | 2005-12-13 | 1 | -9/+2 |
* | Don't check the CPUID_APIC bit in the cpu_features flags field to determine | jhb | 2005-12-13 | 1 | -2/+9 |
* | Add support for 7320 and 915 PCIe chipsets. | rodrigc | 2005-12-08 | 1 | -7/+11 |
* | Whitespace: reduce diffs with amd64. | jhb | 2005-12-08 | 1 | -2/+1 |
* | - Cleanup whitespace and extra ()s in vtophys() macros. | jhb | 2005-12-06 | 1 | -4/+3 |
* | Fix ZERO_EDX() macro from the previous commit. It was emitting | jkim | 2005-12-06 | 1 | -1/+1 |
* | Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with | ru | 2005-12-06 | 1 | -7/+0 |
* | s/M_WAITOK/M_NOWAIT/ while mutex is held. | jkim | 2005-12-06 | 1 | -2/+2 |
* | - Micro-optimize `mov $0, %edx' -> `xor %edx, %edx'. | jkim | 2005-12-06 | 2 | -3/+9 |
* | Add experimental BPF Just-In-Time compiler for amd64 and i386. | jkim | 2005-12-06 | 2 | -0/+908 |
* | Change the i386 code to pass the interrupt vector as a separate argument | jhb | 2005-12-05 | 9 | -53/+27 |
* | - Move the code to deal with handling an IPI_STOP IPI out of | jhb | 2005-12-05 | 5 | -49/+34 |
* | Don't panic if IRQ 13 doesn't exist. On some machines (see previous | jhb | 2005-12-05 | 1 | -7/+9 |
* | Really slam the door on mixed mode now that we don't depend on it for a | jhb | 2005-12-05 | 1 | -0/+15 |
* | - Move PUSH_FRAME and POP_FRAME into machine/asmacros.h. | jhb | 2005-12-05 | 4 | -102/+54 |
* | Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98. | ru | 2005-12-05 | 1 | -1/+1 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 3 | -6/+3 |
* | Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov, | anholt | 2005-12-03 | 1 | -0/+1 |