summaryrefslogtreecommitdiff
path: root/sys/arch/sh3/include
AgeCommit message (Expand)Author
2017-11-29need <sys/sigtypes.h> for sigset_tchristos
2017-11-06Cleanup and clarify the ELFSIZE mess:christos
2017-09-17more const.christos
2017-04-12Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD partkamil
2017-04-08Add new ptrace(2) API: PT_SETSTEP & PT_CLEARSTEPkamil
2017-03-22provide a common softfloat fenv implemenation and use it for softfloat builds.chs
2016-12-05binutils decided to shuffle around its extensions a long time ago. Sincejoerg
2016-11-02* Split sys/kern/sys_process.c into three parts:pgoyette
2016-09-03Fix pmap_prefer for topdown and turn topdown on.christos
2016-08-25fake some stuff for softfloat.christos
2016-08-25use fenv.hchristos
2016-08-25fenv.h for shchristos
2016-01-23expose the kernel types for standalone code.christos
2016-01-23Hide {p,v}{addr,size}_t and register_t (and a couple more types thatchristos
2015-09-25For processors that have memory breakpoints, add macros for them to helpchristos
2015-09-15Provide access to pc/sp/syscall-return registers like we have for mcontextchristos
2015-09-07Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-27Fix PTHREAD_FOO_INITIALIZER for C++ by not using volatile in the relevantpooka
2015-06-17Make clock_t unsigned int everywhere.martin
2014-10-23instead of bitching about the missing endianness, get it.christos
2014-08-13Include <sys/common_int_types.h> if __UINTPTR_TYPE__ is defined.matt
2014-08-13Include <sys/common_int_const.h> if __INTMAX_C_SUFFIX__ is defined.matt
2014-08-13Include <sys/common_init_limits.h> if __SIG_ATOMIC_MAX__ is defined.matt
2014-08-13include <sys/common_int_mwgwtypes.h> if __UINT_FAST64_TYPE__ is defined.matt
2014-08-13include <sys/common_int_fmtio.h> if __INTPTR_FMTd__ is definedmatt
2014-04-21Since all our compilers support __DBL_* and __FLT_*, use them to definematt
2013-10-19make cpu_need_resched() macros consistent; __USE flagschristos
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-05-16name it like other ports dochristos
2013-05-14Add a definition of SCSCMR1, smart card mode register available on 7750 etc.tsutsui
2013-04-11add missing SSIZE_MINchristos
2012-09-12setcontext() used to be incompatible with -lpthread since it affectedmanu
2012-07-08The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags notdsl
2012-03-28- Normalize inclusion protection (remove)christos
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2012-02-10proper sizing of kmem_arena on different portspara
2012-01-24Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently,christos
2012-01-21fix my license notice.nonaka
2012-01-20Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressionsjoerg
2011-10-31#if-0'ed defines for PT_GETFPREGS and PT_SETFPREGS. Not used yet, butuwe
2011-07-25Move some macros back to sh3/include/bus_funcs.h fromdyoung
2011-07-25Move the sh_memio_*() declarations back to sh3/include/bus_funcs.h.dyoung
2011-07-20Remove redundant, static inline bus_space(9) declarationsdyoung
2011-07-17Do not install bus.h.dyoung
2011-07-17Switch to new-style <sys/bus.h>.dyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-03add GCC 4.5 support.mrg
2011-07-01Per discussion atdyoung
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-05-26Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD.joerg