aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-5/+4
* Thinking about it I came to the conclusion that the KSE states were incorrectlyJulian Elischer2002-07-141-1/+1
* Remove an unused argument in vfs_mountroot().Maxime Henrion2002-07-031-1/+1
* Part 1 of KSE-IIIJulian Elischer2002-06-291-9/+24
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Convert devfs to nmount.Maxime Henrion2002-05-021-1/+2
* Divorce proc0 and proc1 credentials earlier; while this isn't technicallyRobert Watson2002-04-191-0/+7
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-171-1/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-3/+3
* The description of fd_mtx is "filedesc structure."Seigo Tanimura2002-03-291-1/+1
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksJeff Roberson2002-03-271-1/+1
* Move the mount of the root filesystem to happen in the init process beforePoul-Henning Kamp2002-03-081-0/+2
* Fix warning. s/microuptime()/binuptime()/ for switchtime initial value.Peter Wemm2002-02-261-1/+1
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-0/+2
* Convert p->p_runtime and PCPU(switchtime) to bintime format.Poul-Henning Kamp2002-02-221-1/+2
* In a threaded world, differnt priorirites become properties ofJulian Elischer2002-02-111-4/+4
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-11/+12
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-1/+1
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-0/+3
* Add/correct description for some sysctl variables where it was missing.Luigi Rizzo2001-12-161-1/+2
* Overhaul the per-CPU support a bit:John Baldwin2001-12-111-1/+0
* Add a per-thread ucred reference for syscalls and synchronous traps fromJohn Baldwin2001-10-261-0/+1
* Don't initialize proc0's mutex twice. It is already done earlier on in theJohn Baldwin2001-09-181-1/+0
* In the devfs case, have initproc attempt the easy cases of mounting /dev.Peter Wemm2001-09-151-1/+17
* KSE Milestone 2Julian Elischer2001-09-121-17/+25
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-4/+4
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-21/+23
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-5/+2
* - Lock the VM when initializing the vmspace for proc0.John Baldwin2001-05-231-2/+2
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+4
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.John Baldwin2001-05-171-0/+12
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Stick proc0 in the PID hash table.John Baldwin2001-04-111-0/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-281-3/+4
* Do not set a default ELF syscall ABI fallback.David E. O'Brien2001-03-041-0/+3
* The kernel did not hold a vnode reference associated with theIan Dowse2001-02-281-0/+1
* Sigh. Try to get priorities sorted out. Don't bother trying toJake Burkholder2001-02-281-1/+1
* Initialize native priority to PRI_MAX. It was usually 0 which made aJake Burkholder2001-02-261-0/+1
* It turns out the kernel console works fine and thus doesn't need quite thisJohn Baldwin2001-02-241-23/+0
* Stricter style(9) conformance - remove unnecessary blank lines in previousPeter Wemm2001-02-231-2/+0
* Test out the kernel console just before launching the AP's.John Baldwin2001-02-231-0/+24
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-3/+1
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-2/+3
* Move the initailization of the proc lock for proc0 very early into the MDJohn Baldwin2001-02-091-1/+0
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-6/+6
* - 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