| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle endianness correctly. | cognet | 2005-03-03 | 1 | -1/+1 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 4 | -14/+21 |
* | In cpu_throw(), correctly calculate td->td_md.md_tp. | cognet | 2005-03-01 | 1 | -2/+2 |
* | Introduce realmem. | cognet | 2005-03-01 | 1 | -0/+3 |
* | Instead of using sysarch() to store-retrieve the tp, add a magic address, | cognet | 2005-02-26 | 10 | -4/+70 |
* | Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP. | cognet | 2005-02-26 | 1 | -0/+1 |
* | Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work around | cognet | 2005-02-25 | 2 | -1/+25 |
* | Make sure casuptr() reset pcb->pcb_onfault when returning. | cognet | 2005-02-25 | 1 | -1/+2 |
* | MFp4: get the code that set the pc correctly to work, remove a few IQ31244 | cognet | 2005-02-20 | 2 | -21/+22 |
* | Removing the #endif as well sounds like a good idea. | cognet | 2005-02-20 | 1 | -1/+0 |
* | In cpufunc_control, uncomment the code responsible for returning the old | cognet | 2005-02-20 | 1 | -1/+0 |
* | Use a common multi-inclusion protection, and add such a | ru | 2005-02-19 | 1 | -4/+4 |
* | Support high vectors for arm9. | cognet | 2005-02-18 | 1 | -0/+2 |
* | Define NIRQ to 64 for CPU_ARM9, because Cirrus Logic EP93XX cores provides | cognet | 2005-02-13 | 1 | -0/+4 |
* | Remove unused prototype. | cognet | 2005-02-13 | 1 | -1/+0 |
* | Remove redondant includes. | cognet | 2005-02-13 | 1 | -2/+0 |
* | Don't prototype pmap_kenter(). | cognet | 2005-02-13 | 1 | -1/+1 |
* | move pmap.h after vm.h include... some of the headers from pmap.h depend | jmg | 2005-02-09 | 1 | -1/+1 |
* | Finish the job of sorting all includes and fix the build by including | njl | 2005-02-06 | 1 | -16/+16 |
* | Sort includes a little so that bus.h comes before cpu.h (for device_t). | njl | 2005-02-04 | 1 | -2/+3 |
* | Add an implementation of cpu_est_clockrate(9). This function estimates the | njl | 2005-02-04 | 1 | -0/+9 |
* | Sort functions. | njl | 2005-02-01 | 1 | -4/+4 |
* | Make sure we can boot both with and without MMU enabled. | cognet | 2005-01-23 | 1 | -1/+5 |
* | Define bus_dmamap_load_buffer before bus_dmamap_load to make gcc happy. | cognet | 2005-01-23 | 1 | -34/+34 |
* | Fix compile for !KTR. | cognet | 2005-01-23 | 1 | -0/+4 |
* | Remove references to non-existing symbols DO_corb and got_mmu. | cognet | 2005-01-20 | 1 | -7/+0 |
* | Fix compile for __ARMEB__. | cognet | 2005-01-19 | 1 | -5/+5 |
* | MFpowerpc: Work around the problem of returning a 32 bits value from | cognet | 2005-01-19 | 1 | -1/+14 |
* | Start to support the big endian case as well. | cognet | 2005-01-18 | 1 | -0/+13 |
* | 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 |