summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the following problem:alc1999-07-211-1/+3
* Stop rfork(0) from panicing. (oops!!)peter1999-07-031-2/+3
* Slight tweak to fork1() calling conventions. Add a third argument sopeter1999-06-301-33/+49
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+7
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-21/+1
* Use pointer arithmetic to do pointer arithmetic.dt1999-04-241-3/+3
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-2/+2
* Use the reference-counted PHOLD()/PRELE() rather than P_NOSWAP.peter1999-04-061-3/+3
* Fix thread/process tracking and differentiation for Linux threads emulation.julian1999-03-021-3/+4
* Enable Linux threads support by default.julian1999-01-261-5/+3
* Changes to the LINUX_THREADS support to only allocate extra memory forjulian1999-01-071-8/+28
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+23
* If the session leader dies, s_leader is set to NULL and getsid() maytruckman1998-11-091-2/+6
* VM level code cleanups.dyson1998-01-221-2/+3
* We have had support for running the kernel daemons as threads fordyson1997-12-121-4/+2
* Removed unused includes.bde1997-11-201-16/+17
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-10/+7
* Fixed some gratuitous ANSIisms.bde1997-08-261-5/+5
* Print a warning if an unsupported (under SMP) shared address space forkpeter1997-08-221-2/+5
* This is an upgrade so that the kernel supports the AIO calls fromdyson1997-07-061-1/+3
* Preliminary support for per-cpu data pages.peter1997-06-221-1/+14
* Modifications to existing files to support the initial AIO/LIO anddyson1997-06-161-1/+15
* Don't need "opt_smp.h" on these filespeter1997-05-291-2/+1
* Create sysctl kern.fast_vfork, on for uniprocessor by default, off forpeter1997-04-261-6/+11
* Disable RFMEM in vfork for smp case.. It doesn't seem to work too wellpeter1997-04-261-2/+7
* Restore memory space separation (RFMEM) for vfork() afterache1997-04-231-1/+1
* Give up on the fast vfork() for a while.dyson1997-04-231-2/+2
* Re-institute the efficent version of vfork. It appears to make adyson1997-04-201-2/+2
* Make a problem that I cannot reproduce go away for now. This commitdyson1997-04-141-2/+2
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-4/+44
* Remove explicit zero of p_vmspace on creation, it's now in the startzeropeter1997-04-071-6/+1
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-071-28/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Pass P_SUGID on to the child of a fork(). It was possible to get rlogindg1997-02-171-0/+4
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Fixed interrupt unmasking for child processes which I broke inbde1997-01-151-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Move static variable nextpid out from fork1(). Now top(1) can printwosch1996-10-271-2/+3
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+2
* Some cleanups to the callout lists recently added.julian1996-08-221-30/+37
* add callout lists for exit() and fork()julian1996-08-191-1/+72
* Converted timer/run queues to 4.4BSD queue style. Removed old and unuseddg1996-07-311-2/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+1
* Fix a nasty bug that causes random crashes and lockups particularly onpeter1996-05-021-1/+6
* Implement the RFNOWAIT flag for rfork(). If set this flag will cause thesmpatel1996-04-171-38/+34
* From Lite2: proc LIST changes.hsu1996-03-111-39/+12
* Keep fork from over extending the number of processes. Since u_map isdyson1996-03-031-2/+11
* kern_descrip.c: add fdshare()/fdcopy()peter1996-02-231-12/+61
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-031-1/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
OpenPOWER on IntegriCloud