| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapt for used by upcoming fp emulation code. | jake | 2001-12-29 | 1 | -62/+41 |
* | Print the correct v9 opcodes. | jake | 2001-12-29 | 1 | -18/+18 |
* | Don't concatenate __func__. | jake | 2001-12-29 | 1 | -1/+1 |
* | sparc64 needs the same alingment fixes that alpha and ia64 do. | jake | 2001-12-29 | 1 | -1/+1 |
* | sparc64 needs the same alignment fixes that ia64 and alpha need. | jake | 2001-12-29 | 1 | -1/+1 |
* | Change traces in hardclock and statclock to use the KTR_CLK trace | jake | 2001-12-29 | 1 | -2/+2 |
* | Update to new constants. | jake | 2001-12-29 | 1 | -34/+34 |
* | Make cont in ddb work. | jake | 2001-12-29 | 1 | -0/+1 |
* | Prototype dcache_inval_phys. | jake | 2001-12-29 | 1 | -0/+1 |
* | Add comments as to why VM_MAXUSER_ADDRESS is magic (abitrary). | jake | 2001-12-29 | 1 | -6/+21 |
* | Make tte bit constants explicitly unsigned and long. | jake | 2001-12-29 | 1 | -46/+33 |
* | Add definitions for dcache color bits, which may move to cache.h. | jake | 2001-12-29 | 1 | -6/+36 |
* | Implement pv entries as separate structures from the ttes, like other | jake | 2001-12-29 | 1 | -162/+29 |
* | Remove support for multi level tsbs, making this code much simpler and | jake | 2001-12-29 | 2 | -356/+103 |
* | Implement pv entries as separate structures from the ttes, as other | jake | 2001-12-29 | 1 | -172/+177 |
* | Great pmap rewrite to use a much simpler one level tsb of ttes, instead | jake | 2001-12-29 | 1 | -430/+867 |
* | Use fprs to track floating register usage. Clear it once we've saved | jake | 2001-12-29 | 2 | -344/+270 |
* | Add .register directives for gcc3. | jake | 2001-12-29 | 2 | -1372/+1634 |
* | Add needed include of fsr.h. | jake | 2001-12-29 | 1 | -5/+5 |
* | 1. Adapt to new trap types. | jake | 2001-12-29 | 1 | -137/+149 |
* | Add .register directives for gcc3. | jake | 2001-12-29 | 2 | -34/+74 |
* | Assert at compile time that structures which need to be a power of | jake | 2001-12-29 | 1 | -6/+10 |
* | Remove a debug printf. | jake | 2001-12-29 | 1 | -70/+59 |
* | intr_handlers is an array of function pointers, not small structures. | jake | 2001-12-29 | 1 | -2/+5 |
* | Add .register directive for gcc3. | jake | 2001-12-29 | 2 | -4/+16 |
* | 1. Make this more name space friendly (* -> emul_*). | jake | 2001-12-29 | 1 | -20/+16 |
* | Be paranoid about the sizeof passed to db_get_value, not all trapframe | jake | 2001-12-29 | 1 | -136/+91 |
* | Implement dcache_inval_phys, which shoots the cache lines that correspond | jake | 2001-12-29 | 1 | -4/+29 |
* | Make AIO a loadable module. | alfred | 2001-12-29 | 18 | -112/+242 |
* | Rename definitions to better match the hardware wstate fields. | jake | 2001-12-29 | 1 | -2/+2 |
* | Add definitions for TSTATE_MM_* and TSTATE_{I,X}CC_*. | jake | 2001-12-29 | 1 | -0/+10 |
* | Rename and renumber trap types to comply with the user trap types as | jake | 2001-12-29 | 1 | -40/+54 |
* | 1. Certain tlb operations need to be atomic, so disable interrupts for | jake | 2001-12-29 | 1 | -0/+54 |
* | jmpbuf is no longer a ucontext_t since it does not need to be passed | jake | 2001-12-29 | 1 | -1/+7 |
* | Add fprs to struct fpreg. | jake | 2001-12-29 | 1 | -0/+1 |
* | Define PSTATE_MM_MASK in terms of PSTATE_MM_SIZE. | jake | 2001-12-29 | 1 | -2/+4 |
* | Remove pcb_y. It has moved to trapframe. | jake | 2001-12-29 | 1 | -1/+0 |
* | Don't concatentate __func__. | jake | 2001-12-29 | 1 | -5/+9 |
* | Make it clear that IH_SHIFT is expected to be that of a pointer. | jake | 2001-12-29 | 1 | -7/+2 |
* | Add definitions for magic numbers used in asm. | jake | 2001-12-29 | 1 | -17/+15 |
* | Change fpblock to be an array of ints instead longs. | jake | 2001-12-29 | 1 | -5/+3 |
* | Add "memory" to the clobber list for membars. | jake | 2001-12-29 | 1 | -1/+1 |
* | Implement CLKF_USERMODE so that user time is accounted properly. | jake | 2001-12-29 | 1 | -2/+2 |
* | Add definitions for the number of bits in the icc and xcc fields | jake | 2001-12-29 | 1 | -8/+14 |
* | Use ASI_P instead of ASI_N if _KERNEL isn't defined so that these | jake | 2001-12-29 | 1 | -2/+10 |
* | Add macros for dedicated register variables, for use in assmebler. | jake | 2001-12-29 | 1 | -6/+33 |
* | Add device ofw_console so this kernel is usable. | jake | 2001-12-29 | 1 | -0/+2 |
* | Fix missing comma in previous commit. | des | 2001-12-28 | 1 | -1/+1 |
* | Convert sppp_params() to use a malloced structure in order to reduce | joerg | 2001-12-28 | 1 | -45/+65 |
* | Fix my breakage to the low-level hardware sync drivers brought by the | joerg | 2001-12-28 | 2 | -26/+27 |