Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 08/06/2002 16:58:10
Module Name: syssrc
Committed By: pooka
Date: Tue Aug 6 13:58:10 UTC 2002
Modified Files:
syssrc/sys/kern: kern_fork.c
syssrc/sys/sys: proc.h
Log Message:
Add FORK_CLEANFILES flag to fork1(), which makes the new process start out
with a clean descriptor set (ie. not copied or shared from parent).
for rfork()
To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 syssrc/sys/kern/kern_fork.c
cvs rdiff -r1.142 -r1.143 syssrc/sys/sys/proc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.