Subject: CVS commit: [netbsd-4] src/sys
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 12/21/2006 14:25:45
Module Name:	src
Committed By:	tron
Date:		Thu Dec 21 14:25:45 UTC 2006

Modified Files:
	src/sys/kern [netbsd-4]: exec_script.c kern_exec.c
	src/sys/sys [netbsd-4]: exec.h

Log Message:
Pull up following revision(s) (requested by elad in ticket #294):
	sys/kern/exec_script.c: revision 1.53
	sys/kern/kern_exec.c: revision 1.233
	sys/sys/exec.h: revision 1.115
Remove the third argument from check_exec() and just check for ep_flags
in the exec_package to know if we need to use VERIEXEC_DIRECT or
VERIEXEC_INDIRECT.
Suggested by and okay yamt@


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.52.8.1 src/sys/kern/exec_script.c
cvs rdiff -r1.232 -r1.232.2.1 src/sys/kern/kern_exec.c
cvs rdiff -r1.114 -r1.114.6.1 src/sys/sys/exec.h

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