| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed all traces of HIDENAME() in amd64 and i386 kernel code. Using | bde | 2006-10-28 | 1 | -18/+9 |
* | Don't call mexitcount or provide a stub mexitcount to call when | bde | 2006-10-27 | 1 | -11/+0 |
* | Change the x86 interrupt code to suspend/resume interrupt controllers | jhb | 2006-10-10 | 1 | -9/+14 |
* | Use calendaric calculation support from subr_clock.c instead of home-rolled. | phk | 2006-10-02 | 1 | -88/+33 |
* | Second part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -3/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 2 | -0/+2 |
* | Fix 'interrupt interrupt' -> 'interrupt' in the comment. | wkoszek | 2006-09-20 | 1 | -1/+1 |
* | Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set a | imp | 2006-08-09 | 1 | -9/+0 |
* | Use the method described in IA-32 Intel Architecture Software Developer's | davidxu | 2006-05-30 | 1 | -0/+9 |
* | Backout changes trying to inherit floating-point environment, although | davidxu | 2006-05-29 | 1 | -35/+0 |
* | If parent thread never used FPU, the only work is to clear flag | davidxu | 2006-05-28 | 1 | -1/+6 |
* | When creating a new thread, inherit floating-point environment from | davidxu | 2006-05-28 | 1 | -0/+30 |
* | Send the pcvt(4) driver off to retirement. | phk | 2006-05-17 | 10 | -14757/+0 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 2 | -2/+0 |
* | Correct a local information leakage bug affecting AMD FPUs. | cperciva | 2006-04-19 | 1 | -2/+40 |
* | - Don't set CR0_NE and CR0_MP in npx_probe() as they are already set | jhb | 2006-04-06 | 1 | -25/+21 |
* | Rework how we wire up interrupt sources to CPUs: | jhb | 2006-02-28 | 1 | -2/+14 |
* | Use ttyalloc() instead of ttymalloc() | phk | 2006-01-04 | 1 | -2/+2 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 1 | -6/+7 |
* | MFamd64 rev 1.223: Use the TSC to implement DELAY() if not marked broken | peter | 2005-12-13 | 1 | -0/+15 |
* | Whitespace: reduce diffs with amd64. | jhb | 2005-12-08 | 1 | -2/+1 |
* | Change the i386 code to pass the interrupt vector as a separate argument | jhb | 2005-12-05 | 2 | -8/+7 |
* | 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 | 1 | -11/+2 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 2 | -5/+2 |
* | Add /dev/speaker support to amd64. | ru | 2005-11-11 | 1 | -656/+0 |
* | Add support for XBOX to the FreeBSD port. The xbox architecture is | imp | 2005-11-09 | 1 | -0/+10 |
* | Finally complete some work on generalizing the PCF8584-based I2C | joerg | 2005-10-28 | 1 | -633/+0 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | jhb | 2005-10-25 | 1 | -2/+2 |
* | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | marius | 2005-09-28 | 1 | -6/+8 |
* | __RMAN_RESOURCE_VISIBLE not necessary. | phk | 2005-09-25 | 1 | -3/+0 |
* | Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatened | jhb | 2005-08-26 | 2 | -886/+0 |
* | Fix locking in el(4) and mark mpsafe. | jhb | 2005-08-17 | 1 | -45/+79 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -8/+8 |
* | Fixup some more fallout from the lapic/i8254 changes: | jhb | 2005-07-13 | 1 | -24/+20 |
* | Remove a || 1 that crept into the i8254 commit and was subsequently | jhb | 2005-07-05 | 1 | -1/+1 |
* | Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures, | delphij | 2005-07-02 | 1 | -4/+1 |
* | Use a simpler implementation for the i8254 timecounter when using the lapic | jhb | 2005-07-01 | 1 | -12/+35 |
* | - 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 |
* | Allow the VESA code to handle devices that don't claim to be VGA devices. | jhb | 2005-06-01 | 1 | -2/+0 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Fix LINT build, original breakage was rev 1.23. There are 2 definitions | njl | 2005-05-20 | 1 | -1/+8 |
* | Fix low res profiling kernel build. Move two defines to collapse the | njl | 2005-05-19 | 1 | -7/+6 |
* | - Move bus dependent defines to {isa,cbus}_dmareg.h. | nyan | 2005-05-14 | 2 | -5/+2 |
* | - Move timerreg.h to <arch>/include and split i8253 specific defines into | nyan | 2005-05-14 | 5 | -159/+16 |
* | - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h. | nyan | 2005-05-12 | 2 | -19/+0 |
* | - Move lptreg.h into pc98/cbus and rename to olptreg.h. | nyan | 2005-05-10 | 1 | -57/+0 |
* | Change a directory layout for pc98. | nyan | 2005-05-10 | 4 | -4/+4 |