summaryrefslogtreecommitdiff
path: root/sys/kern/kern_fork.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.1_cvscvs2svn2000-09-251-1/+1
* MFC: 1.82Don Lewis2000-09-141-2/+2
* MFC:Don Lewis2000-09-071-1/+3
* MFC: uidinfo race fixesBrian Feldman2000-08-301-4/+3
* MFC: Sanitize SYSCTL_HANDLER_ARGS.Paul Saab2000-08-031-1/+1
* MFC: kqueue() and kevent()Jonathan Lemon2000-05-051-0/+5
* Put on my asbestos underwear and commit the patch that I posted to -archPeter Wemm1999-12-061-3/+36
* User ldt sharing.Luoqi Chen1999-12-061-10/+1
* Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knobDan Moschuk1999-11-281-2/+5
* The at_exit and at_fork functions currently use a 'roll your own'Poul-Henning Kamp1999-11-191-31/+27
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-0/+3
* This is a partial commit of the patch from PR 14914:Poul-Henning Kamp1999-11-161-3/+3
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix the following problem:Alan Cox1999-07-211-1/+3
* Stop rfork(0) from panicing. (oops!!)Peter Wemm1999-07-031-2/+3
* Slight tweak to fork1() calling conventions. Add a third argument soPeter Wemm1999-06-301-33/+49
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+7
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-21/+1
* Use pointer arithmetic to do pointer arithmetic.Dmitrij Tejblum1999-04-241-3/+3
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-2/+2
* Use the reference-counted PHOLD()/PRELE() rather than P_NOSWAP.Peter Wemm1999-04-061-3/+3
* Fix thread/process tracking and differentiation for Linux threads emulation.Julian Elischer1999-03-021-3/+4
* Enable Linux threads support by default.Julian Elischer1999-01-261-5/+3
* Changes to the LINUX_THREADS support to only allocate extra memory forJulian Elischer1999-01-071-8/+28
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+23
* If the session leader dies, s_leader is set to NULL and getsid() mayDon Lewis1998-11-091-2/+6
* VM level code cleanups.John Dyson1998-01-221-2/+3
* We have had support for running the kernel daemons as threads forJohn Dyson1997-12-121-4/+2
* Removed unused includes.Bruce Evans1997-11-201-16/+17
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-10/+7
* Fixed some gratuitous ANSIisms.Bruce Evans1997-08-261-5/+5
* Print a warning if an unsupported (under SMP) shared address space forkPeter Wemm1997-08-221-2/+5
* This is an upgrade so that the kernel supports the AIO calls fromJohn Dyson1997-07-061-1/+3
* Preliminary support for per-cpu data pages.Peter Wemm1997-06-221-1/+14
* Modifications to existing files to support the initial AIO/LIO andJohn Dyson1997-06-161-1/+15
* Don't need "opt_smp.h" on these filesPeter Wemm1997-05-291-2/+1
* Create sysctl kern.fast_vfork, on for uniprocessor by default, off forPeter Wemm1997-04-261-6/+11
* Disable RFMEM in vfork for smp case.. It doesn't seem to work too wellPeter Wemm1997-04-261-2/+7
* Restore memory space separation (RFMEM) for vfork() afterAndrey A. Chernov1997-04-231-1/+1
* Give up on the fast vfork() for a while.John Dyson1997-04-231-2/+2
* Re-institute the efficent version of vfork. It appears to make aJohn Dyson1997-04-201-2/+2
* Make a problem that I cannot reproduce go away for now. This commitJohn Dyson1997-04-141-2/+2
* Fully implement vfork. Vfork is now much much faster than even ourJohn Dyson1997-04-131-4/+44
* Remove explicit zero of p_vmspace on creation, it's now in the startzeroPeter Wemm1997-04-071-6/+1
* The biggie: Get rid of the UPAGES from the top of the per-process addressPeter Wemm1997-04-071-28/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Pass P_SUGID on to the child of a fork(). It was possible to get rloginDavid Greenman1997-02-171-0/+4
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Fixed interrupt unmasking for child processes which I broke inBruce Evans1997-01-151-0/+1