| Age | Commit message (Expand) | Author |
| 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 |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 2019-06-29 | Make local functions static. | tsutsui |
| 2019-06-29 | Misc cosmetics and cleanup. | tsutsui |
| 2019-06-29 | Misc KNF and cleanup. | tsutsui |
| 2019-06-29 | Remove obsolete stuff. | tsutsui |
| 2019-06-29 | Fix PR/54325 (use of dangling pointer). | tsutsui |
| 2019-06-29 | TAB/space cleanup. | tsutsui |
| 2019-05-07 | Switch all users (except ia64) of custom machine/ansi.h to common_ansi.h | kamil |
| 2019-05-04 | Regen from MILAN.in rev 1.29. | tsutsui |
| 2019-05-04 | Add pms(4), wsmouse(4), and wsmux(4) for Milan. | tsutsui |
| 2019-05-04 | Use const for register values. | tsutsui |
| 2019-05-04 | Use proper integer types for PCI configuration registers. | tsutsui |
| 2019-05-04 | Misc KNF. | tsutsui |
| 2019-05-03 | Make sure interrupts are disabled during cpu_configure(9). | tsutsui |
| 2019-04-13 | Regen. | isaki |
| 2019-04-13 | Add drvctl to kernel which has audio device. | isaki |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-04-03 | centralize setdisklabel(9) | christos |
| 2019-03-27 | - expose vmparams to userland on arm, like other archs do. | christos |
| 2019-03-19 | G/C a couple of lingering instances of addupc(). There is still some bit- | thorpej |
| 2019-02-18 | Refactor the 68040 writeback() from each m68k port's trap handler into a | thorpej |
| 2019-02-08 | make *fd*.c's fd_dev_to_type() always a static inline. some | mrg |
| 2019-01-28 | Systematize handling of removed drivers. | dholland |
| 2018-12-19 | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, | maxv |
| 2018-11-07 | Don't provide these definitions on netbsd as before, but without relying | maya |
| 2018-09-23 | Remove ISDN from the kernel. It has remained unmaintained for a long time, | maxv |
| 2018-09-22 | - Determine KERN_AS automatically depending on whether OPT_MODULAR is | rin |
| 2018-09-19 | Remove unused KBD_NULLMAP entries copy-paste from sys/dev/pckbport. | rin |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |