| Age | Commit message (Expand) | Author |
| 2021-12-17 | Correct copypaste comment grammar. | skrll |
| 2021-12-17 | Trailing whitespace | skrll |
| 2021-12-12 | fix various typos, mainly in comments. | andvar |
| 2021-12-05 | s/partiton/partition/ | msaitoh |
| 2021-11-01 | fix typos, mainly in words minimum and maximum, but also few others. | andvar |
| 2021-10-09 | Call cnpollc(9) before cngetc(9) as the cons(9) man page says. | tsutsui |
| 2021-10-04 | follow fcambus steps by fixing typos for "unknown" in few more error messages. | andvar |
| 2021-09-26 | Driver "kqfilter" entry points return an error code, so if an invalid | thorpej |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-09-25 | Call cnpollc(9) before cngetc(9) as the cons(9) man page says. | tsutsui |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-09-16 | fix various typos, mainly in comments. | andvar |
| 2021-08-21 | fix some more typos in comments/log messages, improve wording as well. | andvar |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-12 | fix various typos in comments. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-31 | s/dependend/dependent/ | andvar |
| 2021-05-29 | Appease compiler warnings derived from ancient HOST files. PR/56187 | tsutsui |
| 2021-05-17 | include libkern.h to get moved dkcksum() definition. | mrg |
| 2021-04-27 | The Amiga and Atari ports abuse some autoconfiguration internals as part | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-02 | For ports with __HAVE_LEGACY_INTRCNT, turn intrcnt[] and derived | rin |
| 2021-04-01 | Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcnt | simonb |
| 2021-04-01 | Whitespace: #define<tab> | simonb |
| 2021-01-26 | Regen for previous commit to GENERIC.in. | rin |
| 2021-01-23 | Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8 | christos |
| 2021-01-21 | add a commented out compat_ossaudio wherever there's compat_linux | nia |
| 2021-01-04 | malloc(9) -> kmem(9) | thorpej |
| 2021-01-03 | malloc(9) -> kmem(9) | thorpej |
| 2020-12-19 | - malloc(9) -> kmem(9) | thorpej |
| 2020-10-10 | Rename: | thorpej |
| 2020-09-29 | s/implicitely/implicitly/ | msaitoh |
| 2020-09-29 | s/parition/partition/ | msaitoh |
| 2020-09-27 | vether: Add to kernel configurations | roy |
| 2020-08-10 | regen | rin |
| 2020-08-10 | Add -fno-omit-frame-pointer to m68k kernels with DDB for backtraces. | rin |
| 2020-07-03 | hardclock_ticks -> getticks() | maxv |
| 2020-07-01 | Correct SRCS; bsdstart.S not bsdstart.s. | rin |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-29 | For struct timecounter, use C99 initializers. | rin |
| 2020-05-24 | Change proc_lock -> &proc_lock. | hannken |
| 2020-04-04 | mark nsmb major obsolete | jdolecek |
| 2020-02-20 | G/C | skrll |
| 2020-02-17 | G/C LS{SLEEP,RUN,ONPROC} | skrll |
| 2020-02-01 | Add MAX/MIN PAGE_SIZE and PAGE_SHIFT definitions of m68k for jemalloc(3). | tsutsui |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-27 | s/transfered/transferred/ | msaitoh |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-11-23 | cpu_need_resched(): | ad |
| 2019-11-21 | mi_userret(): take care of calling preempt(), set spc_curpriority directly, | ad |