Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/11/2002 20:09:09
Module Name:	syssrc
Committed By:	jdolecek
Date:		Wed Dec 11 18:09:08 UTC 2002

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

Log Message:
put back portion of fork-bomb protection removed in last commit,
and make the sleep length depend on value of variable forkfsleep;
it's set to zero by default (no sleep)
this is a preparation for making the sleep length settable via sysctl


To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 syssrc/sys/kern/kern_fork.c

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