summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* The current rusage code show peculiar problems:attilio2007-06-091-0/+5
* Double the WITNESS and DIAGNOSTIC benchmark warnings right before wephk2007-06-081-0/+4
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-071-3/+2
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-4/+4
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-0/+1
* Revert VMCNT_* operations introduction.attilio2007-05-311-1/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-1/+1
* Align 'struct thread' on 16 byte boundaries so that the lower 4 bits arejhb2007-03-271-1/+1
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-231-1/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-171-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-32/+0
* Copy base user priority in NO_KSE case.davidxu2006-11-121-0/+1
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+28
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+1
* SI_ORDER_THIRD + 2, not SI_ORDER_FOURTH + 2.rwatson2006-09-261-1/+1
* Add "FreeBSD" trademark statement to copyright section of boot messages.rwatson2006-09-251-3/+4
* Initialize kg_base_user_pri.davidxu2006-08-251-0/+1
* The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we includebenno2006-05-141-0/+1
* Add a new kernel config option, VERBOSE_SYSINIT.benno2006-05-121-0/+45
* Modify the way we account for CPU time spent (step 1)phk2006-02-071-3/+2
* rwlock expects the struct thread to be aligned on 8 bytes, so make surecognet2006-02-061-1/+1
* Hook up audit to the initial process creation events (proc0, proc1).rwatson2006-02-021-0/+9
* Moderate rewrite of kernel ktrace code to attempt to generally improverwatson2005-11-131-0/+1
* Remove mac_create_root_mount() and mpo_create_root_mount(), whichrwatson2005-09-191-4/+0
* Fix system shutdown timeout handling by again supporting longer runningrse2005-09-151-0/+11
* Fix the recent panics/LORs/hangs created by my kqueue commit by:ssouhlal2005-07-011-1/+1
* Add /rescue/init to the default init_path, before /stand/sysinstall.des2005-02-171-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-29/+0
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+0
* Malloc p_stats instead of putting it in the U area. We should considerdas2004-11-201-6/+2
* Allow fdinit() to be called with a NULL fdp argument so we can usephk2004-11-071-14/+3
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-2/+2
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-21/+8
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-011-1/+1
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-0/+1
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-1/+1
* Nice, is a property of a process as a whole..julian2004-06-161-1/+1
* Loudly announce WITNESS and DIAGNOSTIC options and warn about reducedphk2004-02-291-0/+14
* Locking for the per-process resource limits structure.jhb2004-02-041-13/+11
* KASSERT() that initproc->p_pid is 1. Very bad things happen if init'srwatson2004-01-161-0/+1
* New file descriptor allocation code, derived from similar code introduceddes2004-01-151-0/+2
* 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
OpenPOWER on IntegriCloud