Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 08/08/2004 08:42:04
Module Name:	src
Committed By:	jdolecek
Date:		Sun Aug  8 08:42:03 UTC 2004

Modified Files:
	src/sys/compat/darwin: darwin_exec.c
	src/sys/compat/irix: irix_exec.c
	src/sys/compat/mach: mach_exec.c mach_exec.h
	src/sys/sys: proc.h

Log Message:
pass the fork flags down to the emulation fork hook, so that emulation
code can use the information for setup


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/compat/darwin/darwin_exec.c
cvs rdiff -r1.37 -r1.38 src/sys/compat/irix/irix_exec.c
cvs rdiff -r1.53 -r1.54 src/sys/compat/mach/mach_exec.c
cvs rdiff -r1.26 -r1.27 src/sys/compat/mach/mach_exec.h
cvs rdiff -r1.192 -r1.193 src/sys/sys/proc.h

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