summaryrefslogtreecommitdiff
path: root/sys/arch/sh3
AgeCommit message (Expand)Author
2006-09-02There's no reason to use -Wno-parentheses.uwe
2006-08-31Make cpu_coredump dependent on COREDUMPmatt
2006-08-28- remove unused bdbtofsb.yamt
2006-08-23Make columns align with the header when dumping sh4 tlb.uwe
2006-08-22Follow up to revision 1.16 (that only dealt with sh3).uwe
2006-08-07uvm_pagealloc(9) can fail, so handle that case in pmap_enter(9).tsutsui
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-22tlb_exception: Move and indent TLB_ASSERT to reduce visual clutter.uwe
2006-07-22exp_type[] was constified in exception.c but an extern declaration inuwe
2006-07-22Report traps from user break controller as ksi_code = TRAP_TRACEuwe
2006-07-22Minor cosmetics.uwe
2006-07-19- Hold a reference to the process credentials in each struct lwp.ad
2006-05-21Nuke va-sh.h. stdarg.h and varargs.h now use __builtin_va_*.uwe
2006-05-21New stdarg.h and varargs.h based on arm and i386 versions.uwe
2006-05-15Change _BSD_VA_LIST_ from "void *" to "__builtin_va_list" for neweruwe
2006-05-14integrate kauth.elad
2006-05-10Fix a bunch of cast lvalues.skrll
2006-04-11Fix typo in comment in previous.uwe
2006-04-11Cosmetic. Same object code generated.uwe
2006-04-11Shave off few instructions by replacing mov src, dst; swap.w dst, dst;uwe
2006-04-11Shave off few instructions by replacing mov #imm, reg; sub reg, dstuwe
2006-04-10Decorate pmap_remove_all() with /* ARGSUSED */uwe
2006-04-01closes: PR kern/32359cherry
2006-03-17Stop using linker scripts on all sh3 ports.uebayasi
2006-03-16Transform to new signature for uvm_fault() by dropping the third arg.he
2006-03-07* Don't define SET/CLR/ISSET locally.uebayasi
2006-03-07Syscall debug tracing is handled by trace_enter() / trace_exit(). Changethorpej
2006-03-07Clean up fallout proc_is_traced_p() change:thorpej
2006-03-06Remove yet another instance of the SET/CLR/ISSET macro triplet, nowhe
2006-03-05Add a proc_is_traced_p() macro and use it, instead of copying the same codechristos
2006-03-05implement PT_SYSCALLchristos
2006-03-04s/u_intN_t/uintN_t/uwe
2006-03-04s/u_intN_t/uintN_t/uwe
2006-02-24Use 4- or 2-bytes aligned accesses if possible.uwe
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-02-18Make _BASE visible regardless of #ifdef SHx.uwe
2006-02-17Match comment against #endif with #ifdefskrll
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-14Fix file comment to include the expansion for 'F' in "SCIF".uwe
2006-02-14Define scif register base(s) and offsets.uwe
2006-02-13Move/merge common defintions out of ifdef.uwe
2006-02-12While here, use uintN_t.uwe
2006-02-12Revert changes made in 1.10. They should not be necessary (we areuwe
2006-02-09pmap_extract: handle P1 and P2 (MMU bypass) addresses specially.uwe
2006-02-08sh3_vector_tlbmiss: don't waste perfectly good delay slots.uwe
2006-02-08While here, shave off few bytes and few cycles off of the sh3_vector_tlbmiss.uwe
2006-02-07Pass untruncated va=TEA to tlb_exception(), not its VPN.uwe
2006-02-02Fix the multiple inclusion protection. hi dsl.skrll
2006-02-01Need to install byte_swap.h and bswap.h needs to include sh3/byte_swap.h.dsl