aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* - Catch up to p_sflag changes.John Baldwin2001-01-241-20/+11
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesJake Burkholder2001-01-101-1/+1
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadJake Burkholder2000-12-131-2/+2
* - Add a mutex to the proc structure p_mtx that will be used to lock accessesJohn Baldwin2000-12-031-0/+1
* Use an mp-safe callout for endtsleep.Jake Burkholder2000-12-011-1/+1
* Use callout_reset instead of timeout(9). Most callouts are staticallyJake Burkholder2000-11-271-0/+3
* Protect the following with a lockmgr lock:Jake Burkholder2000-11-221-0/+2
* ELF kernels should use an ELF sysvec. This allows us to move a.outDavid E. O'Brien2000-11-051-0/+4
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Release Giant before starting up init.John Baldwin2000-09-151-1/+3
* Move the include of <sys/systm.h> so that KTR gets a declaration forDoug Rabson2000-09-101-1/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-8/+25
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andDon Lewis2000-09-051-1/+3
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-5/+6
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-0/+5
* Clean up some low level bootstrap code:Peter Wemm2000-08-111-97/+61
* Fix the SYSINIT() bubble sort. This was fixed in kern_linker.c already.Peter Wemm2000-08-021-1/+1
* Remove no-longer-relevant comment.Mark Murray2000-06-251-1/+0
* fix races in the uidinfo subsystem, several problems existed:Alfred Perlstein2000-06-221-1/+1
* Add new oid, debug.boothowto. This allows userland apps to seeJordan K. Hubbard2000-02-251-0/+1
* If we fail to find init, print out the search path used. This helpsGreg Lehey1999-12-201-1/+1
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-1/+1
* This is a partial commit of the patch from PR 14914:Poul-Henning Kamp1999-11-161-1/+1
* swapinit isn't called from vfs_mountroot, so don't complain about it inMike Smith1999-11-011-18/+0
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-1/+0
* Moved the definition of `boottime' and its sysctl to the correct file.Bruce Evans1999-09-131-4/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-2/+1
* Slight reorganization of kernel thread/process creation. Instead of usingPeter Wemm1999-07-011-83/+27
* Slight tweak to fork1() calling conventions. Add a third argument soPeter Wemm1999-06-301-7/+6
* Use colons instead of semi-colons to behave like UNIX instead of DOS.John Birrell1999-05-111-4/+4
* Lites2 seems to have pretty much disappeared from the radar, and I suspectPeter Wemm1999-05-091-5/+2
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getPeter Wemm1999-05-091-13/+6
* Nit fix.Dag-Erling Smørgrav1999-05-071-2/+2
* Allow the init_path to be customised in an embedded system using theJohn Birrell1999-05-051-3/+8
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-3/+3
* Set curproc at the end of proc0_init().Dmitrij Tejblum1999-04-291-7/+4
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+4
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-4/+1
* Fixed printf format errors on alpha.Dmitrij Tejblum1999-04-241-3/+5
* Make the location of init(8) tunable at boot time.Dag-Erling Smørgrav1999-04-201-16/+29
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,Bruce Evans1999-02-281-2/+2
* Don't forget to update `switchticks' in corner cases (except forBruce Evans1999-02-251-5/+4
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-3/+3
* Initialize procsig0.ps_refcnt to 1 (instead of 2), this would silenceLuoqi Chen1999-02-171-2/+2
* Remove unused "kern.shutdown_timeout" sysctl node.Mike Smith1999-01-301-5/+1
* More const fixes for -Wall, -Wcast-qualMatthew Dillon1999-01-291-3/+3
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't useMatthew Dillon1999-01-291-3/+3
* Enable Linux threads support by default.Julian Elischer1999-01-261-5/+1