summaryrefslogtreecommitdiff
path: root/sys/arch/mips/include
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-11-26Hide the register number constants behind an _R_ prefix, and alsohe
2003-11-25bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa.christos
2003-11-01cache_r10k.c rev. 1.1 is broken. Because,shin
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-10-31don't need ELF_INTER_NON_RELOCATABLE anymore if no COMPAT_16, from simonbdrochner
2003-10-29Add some more MTI CPU ids.simonb
2003-10-29first pass siginfo for mipschristos
2003-10-29Add some more MIPS vendor IDs.simonb
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-25Update for GCC3 (basically, use the __builtin_va_* implementation).mycroft
2003-10-15One defintion of OP_SYNC should be enough.simonb
2003-10-08Add some accessor macros for the ucontext:thorpej
2003-10-05No need to include opt_mips_cache.h here.tsutsui
2003-10-05Add R10000 cache ops, written by KIYOHARA Takashi and posted on port-sgimips.tsutsui
2003-10-01Quieten down lint a little with a /* LONGLONG */ comment.simonb
2003-09-28- Add MIPS_KSEG2_TO_PHYS() and MIPS_PHYS_TO_KSEG2() macro.tsutsui
2003-09-28Add another R4000 CPU revision ID. From Christopher SEKIYA.tsutsui
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2003-09-11__{BEGIN,END}_DECLS-wrap prototypes.kleink
2003-08-27introduce an additional switch to enable building GCC3 instead of GCC2:mrg
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-26don't need -mno-half-pic with gcc3mrg
2003-06-27Add STATIC_LEAF and STATIC_XLEAF macros, ala the alpha port.simonb
2003-06-10Change MIPS3_SR_FR_32 to MIPS3_SR_FR. Both the old R4000 manual and thesimonb
2003-06-09Remove definitions and usage of MIPS_COP_0_STATUS_REG andsimonb
2003-05-30#define<tab>simonb
2003-05-25Prepare common routines for MIPS generic software interrupt.tsutsui
2003-05-12Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc'skleink
2003-05-09A few ISA sound drivers like to share dma channels, and hence deferredfvdl
2003-04-29Add a BKPT_ADDR() macro which gives MD code a chance to munge ascw
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-04-19PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]christos
2003-04-09Cast the arg to MIPS_KSEG0_TO_PHYS() in POOL_VTOPHYS() (thanks, nathan!).thorpej
2003-04-09Add the ability for pool caches to cache the physical address ofthorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-08Add support for R5k secondary caches, from code Chris Sekiya sent me a longrafal
2003-03-02add some ISO C 1995 I18N functions and types:tshiozak
2003-02-17No need to protect headers with #ifdef _KERNEL if they're never installedsimonb
2003-02-07Update to consistently use Broadcom GPL-compatible license on all SiByte code.cgd
2003-02-05Replace machine/rnd.h with more appropriate name to share itnakayama
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-22LWP'ify the svr4_mcontext stuff.rafal
2003-01-20Fix typo in sigcontext conversion macros. From Christopher SEKIYA.thorpej
2003-01-18Add '#define' for _MCONTEXT_TO_SIGCONTEXT().tsutsui
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-10Add the MIPS3_CONFIG_SE (name taken from Rm52xx manual) bit, which is therafal
2002-12-17Add support for caches where the data cache is fully coherent, andsimonb
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej