summaryrefslogtreecommitdiff
path: root/sys/arch/m68k
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-04-29Fix build after previous. m68k uses symnum instead of symidx.skrll
2023-04-29m68k: Support TT(Transparent Translation) for 020/030 buserror handler.isaki
2023-04-28Pass local symbols relocations in both passes and provide the kobj_relocskrll
2023-01-29fix typomlelstv
2023-01-27Use proper uintNN_t integer types.tsutsui
2023-01-05Fix out of bounds invalidate (and writeback) in bus_dmamap_sync(9) ops.tsutsui
2022-11-02fix various typos in comments and messages.andvar
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-07-31in pmap_enter_ptpage(), if we are allowed to fail then fail rather thanchs
2022-07-26s/functin/function/ in copy pasted comment.andvar
2022-07-26curlwp is only available for ifdef _KERNEL.chs
2022-07-25use the pcb of the thread we are tracing rather than always curlwp.chs
2022-05-28fix various typos in comments, mainly origional->original,andvar
2022-05-28fix various typos, mainly in comments.andvar
2022-05-24s/equivalant/equivalent/ in copy pasted comment.andvar
2022-05-18fix typos in word "access" and it derivatives, mainly in comments.andvar
2022-04-16fix various typos in comments and log messages.andvar
2022-04-08s/postions/positions/andvar
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2022-04-06Nix trailing whitespace in files of membars, atomics, and lock stubs.riastradh
2022-02-13m68k: __cpu_simple_unlock audit.riastradh
2022-01-26remove double t from targeted, add missing r to arbitraryandvar
2022-01-25fix various typos in comments.andvar
2021-12-07fix various typos, mainly in comments.andvar
2021-12-05s/Overwirte/Overwrite/ in comment.msaitoh
2021-12-05s/from from/from/ in comment.msaitoh
2021-12-05s/MEMEORY/MEMORY/ in comment.msaitoh
2021-12-05s/expecially/especially/ in comment.msaitoh
2021-11-10s/threshhold/threshold/ in comment.msaitoh
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.thorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-10-12fix various typos, mainly in comments.andvar
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-08-25- In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms ofthorpej
2021-08-21fix mainly same typos as in my previous commit but outside sys/dev/dm.andvar
2021-08-02fix various typos in comments and log messages.andvar
2021-07-31s/threshhold/thresholdandvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
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-24Restore comments for f_stackadj and reenter_syscall().tsutsui
2021-04-16check the result value of pmap_extract() and panic if it fails.mrg
2021-04-06Remove duplicate db_disasm() prototype.simonb
2021-04-06Include <ddb/db_interface.h> to get ddb's db_disasm() prototype.simonb
2021-03-24s/depreciated/deprecated/gsimonb
2021-03-08Remove incorrect byte and word conversions from fpu_explode.isaki
2021-03-06Minimal (but hackish) change to make a DEBUG kernel compilable.martin