Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
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.
Home |
Main Index |
Thread Index |
Old Index