CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/29 18:40:28
Modified files:
sys/sys : proc.h
sys/kern : kern_fork.c
Log message:
Move the plimit and pcred bits in fork1() into process_new() and make
process_new() handle the new struct process like fork1() does struct proc,
with a range of members zeroed and a range copied from the parent process.
ok tedu@
