summaryrefslogtreecommitdiff
path: root/sys/arch/sh3/include
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-11-25bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa.christos
2003-11-24Definition of __KERNEL_RCSID for asm files.uwe
2003-11-23Implement siginfo for sh3.uwe
2003-11-22Add _UC_SETSTACK, _UC_CLRSTACK flags. Add __fpr_fpul to __fpregset_tuwe
2003-11-05Register definitions for SH7709 DAC.uwe
2003-11-04Redo a quick hack for intc_intr_disable() and intc_intr_enable() to haveuwe
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-18Make intc_intr_priority() return old level. While here, make the codeuwe
2003-10-15Use 'CH' for channel select in the ADCSR bits format string for consistency.uwe
2003-10-10Register definitions for sh7709 analog->digital converter.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-08-27Bring _PROF_PROLOGUE back. The breakage was caused by calls touwe
2003-08-10fix typos in comments.chs
2003-08-10Undo previous. It breaks profiling, but I managed to test against theuwe
2003-08-10Real _PROF_PROLOGUE so that assembly language functions can be profiled.uwe
2003-08-09For ELF put RCSID strings into .ident section.uwe
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-01Correct the macro name for SCP0DT bit.uwe
2003-05-12Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc'skleink
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-02Use PAGE_SIZE rather than NBPG.thorpej
2003-04-02We use 4K pages on the sh3/sh4; make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASKthorpej
2003-03-02add some ISO C 1995 I18N functions and types:tshiozak
2003-02-14- Change __cpu_simple_lock_t from int to unsigned char.itohy
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-29Add sh7709 INTEVT2 codes for IRQs, PINTs, IRDA and ADC.uwe
2002-12-16Add support for RAS (initially added by me on nathanw_sa branch).thorpej
2002-12-16Use MI setrunqueue()/remrunqueue().thorpej
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
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-13add some definitions for P[VR]R registermsaitoh
2002-11-08Add _reg_bset_[124]() and _reg_bclr_[124]() macro fortsutsui
2002-09-22Use "#define\t" instead of "#define ".simonb
2002-09-22it really helps to get the stub right before cutting + pasting it 27 times.chs
2002-09-22add pmap_remove_all() hook (empty on most platforms so far).chs
2002-09-22Add __HAVE_MD_RUNQUEUE flag for MD code to override MI run queue primitives.gmcgarry
2002-09-16Implement CPU spinlocks. Compile-tested only.gmcgarry
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-06-23When delivering a signal, don't push the signum, code, and context pointer,thorpej
2002-05-22change disklabel touch
2002-05-19fix some overflow cases.msaitoh