| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove references to non-existing symbols DO_corb and got_mmu. | Olivier Houchard | 2005-01-20 | 1 | -7/+0 |
| * | Fix compile for __ARMEB__. | Olivier Houchard | 2005-01-19 | 1 | -5/+5 |
| * | MFpowerpc: Work around the problem of returning a 32 bits value from | Olivier Houchard | 2005-01-19 | 1 | -1/+14 |
| * | Start to support the big endian case as well. | Olivier Houchard | 2005-01-18 | 1 | -0/+13 |
| * | Add a new sysctl, hw.sevenseg.freq, to control the update frequency. | Olivier Houchard | 2005-01-16 | 1 | -1/+6 |
| * | Erm, don't forget to store the mbuf in the dmamap in bus_dmamap_load_mbuf_sg(), | Olivier Houchard | 2005-01-16 | 1 | -5/+6 |
| * | Add support for KTR_BUSDMA. | Olivier Houchard | 2005-01-15 | 1 | -6/+43 |
| * | Add the prototype for bus_dmamap_load_mbuf_sg(). | Olivier Houchard | 2005-01-15 | 1 | -0/+3 |
| * | MFi386: add bus_dmamap_load_mbuf_sg(). | Olivier Houchard | 2005-01-15 | 1 | -0/+36 |
| * | Add the 7 seg display. | Olivier Houchard | 2005-01-15 | 1 | -0/+1 |
| * | Add support for the IQ31244 7 seg display. | Olivier Houchard | 2005-01-15 | 4 | -0/+390 |
| * | Start the license statement with /*- | Olivier Houchard | 2005-01-15 | 1 | -1/+1 |
| * | Use device_set_desc(). | Olivier Houchard | 2005-01-15 | 1 | -0/+2 |
| * | Add the i80321 watchdog. | Olivier Houchard | 2005-01-15 | 3 | -0/+3 |
| * | Add a driver for the i80321 watchdog. | Olivier Houchard | 2005-01-15 | 1 | -0/+149 |
| * | Add support for ptrace() and gdb breakpoints. | Olivier Houchard | 2005-01-10 | 5 | -16/+80 |
| * | Don't assume pmap_update() will cpwait for us, pmap_update will disappear soon. | Olivier Houchard | 2005-01-10 | 1 | -3/+1 |
| * | Start all license statements with /*- | Warner Losh | 2005-01-05 | 116 | -165/+121 |
| * | Modify pmap_enter_quick() so that it expects the page queues to be locked | Alan Cox | 2004-12-23 | 1 | -3/+0 |
| * | - The IQ80321 has a jumper which changes the PCI device id from 4 to 8 for the | Olivier Houchard | 2004-12-21 | 1 | -5/+13 |
| * | Update the StrongArm port to match the current code. | Olivier Houchard | 2004-12-18 | 3 | -6/+15 |
| * | Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp, | Olivier Houchard | 2004-12-18 | 1 | -1/+1 |
| * | In the common case, pmap_enter_quick() completes without sleeping. | Alan Cox | 2004-12-15 | 1 | -0/+11 |
| * | Enable interrupts once the active ones have been masked. | Olivier Houchard | 2004-12-14 | 1 | -3/+2 |
| * | Update the sp after popping the regs. | Olivier Houchard | 2004-12-14 | 1 | -1/+1 |
| * | Save a few more cycles in cpu_switch() and cpu_throw(). | Olivier Houchard | 2004-12-12 | 1 | -29/+24 |
| * | Fix style. | Olivier Houchard | 2004-12-11 | 1 | -34/+34 |
| * | Add entries to trace syscalls with KTR. | Olivier Houchard | 2004-12-11 | 1 | -0/+6 |
| * | Fix compilation with INVARIANTS. | Olivier Houchard | 2004-12-11 | 1 | -2/+2 |
| * | s/RETEQ/RETeq/. | Olivier Houchard | 2004-12-10 | 1 | -1/+1 |
| * | Include <sys/signalvar.h> for trapsignal(). | Olivier Houchard | 2004-12-07 | 1 | -0/+1 |
| * | Make sure to map the whole kernel into 1MB pages. Try to use the remaining | Olivier Houchard | 2004-12-05 | 1 | -27/+67 |
| * | Reactivate the use of the minidata cache. | Olivier Houchard | 2004-12-05 | 1 | -1/+0 |
| * | Do not change the page directory and do not flush the TLB when switching to | Olivier Houchard | 2004-12-05 | 1 | -26/+6 |
| * | Remove an unused field from the struct pv_entry. | Olivier Houchard | 2004-12-05 | 1 | -4/+3 |
| * | Include <sys/signalvar.h> for trapsignal(). | Olivier Houchard | 2004-12-02 | 1 | -0/+1 |
| * | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 4 | -4/+2 |
| * | Enable interrupts as soon as the pending interrupts have been masked. | Olivier Houchard | 2004-11-23 | 1 | -4/+3 |
| * | Use ns8250. | Olivier Houchard | 2004-11-23 | 2 | -3/+2 |
| * | Cleanup. | Olivier Houchard | 2004-11-21 | 1 | -41/+3 |
| * | Set the frame pointer to 0 in fork_trampoline(). | Olivier Houchard | 2004-11-21 | 1 | -0/+1 |
| * | Implement breakpoints and single stepping on arm. | Olivier Houchard | 2004-11-21 | 4 | -21/+109 |
| * | Remove useless code. | Olivier Houchard | 2004-11-20 | 1 | -120/+0 |
| * | Implement enough to be able to enter and leave DDB. | Olivier Houchard | 2004-11-20 | 3 | -5/+43 |
| * | Get the kernel stack right now that the u-area is gone. | Olivier Houchard | 2004-11-20 | 4 | -6/+7 |
| * | Remove UAREA_PAGES and USPACE definitions. The definitions of | David Schultz | 2004-11-20 | 1 | -9/+1 |
| * | Remove some references to U area here while trying not to break | David Schultz | 2004-11-20 | 1 | -4/+3 |
| * | Remove references to U area and garbage collect includes. | David Schultz | 2004-11-20 | 1 | -3/+1 |
| * | U areas are going away, so don't allocate one for process 0. | David Schultz | 2004-11-20 | 2 | -17/+1 |
| * | Increase cnt.v_syscall and cnt.v_trap when needed. | Olivier Houchard | 2004-11-20 | 1 | -0/+3 |