summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c
Commit message (Expand)AuthorAgeFilesLines
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-4/+4
* Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(),dillon2001-09-011-4/+15
* Get rid of useless bcopy (the next statement was equivalent)guido2001-07-091-2/+0
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-3/+2
* Remove the p_spinlocks spin lock count that was obsoleted by thejhb2001-06-301-1/+0
* Rename nextpid to lastpid and externalize it.des2001-06-111-7/+7
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-9/+3
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+2
* Properly copy the P_ALTSTACK flag in struct proc::p_flag to the childknu2001-05-071-1/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-4/+4
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-281-2/+1
* Don't explicitly zero p_intr_nesting_level and p_aioinfo in fork.jhb2001-03-281-2/+0
* Use mtx_intr_enable() on sched_lock to ensure child processes always startjhb2001-03-281-2/+2
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-091-0/+4
* - Don't hold the proc lock across VREF and the fd* functions to avoid lockjhb2001-03-071-4/+21
* - Lock the forklist with an sx lock.jhb2001-03-071-14/+57
* Sigh. Try to get priorities sorted out. Don't bother trying tojake2001-02-281-1/+0
* Initialize native priority to PRI_MAX. It was usually 0 which made ajake2001-02-261-0/+1
* Quiet a warning with a uintptr_t cast.jhb2001-02-221-1/+1
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-5/+0
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-201-0/+6
* o Export the nextpid variable via SYSCTL as kern.lastpid, decreasing byrwatson2001-02-121-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-8/+8
* Fix fork_exit() to take a pointer to a function that returns void as itsjhb2001-01-261-2/+2
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentjhb2001-01-241-2/+2
* - Catch up to proc flag changes.jhb2001-01-241-4/+79
* Add mibs to hold the number of forks since boot. New mibs are:ume2001-01-231-0/+15
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-0/+1
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-0/+2
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-2/+2
* Whitespace. Fix indentation, align comments.jake2000-12-041-17/+17
* - Add a mutex to the proc structure p_mtx that will be used to lock accessesjhb2000-12-031-0/+1
* Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeupjake2000-12-021-2/+0
* Use an mp-safe callout for endtsleep.jake2000-12-011-1/+1
* Use callout_reset instead of timeout(9). Most callouts are staticallyjake2000-11-271-0/+3
* Protect the following with a lockmgr lock:jake2000-11-221-6/+8
* Catch up to moving headers:jhb2000-10-201-2/+1
* Enforce process limit policy in one place to keep proccnt from divergingtruckman2000-09-141-2/+2
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-25/+55
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andtruckman2000-09-051-1/+3
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Add sysctl descriptions to a few sysctls. Simply "documentation".nbm2000-06-261-1/+2
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-221-4/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-0/+5
* Put on my asbestos underwear and commit the patch that I posted to -archpeter1999-12-061-3/+36
* User ldt sharing.luoqi1999-12-061-10/+1
* Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knobdan1999-11-281-2/+5
OpenPOWER on IntegriCloud