summaryrefslogtreecommitdiff
path: root/sys/arch/sh3
AgeCommit message (Expand)Author
2014-01-01Change the type of the 'cookie' that holds the state of the core dump filedsl
2013-11-18Really remove unused variable.skrll
2013-11-14Removed unused variableskrll
2013-11-09fixed unused variable warningchristos
2013-11-09remove unused codechristos
2013-11-07fix unused variableschristos
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-08-06db_stack_trace_print: support trace/[at], starting trace from switchframe.uwe
2013-06-26Collapse syscall_fancy/syscall_plain to syscall and p_trace_enabled.matt
2013-05-16Complete the dosparts -> mbrparts conversion. Only x86k new uses dospartschristos
2013-05-16name it like other ports dochristos
2013-05-14Don't call sh4_icache_sync_all() before sh_cache_ops is initialized.tsutsui
2013-05-14Add a definition of SCSCMR1, smart card mode register available on 7750 etc.tsutsui
2013-04-11add missing SSIZE_MINchristos
2013-03-10Explicitly set KERN_AS (this could be done in /usr/src/sys/conf/Makefile.*)christos
2012-12-12Sprinkle redundant comments about PAD_P1_SWITCH to avoid stupid confusion.tsutsui
2012-12-12Revert part of the previous (reverting RUN_P1 -> PAD_P1_SWITCH again).tsutsui
2012-12-12Fix fallouts in rev 1.19:tsutsui
2012-12-12Fix one more device/softc split error:tsutsui
2012-10-29fix device/softc split errors.chs
2012-10-27split device_t/softc for all remaining drivers.chs
2012-09-21adapt for _UC_TLSBASE.ryo
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-05-21Calling _lwp_create() with a bogus ucontext could trigger a kernelmartin
2012-03-28- Normalize inclusion protection (remove)christos
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2012-02-13add missing MD code for posix_spawnmartin
2012-02-12Change old-style function defintions to C89 prototypes.matt
2012-02-10proper sizing of kmem_arena on different portspara
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
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-09-27move the size marker back to where it was, but fix the name.christos
2011-09-26compute the entry size correctly.christos
2011-07-26Build sh3/sh3/sh3_bus_space.c only for mmeye.dyoung
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-25#include <sys/bus.h>. Should fix most of the SH3 ports.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-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-07-01Per discussion atdyoung