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