| Age | Commit message (Expand) | Author |
| 2021-12-11 | remove clause 3 from all my licenses that aren't conflicting with | mrg |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-08 | fix various typos in comments and log messages. | andvar |
| 2021-12-07 | Make this compile again. | skrll |
| 2021-12-05 | s/progam/program/ in comment. | msaitoh |
| 2021-12-05 | s/multple/multiple/ in comment. | msaitoh |
| 2021-12-05 | s/funtion/function/ in comment. | msaitoh |
| 2021-11-16 | Use the register define MIPS_HWR_ULR instead of a magic number. | simonb |
| 2021-11-16 | Use the architecture documented name ULR for the RDHWR user local | simonb |
| 2021-11-16 | Add some comments for the RDHWR register numbers. | simonb |
| 2021-11-16 | Only need one #define for MIPS_HWR_CPUNUM. | simonb |
| 2021-11-10 | s/endianess/endianness/ | msaitoh |
| 2021-11-10 | s/acutal/actual/ in comment. | msaitoh |
| 2021-11-06 | COMPAT_NETBSD32 is all about running the 32-bit flavor of native | thorpej |
| 2021-11-06 | Fix typo in comment. s/phyiscally/physically/ | msaitoh |
| 2021-11-01 | fix typos, mainly in words minimum and maximum, but also few others. | andvar |
| 2021-10-30 | Adjust the rules for sigcontext visibility on MIPS: | thorpej |
| 2021-10-27 | Use the signal trampoline version constants from <sys/signal.h>. | thorpej |
| 2021-10-27 | Define __HAVE_STRUCT_SIGCONTEXT for _KERNEL in addition to _LIBC. | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-10-19 | Revert previous: | rin |
| 2021-10-14 | cpu_uarea_alloc: For ILP32, do not try to allocate physical memory above | rin |
| 2021-10-04 | remove duplicate the article in comments. | andvar |
| 2021-10-02 | Pass the pmap in tlb_set_asid for the benefit of aarch64. | skrll |
| 2021-10-02 | Use KERNEL_PID instead of 0. NFC. | skrll |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-09-17 | some love to double letters (in comments). | andvar |
| 2021-09-16 | fix various typos, mainly in comments. | andvar |
| 2021-09-06 | Instead of requiring drivers to be explicit about their device memory | jmcneill |
| 2021-09-03 | s/existant/existent/ in comments and messages, plus few more similar fixes. | andvar |
| 2021-09-01 | fix few typos in comments. | andvar |
| 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-14 | Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ... | ryo |
| 2021-08-13 | fix typos in words "pointer" and s/fram /frame/ | andvar |
| 2021-08-09 | s/fist/first/ | andvar |
| 2021-08-09 | s/definitons/definitions/ | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-03 | Fix various typos in comments. Also add missing NetBSD RCS Id in some of thes... | 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-23 | Remove an unused #define. | simonb |
| 2021-06-02 | s/leading spaces/tabs/ | simonb |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2021-05-29 | Update the FPU register names and bit definitions to something somewhat | simonb |
| 2021-05-28 | Update R6000 description. | simonb |
| 2021-05-27 | Rename the unhelpfully named mips_emul_lwc0() and mips_emul_swc0() to | simonb |
| 2021-05-27 | Print the CP0 status register too in the debug trap code. | simonb |