| Age | Commit message (Expand) | Author |
| 2013-10-02 | Add "/rescue/init" to the end of the initpaths list, which | apb |
| 2013-08-28 | Tighten initialization of rnd softints. | riastradh |
| 2013-08-27 | Back out the recent rnd stop-gap/stop-gap/stop-gap measures. | riastradh |
| 2013-08-25 | Attempt to resolve locking issues at kernel startup on platforms with | tls |
| 2013-06-20 | Initialize the rnd softint explicitly via a function late in main. Avoids | christos |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |
| 2013-03-18 | calculate vnode cache size based on the resource it gets allocated from | para |
| 2013-02-21 | Move boottime50 and its associated sysctl into the compat module. As | pgoyette |
| 2013-02-09 | printflike maintenance. | christos |
| 2012-07-29 | Do not call setroot() from MD code and from MI code, which has | mlelstv |
| 2012-06-14 | Do not try to find the wedge we booted from if opendisk(booted_device) | martin |
| 2012-06-10 | Make detection of root on wedges (dk(4)) machine independent. Remove | mlelstv |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-29 | - Add mi_cpu_init() and initialise cpu_lock and kcpuset_attached/running there. | rmind |
| 2012-01-24 | Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently, | christos |
| 2011-12-04 | Implement the register/deregister/evaluation API for secmodel(9). It | jym |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-09-28 | Initialize cpufreq(9) normally from main(). | jruoho |
| 2011-08-07 | Add kcpuset(9) - a reworked dynamic CPU set implementation for kernel. | rmind |
| 2011-07-30 | Add an implementation of passive serialization as described in expired | christos |
| 2011-07-02 | Fix kern/45093 as discussed on tech-kern@: | bouyer |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-31 | Don't use the C preprocessor to configure USERCONF. Instead, either do | dyoung |
| 2011-05-26 | Support userconf(4) command in boot(8)/boot.cfg(5) on i386/amd64. | uebayasi |
| 2011-05-19 | Re-implement kthread_join(9), so that it actually works (hi haad@). | rmind |
| 2011-04-14 | comment | yamt |
| 2011-01-28 | Move sysctl routines from init_sysctl.c to kern_descrip.c (for | pooka |
| 2011-01-18 | Move up evcnt_init to before cpu_startup() | matt |
| 2011-01-17 | Include internal definitions (uvm/uvm.h) only where necessary. | uebayasi |
| 2010-12-16 | ubc_init needs to run while we're still cold or uvmhist breaks. | eeh |
| 2010-08-21 | Define a set of new kernel locking primitives to implement the recursive | pgoyette |
| 2010-06-26 | 1. Add an allocator for 'struct module *' and use it instead of local | pgoyette |
| 2010-06-25 | Add config_mountroot(9), which defers device configuration | tsutsui |
| 2010-06-10 | lwp0 seems like an lwp instead of a process, so move bits related | pooka |
| 2010-04-21 | Reduce #ifdef spew by attaching wapbl as a module. | pooka |
| 2010-02-05 | fix LOCKDEBUG panic 'uninitialized lock'. | cegger |
| 2010-01-31 | uncommit part which wasn't supposed to get committed yet | pooka |
| 2010-01-31 | Pass root device as a parameter to domountroothook(). | pooka |
| 2010-01-31 | Replace more printfs with aprint_normal / aprint_verbose | hubertf |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-23 | Including sysctl.h once is enough. | elad |
| 2009-12-17 | Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions. | rmind |
| 2009-11-27 | Move rootfs-related init from init_main() to vfs_mountroot(). | pooka |
| 2009-11-15 | Include miscfs/specfs/specdev.h for spec_init(). | elad |
| 2009-11-14 | - Move kauth_init() a little bit higher. | elad |
| 2009-11-03 | Add a kernel configuration flag, SPLDEBUG, that activates a per-CPU log | dyoung |
| 2009-10-26 | Update comment about proc0_init(). | rmind |
| 2009-10-06 | Add a (weak aliased) machdep_init() as a place to do machdep initialization | elad |
| 2009-10-03 | - Move sched_listener and co. from kern_synch.c to sys_sched.c, where it | elad |