| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -11/+15 |
* | Fix some of the problems Bruce observed with this code. | Peter Wemm | 2005-05-22 | 2 | -3/+4 |
* | MFi386: set PMC vector | Peter Wemm | 2005-05-22 | 1 | -1/+6 |
* | MFi386: remove comment | Peter Wemm | 2005-05-22 | 1 | -3/+0 |
* | For non-profiling kernels, there were two symbols assigned to the same | Peter Wemm | 2005-05-21 | 1 | -2/+4 |
* | Adjust the start_ap delay to match i386. | David E. O'Brien | 2005-05-20 | 1 | -1/+1 |
* | Fix mismerge in rev 1.226: wait 5 seconds as the comment documents, | David E. O'Brien | 2005-05-20 | 1 | -1/+1 |
* | - 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 | 6 | -104/+125 |
* | 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 |
* | Remove unused IO_NPX* defines. | Yoshihiro Takahashi | 2005-05-12 | 1 | -2/+0 |
* | Remove unused (besides being initialized) variable. | Peter Wemm | 2005-05-05 | 1 | -2/+0 |
* | Turn on PCB_FULLCTX in set_regs to fully restore context | David Xu | 2005-05-04 | 1 | -2/+1 |
* | Implement an alternate method to stop CPUs when entering DDB. Normally we use | Doug White | 2005-04-30 | 4 | -0/+93 |
* | Remove the ACPI_MAX_THREADS option. | Scott Long | 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 | -5/+20 |
* | 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/+1 |
* | Move this to the specific architectures that are supported. #ifdef foo | Warner Losh | 2005-04-19 | 1 | -0/+13 |
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | Joseph Koshy | 2005-04-19 | 1 | -0/+76 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | Warner Losh | 2005-04-18 | 2 | -9/+47 |
* | Update to DRM CVS as of 2005-04-12, bringing many changes: | Eric Anholt | 2005-04-16 | 1 | -18/+9 |
* | MFi386: sync rtc code - don't setup an interrupt handler for irq0 when | Peter Wemm | 2005-04-15 | 1 | -28/+32 |
* | MFi386: remove NO_MIXED_MODE | Peter Wemm | 2005-04-15 | 2 | -10/+0 |
* | MFi386: use the lapic timer for UP systems that are using the apic so that | Peter Wemm | 2005-04-15 | 4 | -95/+19 |
* | MFi386: use c99 types | Peter Wemm | 2005-04-15 | 1 | -2/+2 |
* | Show that I can actually count. | Peter Wemm | 2005-04-15 | 1 | -2/+2 |
* | MFi386: track bus.h changes (unsplit bus_${machine}.h) | Peter Wemm | 2005-04-15 | 2 | -1233/+1219 |
* | Implement 32-bit compatable fsbase/gsbase methods so that we can run | Peter Wemm | 2005-04-14 | 2 | -0/+26 |
* | Always use the local APIC timer, even on UP machines. | John Baldwin | 2005-04-14 | 1 | -4/+0 |
* | Follow i386's suit and include AGP support in the generic kernel. | Eric Anholt | 2005-04-13 | 1 | -0/+2 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | John Baldwin | 2005-04-12 | 3 | -3/+3 |
* | The memory operands to fldcw and ldmxcsr are inputs, not outputs. | John Baldwin | 2005-04-12 | 1 | -2/+2 |
* | Align the entry point to assembly language functions to a 16-byte boundary. | Alan Cox | 2005-04-10 | 1 | -2/+1 |
* | Eliminate a conditional branch and as a side-effect eliminate a branch to | Alan Cox | 2005-04-10 | 1 | -5/+2 |
* | 'apic' isn't optional on amd64, so don't speak as if it is. | David E. O'Brien | 2005-04-08 | 1 | -5/+0 |
* | Fully initialize the required TSS fields so that the io permission | Colin Percival | 2005-04-06 | 3 | -1/+4 |
* | Fix a change in a debug printf I missed in an earlier commit. | John Baldwin | 2005-04-05 | 1 | -1/+1 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 6 | -136/+50 |
* | The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after my | Alexander Leidinger | 2005-04-02 | 1 | -0/+1 |
* | - Use a custom version of copyinuio() to implement readv/writev using | John Baldwin | 2005-03-31 | 1 | -88/+55 |
* | - Fix some sign extension problems with implicit 32 to 64 bit conversions. | John Baldwin | 2005-03-31 | 1 | -8/+11 |
* | MFR5: rev 1.421.2.6: Enable support for 32-bit Linux binaries by default. | David E. O'Brien | 2005-03-31 | 1 | -0/+5 |
* | Glue the arcmsr driver into the tree. | Scott Long | 2005-03-31 | 2 | -0/+7 |
* | Checkpoint today's tidy-up of the WIP disassembler. It now agrees with | Peter Wemm | 2005-03-30 | 1 | -11/+40 |
* | Commit my checkpoint of db_disasm.c that I hacked to understand some amd64 | Peter Wemm | 2005-03-30 | 1 | -79/+116 |
* | Make ps_nargvstr and ps_nenvstr unsigned. This fixes an input | David Schultz | 2005-03-23 | 1 | -2/+2 |