summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* Add new oid, debug.boothowto. This allows userland apps to seejkh2000-02-251-0/+1
* If we fail to find init, print out the search path used. This helpsgrog1999-12-201-1/+1
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* This is a partial commit of the patch from PR 14914:phk1999-11-161-1/+1
* swapinit isn't called from vfs_mountroot, so don't complain about it inmsmith1999-11-011-18/+0
* useracc() the prequel:phk1999-10-291-1/+0
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* Moved the definition of `boottime' and its sysctl to the correct file.bde1999-09-131-4/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-2/+1
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-83/+27
* Slight tweak to fork1() calling conventions. Add a third argument sopeter1999-06-301-7/+6
* Use colons instead of semi-colons to behave like UNIX instead of DOS.jb1999-05-111-4/+4
* Lites2 seems to have pretty much disappeared from the radar, and I suspectpeter1999-05-091-5/+2
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getpeter1999-05-091-13/+6
* Nit fix.des1999-05-071-2/+2
* Allow the init_path to be customised in an embedded system using thejb1999-05-051-3/+8
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-3/+3
* Set curproc at the end of proc0_init().dt1999-04-291-7/+4
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+4
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-4/+1
* Fixed printf format errors on alpha.dt1999-04-241-3/+5
* Make the location of init(8) tunable at boot time.des1999-04-201-16/+29
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,bde1999-02-281-2/+2
* Don't forget to update `switchticks' in corner cases (except forbde1999-02-251-5/+4
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-3/+3
* Initialize procsig0.ps_refcnt to 1 (instead of 2), this would silenceluoqi1999-02-171-2/+2
* Remove unused "kern.shutdown_timeout" sysctl node.msmith1999-01-301-5/+1
* More const fixes for -Wall, -Wcast-qualdillon1999-01-291-3/+3
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't usedillon1999-01-291-3/+3
* Enable Linux threads support by default.julian1999-01-261-5/+1
* Changes to the LINUX_THREADS support to only allocate extra memory forjulian1999-01-071-11/+1
* Various changes to support OSF1 emulation:dfr1998-12-301-2/+2
* Fix two bogons created by 'patch(1)' in my last commit.julian1998-12-191-2/+3
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+19
* Fix sysinit_add().peter1998-10-151-13/+17
* Implement merging SYSINIT's from preloaded KLD modules. This means wepeter1998-10-091-12/+68
* Make sure that the argv pointers for init are aligned to the correctdfr1998-10-061-2/+2
* Remove the SLICE code.sos1998-09-141-6/+1
* Cast pointers to intptr_t instead of or before casting to long.bde1998-07-151-5/+5
* This commit fixes various 64bit portability problems required fordfr1998-06-071-4/+6
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-5/+7
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Add changes and code to implement a functional DEVFS.julian1998-04-191-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* When pmap_pinit0() allocates a page for proc0's page directory,phk1998-04-111-2/+2
* Minor adjustments to the timecounting and proc0.phk1998-04-081-5/+7
* curproc is initialized in locore at the same time for both SMP and UP now.peter1998-04-061-15/+1
* Time changes mark 2:phk1998-04-041-9/+5
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+2
OpenPOWER on IntegriCloud