Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/11/2002 13:37:28
Module Name:	syssrc
Committed By:	pooka
Date:		Thu Jul 11 10:37:27 UTC 2002

Modified Files:
	syssrc/sys/kern: kern_fork.c
	syssrc/sys/sys: proc.h

Log Message:
Add FORK_NOWAIT flag, which sets init as the parent of the forked
process. Useful for FreeBSD rfork() emulation.

ok'd by Christos


To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 syssrc/sys/kern/kern_fork.c
cvs rdiff -r1.140 -r1.141 syssrc/sys/sys/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.