summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the global variable 'cmask', which was used to initialize therwatson2003-10-021-3/+1
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-0/+1
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-2/+2
* Revert stuff which accidentally ended up in the previous commit.phk2003-07-221-5/+0
* Don't attempt to inline large functions mb_alloc() and mb_free(),phk2003-07-221-0/+5
* Use __FBSDID().obrien2003-06-111-1/+3
* Add tracking of process leaders sharing a file descriptor table andtegge2003-06-021-0/+1
* - Merge struct procsig with struct sigacts.jhb2003-05-131-7/+4
* Instead of recording the Unix time in a process when it starts, record thedes2003-05-011-1/+1
* Made vmspace0 non-static. Its useful to be able to identify a vmspace asjake2003-04-131-1/+1
* Move the _oncpu entry from the KSE to the thread.julian2003-04-101-1/+1
* Use the proc lock to protect p_realtimer instead of Giant, and obtaintjr2003-02-171-1/+1
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-1/+0
* It seems the extra precautions are no longer needed.des2003-02-131-2/+0
* Correct grammatical error in previous commit.des2003-02-041-1/+1
* Extra precautions before trying to start init(8).des2003-02-041-0/+2
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-0/+1
* NODEVFS cleanup: remove #ifdefs.phk2003-01-301-2/+0
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-1/+0
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-191-15/+15
* Improve the way that an elf image activator for an alternate word size isjake2003-01-041-5/+0
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-281-0/+1
* Fix typo in comment. It's SYSINIT, not SYSINT.keramida2002-11-301-1/+1
* - Implement a mechanism for allowing schedulers to place scheduler dependantjeff2002-11-211-0/+6
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-171-2/+1
* - Move p_cpulimit to struct proc from struct plimit and protect it withjhb2002-10-091-1/+1
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-091-4/+0
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Back our kernel support for reliable signal queues.jmallett2002-10-011-2/+0
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-0/+2
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-4/+4
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-2/+4
* Completely redo thread states.julian2002-09-111-0/+1
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-2/+28
* Split out a number of mostly VFS and signal related syscalls intoiedowse2002-09-011-1/+2
* Refresh the credential on the first initproc thread following divorcingrwatson2002-08-071-0/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+3
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+8
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-5/+4
* Thinking about it I came to the conclusion that the KSE states were incorrectlyjulian2002-07-141-1/+1
* Remove an unused argument in vfs_mountroot().mux2002-07-031-1/+1
* Part 1 of KSE-IIIjulian2002-06-291-9/+24
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Convert devfs to nmount.mux2002-05-021-1/+2
* Divorce proc0 and proc1 credentials earlier; while this isn't technicallyrwatson2002-04-191-0/+7
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-1/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-3/+3
* The description of fd_mtx is "filedesc structure."tanimura2002-03-291-1/+1
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Move the mount of the root filesystem to happen in the init process beforephk2002-03-081-0/+2
OpenPOWER on IntegriCloud