index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_fork.c
Age
Commit message (
Expand
)
Author
1999-03-12
in scheduler, bias parents for child cpu usage; ross@ghs.com
Theo de Raadt
1999-03-02
RFNOWAIT does not dissociate the child from its parent in any other
Niklas Hallqvist
1999-02-26
kmem allocation changes for uvm, and vm_fork -> uvm_fork (with one extra argu...
Artur Grabowski
1999-02-23
update the comment about number of allowed processes
Artur Grabowski
1999-02-23
Allow up to 5 (was 1) root processes when the process limit is reached.
Artur Grabowski
1999-02-23
Ooops! Move the allocation of the U area to after the limits checks.
Artur Grabowski
1999-02-19
Allocate the u-area early in fork1 instead of in vm_fork.
Artur Grabowski
1999-01-11
just check rforkflags if ISRFORK
Niklas Hallqvist
1999-01-10
Make RFNOWAIT work in rfork(2)
Niklas Hallqvist
1997-08-01
only allow setuid if fd_refcnt == 1, due to rfork
Theo de Raadt
1997-08-01
disable RFFDG; long explanation...
Theo de Raadt
1997-07-07
count pages in forkstat, see "vmstat -f"
kstailey
1997-06-05
random pid generation, heh
Theo de Raadt
1997-02-18
cp P_SUGID/P_SUGIDEXEC to child, doh; half from freebsd
Theo de Raadt
1996-09-02
Rename nextpid to lastpid; make it a global with type pid_t
Thorsten Lockert
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1996-02-19
Count number of forks, vforks, rforks; still need to count VM pages affected
Thorsten Lockert
1996-01-10
plan9-like rfork() implimentation by me based on some earlier incomplete
Theo de Raadt
1995-12-14
from netbsd:
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt