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