summaryrefslogtreecommitdiff
path: root/sys/arch/sh3
AgeCommit message (Expand)Author
2023-04-28fix few typos and grammar in comments.andvar
2023-04-28Pass local symbols relocations in both passes and provide the kobj_relocskrll
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-07-26s/fucntion/function/ in comments.andvar
2022-05-24fix various typos in comments, docs and log messages.andvar
2022-02-23fix various typos in comments, mainly immediatly/immediately/,andvar
2022-02-13sh3: __cpu_simple_unlock needs __insn_barrier.riastradh
2021-11-01Use "stack_t" instead of "struct sigaltstack", as the former is thethorpej
2021-10-29Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility.thorpej
2021-10-27Use the signal trampoline version constants from <sys/signal.h>.thorpej
2021-10-27Make sigcontext13 visible only to _KERNEL. Make sigcontext visible onlythorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-10-06s/embeded/embedded/ in comments and messages.andvar
2021-09-18Fix trailing backslashes in a macro that got misaligned.uwe
2021-09-18Fix one comment edit missed in previous.uwe
2021-09-18Do not obfuscate r0 as "reg_tmp0".uwe
2021-09-18Space after comma in operands. Same object code is generated.uwe
2021-09-18Support __PIC__ build, in order to avoid text relocations forrin
2021-09-18cksum128mod: Prepare jump address by 'mova', instead of 'mov.l'.rin
2021-09-15For kernel mode address error, do not overwrite tf->tf_spc and tf->tf_r0rin
2021-09-08Hmm, remove one more parentheses from return.rin
2021-09-08Restore braces for if/else statements which have logically single line,rin
2021-09-08Redo a part of rev 1.89:rin
2021-09-08Redo a part of rev 1.89:rin
2021-09-08Revert rev 1.89:rin
2021-09-08Misc cosmetic fixes:rin
2021-09-08Turn KASSERT's added for PR port-sh3/56381 into KDASSERT's;rin
2021-09-02Add missing NULL check for __pmap_pv_alloc() (== pool_get() withrin
2021-09-02PR port-sh3/56381rin
2021-08-25- In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms ofthorpej
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-26Revert rename back to OFSET, since the name follows historical PGOFSET defini...andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-07-15For cpu_switchto(), inherit PSL_IMASK field of SR between lwp's.rin
2021-06-04Sprinkle a few VMSWAP_DEFAULT_PLAINTEXT for architectures where we do notmartin
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
2020-11-30s/ we we / we /msaitoh
2020-11-21malloc(9) -> kmem(9)thorpej
2020-10-21make process_machdep.c included always since it provides register i/o used bychristos
2020-10-20harmonize process_machdep.c inclusion.christos
2020-10-19_KERNEL_OPT policechristos
2020-10-15Add missing 'error' declarationmartin
2020-10-15Fix the machine-dependent ptrace requests to respect LWP numbermgorny
2020-09-14apply some parens to make macros safe. fixes GCC 9 sanitizer issues.mrg
2020-08-04st40_pmb_dump - factor out.uwe
2020-08-04Avoid inline RUN_P2 when accessing TLB via memory mapped arrays.uwe
2020-08-03sh4_mmu_start - cosmetics.uwe