| Age | Commit message (Expand) | Author |
| 2023-07-07 | heartbeat(9): New mechanism to check progress of kernel. | riastradh |
| 2021-09-19 | Add native implementations of eventfd(2) and timerfd(2), compatible with | thorpej |
| 2021-05-18 | s/defopt/defflag/. 2021 called to remind me it's still 2021. | mrg |
| 2021-05-17 | move bi-endian disklabel support from the kernel and libsa into libkern. | mrg |
| 2020-11-01 | Separate the compat_netbsd32_coredump from the compat_netbsd32 and | pgoyette |
| 2020-10-19 | Arrange so that no options COREDUMP and no options PTRACE work together. | christos |
| 2020-09-07 | Add the ability to set an alternate cnmagic in the kernel config | thorpej |
| 2020-08-14 | New system call getrandom() compatible with Linux and others. | riastradh |
| 2020-07-28 | Rewrite cprng_fast in terms of new ChaCha API. | riastradh |
| 2020-06-07 | Add fault(4). | maxv |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-30 | Rewrite entropy subsystem. | riastradh |
| 2020-04-26 | Add a NetBSD native futex implementation, mostly written by riastradh@. | thorpej |
| 2020-04-22 | At the moment, we need kern/uipc_mbufdebug.c only if DDB is enabled. | rin |
| 2020-03-02 | Include kern_crashme.c in non-DEBUG kernels. | riastradh |
| 2020-02-08 | Retire KLEAK. | maxv |
| 2020-01-04 | Rename sys_ptrace_lwpstatus.c to sys_process_lwpstatus.c | kamil |
| 2019-12-26 | Put ptrace_read_lwpstatus() and process_read_lwpstatus() to a new file | kamil |
| 2019-12-20 | Split subr_cpu.c out of kern_cpu.c, to contain routines shared with rump. | ad |
| 2019-12-12 | Eliminate per-hook duplication of common code as suggested by | pgoyette |
| 2019-11-20 | Move all non-emulation-specific coredump code into the coredump module, | pgoyette |
| 2019-11-14 | Add support for Kernel Memory Sanitizer (kMSan). It detects uninitialized | maxv |
| 2019-11-05 | Add Kernel Concurrency Sanitizer (kCSan) support. This sanitizer allows us | maxv |
| 2019-08-15 | Unlink KMEM_GUARD leftovers. | maxv |
| 2019-04-04 | move setdisklabel(9) into a separate file. | christos |
| 2019-02-23 | Add KCOV - kernel code coverage tracing device | kamil |
| 2019-02-13 | Silent UB alignment issues in acpica under kUBSan | kamil |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2019-01-09 | crashme: a framework to test kernel faults. | mrg |
| 2018-12-24 | Add threadpool(9), an abstraction that provides shared pools of kernel | thorpej |
| 2018-12-16 | Import thmap -- a concurrent trie-hash map, combining the elements of | rmind |
| 2018-12-03 | Expose addresses depending on the KASLR setting (from mrg@). Restores the | christos |
| 2018-12-02 | Introduce KLEAK, a new feature that can detect kernel information leaks. | maxv |
| 2018-11-15 | Merge uipc_mbuf2.c into uipc_mbuf.c. Reorder the latter a little to gather | maxv |
| 2018-10-31 | Move the MI parts of KASAN into kern/subr_asan.c. This file includes | maxv |
| 2018-09-14 | retire kern_xxx.c. long live kern_xxx.c. | mrg |
| 2018-08-20 | Retire KMEM_REDZONE and KMEM_POISON. | maxv |
| 2018-08-03 | Register kUBSan in the GENERIC amd64 kernel config | kamil |
| 2018-07-18 | - Fix compile error for kernel configuration file which has no any Ethernet | msaitoh |
| 2018-07-17 | Add /d(dump) and /v(verbose) modifiers to DDB's "show mbuf" command. Mainly | msaitoh |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2018-06-30 | defflag {SETUID,FD}SCRIPTS | christos |
| 2017-12-16 | compat_util.c must be compiled by default in the kernel. It is needed by | maxv |
| 2017-05-19 | Introduce new localcount(9) reference-count primitives. | pgoyette |
| 2017-04-12 | use opt_kmem.h for the KMEM_ variables. | christos |
| 2016-11-02 | * Split sys/kern/sys_process.c into three parts: | pgoyette |
| 2016-09-16 | Move kern_ctf.c into the dtrace_fbt module (the only place it is used) | pgoyette |
| 2016-04-09 | Add passive references, intermediate between pserialize and refcount. | riastradh |
| 2015-12-03 | Merge the compat_sysv module into the sysv_ipc module - it should | pgoyette |
| 2015-09-03 | Build conf/param.c normally. | uebayasi |