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