summaryrefslogtreecommitdiff
path: root/sys/arch/mips
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-12-31ANSIfy, KNF.simonb
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-21Vr4100 and Vr4300 are not capable of having external caches.nisimura
2003-12-15Use UART_SIZE instead of a (redefined) COM_NPORTS.simonb
2003-12-12Remove preprocessor conditional MIPS3_L2CACHE_ABSENT, which was renderedsekiya
2003-12-06Only compile in sysctl_machdep_booted_kernel() if __HAVE_BOOTINFO_Hsimonb
2003-12-04Dynamic sysctl.atatat
2003-12-04netbsd.org -> NetBSD.orgkeihan
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-08Add a define for the size of the UART register block.simonb
2003-11-08Use the COM_AU1x00 option for Au1x00 feature support.simonb
2003-11-08Sync with com.c, rev 1.222.simonb
2003-11-08Add a "COM_AU1x00" option, similar to COM_PXA2X0, for enabling Au1x00simonb
2003-11-07Sync with dev/ic/com.c rev 1.221.simonb
2003-11-06Try using matching numbers of open and close parentheses to make thissimonb
2003-11-04Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead.dsl
2003-11-02Kill trailing blank lines.simonb
2003-11-02Initialize another fp instancechristos
2003-11-02only assign to fp when we have a valid lwp. Thanks simonchristos
2003-11-02Use siginfo_t not ksiginfo_t in the frame. Doh!christos
2003-11-01- Flush cache only if mips_sdcache_line_size == 0 in pmap_copy_page() whentsutsui
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-31Remove some assigned-to but otherwise unused variables.simonb
2003-10-31Don't pass the (unused) return value args to thesimonb
2003-10-30set the onstack flag if requested.christos
2003-10-30KNF.simonb
2003-10-29Make this 64-bit paddr_t friendly.simonb
2003-10-29add compat_16_machdep.cchristos
2003-10-29Add some more MTI CPU ids.simonb
2003-10-29first pass siginfo for mipschristos
2003-10-29first pass siginfo glue for mipschristos
2003-10-29Add some more MIPS vendor IDs.simonb
2003-10-27Remove assigned-to but otherwise unused variables.simonb
2003-10-27More bogus uninitialised warnings.simonb
2003-10-27"Fix" bogus gcc3 uninitialised warning.simonb
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-25Oops, in the fpe_trap case, actually leave it storing $a2 in the $a3 stackmycroft
2003-10-25Store $a1 (and $a2 in another case) in the correct stack slot.mycroft
2003-10-25Update for GCC3 (basically, use the __builtin_va_* implementation).mycroft
2003-10-25Rename the "strtc" device to "m41t81rtc" so that it doesn't conflict withsimonb
2003-10-23Remove "struct aubus_ohci_softc". As well as ohci_softc_t, it only hadsimonb
2003-10-21vaddr_t is not pointer, so don't compare it against NULL.tsutsui
2003-10-18Tell the Alchemy Au1x00 on-chip ohci that we're in big-endian mode ifsimonb
2003-10-18Remove unused ohci stub.simonb
2003-10-15One defintion of OP_SYNC should be enough.simonb
2003-10-11It seems r4k_sdcache_wb_range_NN() function can't handletsutsui