| Age | Commit message (Expand) | Author |
| 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 |
| 2009-10-02 | Move ptrace's security policy back to the subsystem itself. | elad |
| 2009-10-02 | First part of secmodel cleanup and other misc. changes: | elad |
| 2009-09-29 | #include "drvctl.h" for the NDRVCTL definition. Without the NDRVCTL | dyoung |
| 2009-09-21 | Split config_init() into config_init() and config_init_mi() to help | pooka |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-09-13 | Wipe out the last vestiges of POOL_INIT with one swift stroke. In | pooka |
| 2009-09-03 | Move configure() and configure2() from subr_autoconf.c to init_main.c, | pooka |
| 2009-09-02 | Initialize devsw (lock) early so that subsystems may play with it. | pooka |
| 2009-07-27 | Do not attach gpiosim(4) at root, but make it a pseudo device. | mbalmer |
| 2009-07-25 | Allow gpiosim(4) to attach if configured in the kernel configuration. | mbalmer |
| 2009-07-19 | set LP_RUNNING when starting lwp0 and idle lwps. | yamt |
| 2009-07-19 | Make POSIX message queues a kernel module. | rmind |
| 2009-07-17 | Don't send the quiet banner to the log, since the usual noise gets dumped | ad |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-05-27 | Make domaininit() take an argument which determines if it should | pooka |
| 2009-04-19 | call rw_obj_init() | ad |
| 2009-04-07 | Explicitly pass a specific buffer length to format_bytes() to | tsutsui |
| 2009-04-02 | banner: fix a minor bug. | ad |
| 2009-03-29 | Remove debug code from previous. | ad |
| 2009-03-29 | Add a cental banner() function to print the copyright and version info. | ad |
| 2009-03-21 | PR port-i386/40143 Viewing an mpeg transport stream with mplayer causes crash | ad |
| 2009-03-05 | main: disable kerenel preemption during early on boot. namely, between | yamt |
| 2009-02-13 | Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" | apb |
| 2009-02-12 | Unbreak ssp kernels. The issue here that when the ssp_init() call was deferred, | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2009-01-01 | * unexpose kprintf locking internals | pooka |
| 2008-12-07 | Move some sysctl node creations away from linksets and into the | pooka |
| 2008-12-04 | Ksyms are optional, so make the call to ksyms_init() dependent | he |
| 2008-11-30 | As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap | martin |
| 2008-11-18 | cwd is logically a vfs concept, so take it out from the bosom of | pooka |
| 2008-11-14 | Make POSIX AIO loadable as a module. | ad |
| 2008-11-12 | Allow the POSIX semaphore code to be loaded as a module. | ad |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-10-28 | On the prompt for init path, print a simple usage line | tsutsui |
| 2008-10-25 | - if no usable init(8) program (listed in *initpaths[]) can be found, | tsutsui |
| 2008-10-23 | don't expose ksyms_lock | christos |