Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/24/2003 03:42:55
Module Name:	src
Committed By:	thorpej
Date:		Fri Jan 24 01:42:54 UTC 2003

Modified Files:
	src/sys/kern: kern_fork.c kern_subr.c
	src/sys/sys: systm.h

Log Message:
Add "fork hooks", a'la "exec hooks" and "exit hooks" which allow
subsystems to do special processing to the parent and/or child at
fork time.


To generate a diff of this commit:
cvs rdiff -r1.105 -r1.106 src/sys/kern/kern_fork.c
cvs rdiff -r1.95 -r1.96 src/sys/kern/kern_subr.c
cvs rdiff -r1.156 -r1.157 src/sys/sys/systm.h

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