summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
AgeCommit message (Expand)Author
2010-02-05fix LOCKDEBUG panic 'uninitialized lock'.cegger
2010-01-31uncommit part which wasn't supposed to get committed yetpooka
2010-01-31Pass root device as a parameter to domountroothook().pooka
2010-01-31Replace more printfs with aprint_normal / aprint_verbosehubertf
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-23Including sysctl.h once is enough.elad
2009-12-17Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions.rmind
2009-11-27Move rootfs-related init from init_main() to vfs_mountroot().pooka
2009-11-15Include miscfs/specfs/specdev.h for spec_init().elad
2009-11-14- Move kauth_init() a little bit higher.elad
2009-11-03Add a kernel configuration flag, SPLDEBUG, that activates a per-CPU logdyoung
2009-10-26Update comment about proc0_init().rmind
2009-10-06Add a (weak aliased) machdep_init() as a place to do machdep initializationelad
2009-10-03- Move sched_listener and co. from kern_synch.c to sys_sched.c, where itelad
2009-10-02Move ptrace's security policy back to the subsystem itself.elad
2009-10-02First part of secmodel cleanup and other misc. changes:elad
2009-09-29#include "drvctl.h" for the NDRVCTL definition. Without the NDRVCTLdyoung
2009-09-21Split config_init() into config_init() and config_init_mi() to helppooka
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-09-13Wipe out the last vestiges of POOL_INIT with one swift stroke. Inpooka
2009-09-03Move configure() and configure2() from subr_autoconf.c to init_main.c,pooka
2009-09-02Initialize devsw (lock) early so that subsystems may play with it.pooka
2009-07-27Do not attach gpiosim(4) at root, but make it a pseudo device.mbalmer
2009-07-25Allow gpiosim(4) to attach if configured in the kernel configuration.mbalmer
2009-07-19set LP_RUNNING when starting lwp0 and idle lwps.yamt
2009-07-19Make POSIX message queues a kernel module.rmind
2009-07-17Don't send the quiet banner to the log, since the usual noise gets dumpedad
2009-06-29Convert 67 namei call sites to use namei_simple, in these functions:dholland
2009-05-27Make domaininit() take an argument which determines if it shouldpooka
2009-04-19call rw_obj_init()ad
2009-04-07Explicitly pass a specific buffer length to format_bytes() totsutsui
2009-04-02banner: fix a minor bug.ad
2009-03-29Remove debug code from previous.ad
2009-03-29Add a cental banner() function to print the copyright and version info.ad
2009-03-21PR port-i386/40143 Viewing an mpeg transport stream with mplayer causes crashad
2009-03-05main: disable kerenel preemption during early on boot. namely, betweenyamt
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2009-02-12Unbreak ssp kernels. The issue here that when the ssp_init() call was deferred,christos
2009-01-11merge christos-time_tchristos
2009-01-01* unexpose kprintf locking internalspooka
2008-12-07Move some sysctl node creations away from linksets and into thepooka
2008-12-04Ksyms are optional, so make the call to ksyms_init() dependenthe
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-18cwd is logically a vfs concept, so take it out from the bosom ofpooka
2008-11-14Make POSIX AIO loadable as a module.ad
2008-11-12Allow the POSIX semaphore code to be loaded as a module.ad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-10-28On the prompt for init path, print a simple usage linetsutsui
2008-10-25- if no usable init(8) program (listed in *initpaths[]) can be found,tsutsui
2008-10-23don't expose ksyms_lockchristos