summaryrefslogtreecommitdiff
path: root/sys/arch/sh3
AgeCommit message (Expand)Author
2004-01-06MD cpu_lwp_free() should have the second arg.tsutsui
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-11-25bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa.christos
2003-11-24Cosmetic: in sh_vector_generic use named label instead of numericuwe
2003-11-24Old sigcode (to be copied out to the bottom of the user stack) is onlyuwe
2003-11-24Cosmetic: u_int32_t -> uint32_t in comments, trim trailing whitespace.uwe
2003-11-24Add __KERNEL_RCSID.uwe
2003-11-24Definition of __KERNEL_RCSID for asm files.uwe
2003-11-24In db_disasm call get_ascii only if necessary.uwe
2003-11-24general_exception() now receives TEA as a third argument. For useruwe
2003-11-24Pass TEA to general_exception. While here add a couple of comments.uwe
2003-11-23Implement siginfo for sh3.uwe
2003-11-22Add _UC_SETSTACK, _UC_CLRSTACK flags. Add __fpr_fpul to __fpregset_tuwe
2003-11-20In intc_intr_priority() don't panic if the evtcode is not one ofuwe
2003-11-16Fix cpu_switchto() to correctly prepare new lwp before switching to it.uwe
2003-11-15Tweak KDASSERT to avoid double negation.uwe
2003-11-05Register definitions for SH7709 DAC.uwe
2003-11-05Add closing parenthesis missed in previous.uwe
2003-11-04Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead.dsl
2003-11-04Redo a quick hack for intc_intr_disable() and intc_intr_enable() to haveuwe
2003-11-01In intc_intr_priority init iprreg to pacify gcc.uwe
2003-10-31In swap_endian_disklabel(), don't forget copy members which are nottsutsui
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-10-31Don't pass the (unused) return value args to thesimonb
2003-10-31When signaling SIGTRAP for debugger break adjust pc to point back touwe
2003-10-31tlb_exception: pacify -Wuninitialized by adding default case.uwe
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-22Use adcvar.h.uwe
2003-10-22Don't compare a char to NULL.uwe
2003-10-22Don't compare an integer to NULL.uwe
2003-10-22Don't compare an integer variable to NULL.uwe
2003-10-19__KERNEL_RCSID.uwe
2003-10-18Make intc_intr_priority() return old level. While here, make the codeuwe
2003-10-18Config glue for adc(4).uwe
2003-10-18Driver for analog->digital converter in sh7709.uwe
2003-10-15Use 'CH' for channel select in the ADCSR bits format string for consistency.uwe
2003-10-13add MD part of SA/pthread pagefault handling on sh3cl
2003-10-10Register definitions for sh7709 analog->digital converter.uwe
2003-10-08Add IPR mappings for remaining sh7709 IRQx.uwe
2003-10-08Add some accessor macros for the ucontext:thorpej
2003-10-08Overhaul MBR handling (part 1):lukem
2003-10-07Add definitions for IRR0 bits.uwe
2003-10-01Whitespace nit.uwe
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2003-09-26Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Testsimonb
2003-08-27Bring _PROF_PROLOGUE back. The breakage was caused by calls touwe
2003-08-11I don't understand why there this is here, since we have exec_ecoff.c in kern,christos
2003-08-10fix typos in comments.chs
2003-08-10Undo previous. It breaks profiling, but I managed to test against theuwe