index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_fork.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce kqueue() and kevent(), a kernel event notification facility.
jlemon
2000-04-16
1
-0
/
+5
*
Put on my asbestos underwear and commit the patch that I posted to -arch
peter
1999-12-06
1
-3
/
+36
*
User ldt sharing.
luoqi
1999-12-06
1
-10
/
+1
*
Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knob
dan
1999-11-28
1
-2
/
+5
*
The at_exit and at_fork functions currently use a 'roll your own'
phk
1999-11-19
1
-31
/
+27
*
Introduce commandline caching in the kernel.
phk
1999-11-16
1
-0
/
+3
*
This is a partial commit of the patch from PR 14914:
phk
1999-11-16
1
-3
/
+3
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix the following problem:
alc
1999-07-21
1
-1
/
+3
*
Stop rfork(0) from panicing. (oops!!)
peter
1999-07-03
1
-2
/
+3
*
Slight tweak to fork1() calling conventions. Add a third argument so
peter
1999-06-30
1
-33
/
+49
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-1
/
+7
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
1
-21
/
+1
*
Use pointer arithmetic to do pointer arithmetic.
dt
1999-04-24
1
-3
/
+3
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
1
-2
/
+2
*
Use the reference-counted PHOLD()/PRELE() rather than P_NOSWAP.
peter
1999-04-06
1
-3
/
+3
*
Fix thread/process tracking and differentiation for Linux threads emulation.
julian
1999-03-02
1
-3
/
+4
*
Enable Linux threads support by default.
julian
1999-01-26
1
-5
/
+3
*
Changes to the LINUX_THREADS support to only allocate extra memory for
julian
1999-01-07
1
-8
/
+28
*
Reviewed by: Luoqi Chen, Jordan Hubbard
julian
1998-12-19
1
-1
/
+23
*
If the session leader dies, s_leader is set to NULL and getsid() may
truckman
1998-11-09
1
-2
/
+6
*
VM level code cleanups.
dyson
1998-01-22
1
-2
/
+3
*
We have had support for running the kernel daemons as threads for
dyson
1997-12-12
1
-4
/
+2
*
Removed unused includes.
bde
1997-11-20
1
-16
/
+17
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-10
/
+7
*
Fixed some gratuitous ANSIisms.
bde
1997-08-26
1
-5
/
+5
*
Print a warning if an unsupported (under SMP) shared address space fork
peter
1997-08-22
1
-2
/
+5
*
This is an upgrade so that the kernel supports the AIO calls from
dyson
1997-07-06
1
-1
/
+3
*
Preliminary support for per-cpu data pages.
peter
1997-06-22
1
-1
/
+14
*
Modifications to existing files to support the initial AIO/LIO and
dyson
1997-06-16
1
-1
/
+15
*
Don't need "opt_smp.h" on these files
peter
1997-05-29
1
-2
/
+1
*
Create sysctl kern.fast_vfork, on for uniprocessor by default, off for
peter
1997-04-26
1
-6
/
+11
*
Disable RFMEM in vfork for smp case.. It doesn't seem to work too well
peter
1997-04-26
1
-2
/
+7
*
Restore memory space separation (RFMEM) for vfork() after
ache
1997-04-23
1
-1
/
+1
*
Give up on the fast vfork() for a while.
dyson
1997-04-23
1
-2
/
+2
*
Re-institute the efficent version of vfork. It appears to make a
dyson
1997-04-20
1
-2
/
+2
*
Make a problem that I cannot reproduce go away for now. This commit
dyson
1997-04-14
1
-2
/
+2
*
Fully implement vfork. Vfork is now much much faster than even our
dyson
1997-04-13
1
-4
/
+44
*
Remove explicit zero of p_vmspace on creation, it's now in the startzero
peter
1997-04-07
1
-6
/
+1
*
The biggie: Get rid of the UPAGES from the top of the per-process address
peter
1997-04-07
1
-28
/
+6
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Pass P_SUGID on to the child of a fork(). It was possible to get rlogin
dg
1997-02-17
1
-0
/
+4
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Fixed interrupt unmasking for child processes which I broke in
bde
1997-01-15
1
-0
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Move static variable nextpid out from fork1(). Now top(1) can print
wosch
1996-10-27
1
-2
/
+3
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
1
-2
/
+2
*
Some cleanups to the callout lists recently added.
julian
1996-08-22
1
-30
/
+37
*
add callout lists for exit() and fork()
julian
1996-08-19
1
-1
/
+72
[next]