| Age | Commit message (Expand) | Author |
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak |
| 2003-02-17 | No need to protect headers with #ifdef _KERNEL if they're never installed | simonb |
| 2003-02-07 | Update to consistently use Broadcom GPL-compatible license on all SiByte code. | cgd |
| 2003-02-05 | Replace machine/rnd.h with more appropriate name to share it | nakayama |
| 2003-01-28 | Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. | kent |
| 2003-01-22 | LWP'ify the svr4_mcontext stuff. | rafal |
| 2003-01-20 | Fix typo in sigcontext conversion macros. From Christopher SEKIYA. | thorpej |
| 2003-01-18 | Add '#define' for _MCONTEXT_TO_SIGCONTEXT(). | tsutsui |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-10 | Add the MIPS3_CONFIG_SE (name taken from Rm52xx manual) bit, which is the | rafal |
| 2002-12-17 | Add support for caches where the data cache is fully coherent, and | simonb |
| 2002-12-10 | Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. | thorpej |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |
| 2002-12-05 | Drop the _KERNEL test; these functions are needed for SMP and other ports | simonb |
| 2002-11-30 | Fix botch in previous. This is pcb.h, not reg.h. | tsutsui |
| 2002-11-30 | Standardise on #ifdef _MIPS_<header>_H_ for multiple inclusion tests. | simonb |
| 2002-11-30 | Add multiple-inclusion protection. | simonb |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-24 | New generic way-aware MIPS32/64 range-index cache functions with proper | simonb |
| 2002-11-24 | Add the VI bit in config 0. | simonb |
| 2002-11-24 | Move the curpcb and segbase extern decls to cpu.h to better group together | simonb |
| 2002-11-17 | Add cache_r4k_op_8lines_{16,32} macros to perform cache ops on 8 | simonb |
| 2002-11-15 | Define COP0_HAZARD_FPUENABLE as four nops. | simonb |
| 2002-11-15 | Declare some CP0 hazards for the SB1 core. | simonb |
| 2002-11-15 | White space nits. | simonb |
| 2002-11-09 | Make md_ss_addr a vaddr_t. | thorpej |
| 2002-11-09 | Make cache size/mask variables unsigned. | thorpej |
| 2002-11-04 | Use named indices for RA, SR, MULLO, MULHI, and EPC in the | thorpej |
| 2002-11-04 | Define named constants for the trapframe register idices (they | thorpej |
| 2002-11-04 | Add TA0-TA3 register indices. | thorpej |
| 2002-11-04 | Add SGI-compatible ta0-ta3 register names. These allow one to write | thorpej |
| 2002-11-03 | Add LP64 limits. | thorpej |
| 2002-11-03 | Add LP64 types, limits, formats. | thorpej |
| 2002-11-03 | Add LP64 macros. | thorpej |
| 2002-11-03 | Add LP64 types. | thorpej |
| 2002-11-03 | Add _LP64 types. | thorpej |
| 2002-11-03 | In the _MIPS_PADDR_T_64BIT case, only use "unsigned long long" if _LP64 | thorpej |
| 2002-11-03 | Retire __HAVE_MD_RUNQUEUE from MD types.h and remove | nisimura |
| 2002-11-03 | Add two PRiD values. | nisimura |
| 2002-11-02 | Make register_t == long long for N32, and == long for everthing else. | thorpej |
| 2002-11-02 | Define N32/N64 register usage. | thorpej |
| 2002-10-14 | eliminate PT_ENTRY_NULL in favor of plain old NULL. | chs |
| 2002-09-22 | Use "#define\t" instead of "#define ". | simonb |
| 2002-09-22 | it really helps to get the stub right before cutting + pasting it 27 times. | chs |
| 2002-09-22 | add pmap_remove_all() hook (empty on most platforms so far). | chs |
| 2002-09-22 | Add __HAVE_MD_RUNQUEUE flag for MD code to override MI run queue primitives. | gmcgarry |
| 2002-09-16 | Bring down from nathanw_sa branch. | gmcgarry |
| 2002-08-28 | RAS support for MIPS. Tested on R3000. | gmcgarry |
| 2002-08-28 | Add the Toshiba TX4927 CPU. | simonb |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |