| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for XMM registers in GDB for x86 processors that support | Doug Rabson | 2005-05-31 | 3 | -0/+79 |
* | Rebuild generated system call definition files following the addition of | Robert Watson | 2005-05-30 | 6 | -407/+404 |
* | Introduce a new field in the syscalls.master file format to hold the | Robert Watson | 2005-05-30 | 2 | -451/+572 |
* | Kernel hooks to support PMC sampling modes. | Joseph Koshy | 2005-05-30 | 1 | -0/+17 |
* | Create nexus in configure_first() instead of in configure(). This | Marcel Moolenaar | 2005-05-29 | 1 | -3/+3 |
* | Chop a '>' in a feature name (RSVD2>) that snuck in; | Jens Schweikhardt | 2005-05-29 | 1 | -1/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 4 | -343/+42 |
* | Change the spkr_set_pitch() function to a macro to fix low level profiling. | Yoshihiro Takahashi | 2005-05-28 | 1 | -7/+5 |
* | - Move the REISERFS option in the MD NOTES file for i386, it doesn't | Maxime Henrion | 2005-05-24 | 1 | -0/+6 |
* | Add new ral(4) and ural(4) drivers. | Damien Bergamini | 2005-05-24 | 1 | -0/+2 |
* | Sync the style of these two files. | David E. O'Brien | 2005-05-23 | 1 | -4/+11 |
* | Fix LINT build, original breakage was rev 1.23. There are 2 definitions | Nate Lawson | 2005-05-20 | 1 | -1/+8 |
* | Fix low res profiling kernel build. Move two defines to collapse the | Nate Lawson | 2005-05-19 | 1 | -7/+6 |
* | Add the 2nd word of IA32 feature flags. This includes things such as SSE3. | David E. O'Brien | 2005-05-16 | 4 | -1/+40 |
* | - Move bus dependent defines to {isa,cbus}_dmareg.h. | Yoshihiro Takahashi | 2005-05-14 | 2 | -5/+2 |
* | - Move timerreg.h to <arch>/include and split i8253 specific defines into | Yoshihiro Takahashi | 2005-05-14 | 7 | -159/+132 |
* | Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^) | Jacques Vidrine | 2005-05-13 | 1 | -1/+1 |
* | Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed". | Jacques Vidrine | 2005-05-13 | 2 | -0/+109 |
* | - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h. | Yoshihiro Takahashi | 2005-05-12 | 3 | -19/+9 |
* | - Move lptreg.h into pc98/cbus and rename to olptreg.h. | Yoshihiro Takahashi | 2005-05-10 | 1 | -57/+0 |
* | Change a directory layout for pc98. | Yoshihiro Takahashi | 2005-05-10 | 6 | -6/+6 |
* | Move if_wl_i82586.h into sys/dev/wl. | Yoshihiro Takahashi | 2005-05-09 | 1 | -266/+0 |
* | Correctly validate inputs to the i386_get_ldt syscall. | Colin Percival | 2005-05-06 | 1 | -5/+4 |
* | Move the pcb variable initialization earlier. This is cosmetic here, but | Peter Wemm | 2005-05-05 | 1 | -2/+2 |
* | Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc. | Joseph Koshy | 2005-05-01 | 1 | -0/+3 |
* | Implement an alternate method to stop CPUs when entering DDB. Normally we use | Doug White | 2005-04-30 | 4 | -0/+92 |
* | Enable dc(4) and rl(4) in the PAE kernel. | David E. O'Brien | 2005-04-29 | 1 | -2/+0 |
* | For whatever reason, we don't allow USB on PAE. Since it's a dependency | Scott Long | 2005-04-29 | 1 | -0/+1 |
* | Return the correct register number in the 'get_msr()' MD function. | Joseph Koshy | 2005-04-28 | 1 | -0/+3 |
* | - Pass the ISOPEN flag to namei so filesystems will know we're about to | Jeff Roberson | 2005-04-27 | 1 | -1/+2 |
* | Remove obsolete option. | Nate Lawson | 2005-04-25 | 1 | -3/+0 |
* | Change cpu_set_kse_upcall to more generic style, so we can reuse it | David Xu | 2005-04-23 | 1 | -4/+38 |
* | Pick up the selectors to use for various kernel segments from assym.s | Ian Dowse | 2005-04-22 | 1 | -4/+5 |
* | Eliminate an unpredictable branch from bcmp(). | Alan Cox | 2005-04-21 | 1 | -4/+2 |
* | Revert previous commit: The hwpmc(4) driver compiles on all platforms. | Marcel Moolenaar | 2005-04-20 | 1 | -13/+0 |
* | Don't enter the debugger if KDB_UNATTENDED is set or if | Paul Saab | 2005-04-20 | 1 | -1/+1 |
* | o Reverse the inclusion chain from MD->MI to MI->MD by removing the | Marcel Moolenaar | 2005-04-20 | 1 | -1/+2 |
* | Move this to the specific architectures that are supported. #ifdef foo | Warner Losh | 2005-04-19 | 1 | -0/+13 |
* | Add a driver for SMI-based SpeedStep. The hardware supports two frequency | Nate Lawson | 2005-04-19 | 1 | -0/+460 |
* | Further narrow down critical region of FSBASE code. | David Xu | 2005-04-19 | 1 | -1/+1 |
* | Use critical section functions rather than scheduler lock to protect | David Xu | 2005-04-19 | 1 | -4/+4 |
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | Joseph Koshy | 2005-04-19 | 2 | -1/+190 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | Warner Losh | 2005-04-18 | 2 | -16/+51 |
* | Update to DRM CVS as of 2005-04-12, bringing many changes: | Eric Anholt | 2005-04-16 | 1 | -18/+9 |
* | Really remove the last vestiges of mixed mode from all but amd64. | John Baldwin | 2005-04-15 | 1 | -8/+0 |
* | Oops, remove last mention of mixed mode. | John Baldwin | 2005-04-15 | 1 | -1/+0 |
* | Trust the settings programmed by the BIOS over what the $PIR says. | John Baldwin | 2005-04-14 | 1 | -18/+48 |
* | Remove support for mixed mode altogether now that we no longer use IRQ 0 | John Baldwin | 2005-04-14 | 5 | -98/+8 |
* | Bah, add a missing cast. | John Baldwin | 2005-04-14 | 1 | -1/+1 |
* | Always use the local APIC timer, even on UP machines. | John Baldwin | 2005-04-14 | 1 | -4/+0 |