| Age | Commit message (Expand) | Author |
| 2023-07-10 | Implement sending of LOCKDOC experiment information on startup | Merlin Scholz |
| 2023-07-07 | heartbeat(9): New mechanism to check progress of kernel. | riastradh |
| 2022-10-26 | kern/init_main.c: Get extern lwp0 from sys/lwp.h. | riastradh |
| 2022-07-21 | Removed unused opt_wapbl.h include. | simonb |
| 2022-06-18 | fix typos in word "functions" in comments, mainly s/fuctions/functions/. | andvar |
| 2022-03-19 | Fix locking after opendisk(), VOP_IOCTL() needs an unlocked vnode, | hannken |
| 2022-03-18 | entropy(9): Establish the softint a little earlier. | riastradh |
| 2022-01-26 | remove double t from targeted, add missing r to arbitrary | andvar |
| 2021-04-01 | Expose olde style intrcnt interrupt accounting via event counters. | simonb |
| 2020-12-05 | Refactor interval timers to make it possible to support types other than | thorpej |
| 2020-11-12 | Set a better default for MAXFILES on larger RAM machines if not | simonb |
| 2020-11-04 | In uvmpd_tryownerlock(), if the initial try-lock of the owner lock fails | chs |
| 2020-09-08 | ipi: Split up initialization into two parts. | riastradh |
| 2020-09-07 | Add the ability to set an alternate cnmagic in the kernel config | thorpej |
| 2020-08-27 | Move address hashing from init_main.c to kern_sysctl.c. | riastradh |
| 2020-08-26 | Instead of returning 0 when sysctl kern.expose_address=0, return a random | christos |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-05-11 | Move cprng_init before configure. | riastradh |
| 2020-04-30 | Rewrite entropy subsystem. | riastradh |
| 2020-04-26 | Add a NetBSD native futex implementation, mostly written by riastradh@. | thorpej |
| 2020-02-24 | move config_init_mi() call before vfsinit(), which can trigger loading | jdolecek |
| 2020-02-18 | remove the aiodoned thread. I originally added this to provide a thread context | chs |
| 2020-02-15 | - Move the LW_RUNNING flag back into l_pflag: updating l_flag without lock | ad |
| 2020-01-28 | Call radix_tree_init() earlier, so more stuff can make use of radixtree. | ad |
| 2020-01-08 | Hopefully fix some problems seen with MP support on non-x86, in particular | ad |
| 2020-01-02 | - Eliminate the global "boottime" variable, which was being accessed | thorpej |
| 2020-01-01 | - Introduce a new global kernel variable "shutting_down" to indicate that | thorpej |
| 2020-01-01 | First steps towards properly serializing access to the TOD clock. | thorpej |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-27 | Redo the page allocator to perform better, especially on multi-core and | ad |
| 2019-12-22 | Fix integer overflow when printing available memory size (resulting from | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-12-14 | Include radixtree in the kernel. | ad |
| 2019-12-12 | Eliminate per-hook duplication of common code as suggested by | pgoyette |
| 2019-12-02 | Take the basic CPU topology information we already collect, and use it | ad |
| 2019-12-01 | Init kern_runq and kern_synch before booting secondary CPUs. | ad |
| 2019-10-03 | Remove compile-time asserts checking whether intptr_t and void* are compat | kamil |
| 2019-09-24 | Add a temporary ctassert checking whether void* and intptr_t are compatible | kamil |
| 2019-05-17 | Implement an aggressive psref leak detector | ozaki-r |
| 2019-02-20 | Attach "mnt_transinfo" to "dead_rootmount" so every mount has a | hannken |
| 2019-01-23 | Change the place of initproc initialization | kamil |
| 2018-12-26 | Rather than performing lazy initialization, statically initialize early | thorpej |
| 2018-10-30 | Correct the 6 second offset issue between the time reported by | kre |
| 2018-10-26 | Only print the "no console" warning when booting verbose or debug. | martin |
| 2018-07-03 | Fix net.inet6.ip6.ifq node doesn't exist | ozaki-r |
| 2018-04-16 | Remove the rnewprocp argument from fork1(9) | kamil |
| 2018-04-16 | Set initproc inside start_init() | kamil |
| 2018-02-04 | Add a proper defflag for GPROF, and include opt_gprof.h, otherwise we're | maxv |
| 2017-12-26 | Make cold __read_mostly like mp_online. | msaitoh |