Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 07/22/2006 10:34:26
Module Name:	src
Committed By:	elad
Date:		Sat Jul 22 10:34:26 UTC 2006

Modified Files:
	src/sys/conf: files
	src/sys/kern: exec_script.c init_main.c kern_exec.c vfs_syscalls.c
	    vfs_vnops.c

Log Message:
deprecate the VERIFIED_EXEC option; now we only need the pseudo-device to
enable it. while here, some config file tweaks.

tons of input from cube@ (thanks!) and okay blymn@.


To generate a diff of this commit:
cvs rdiff -r1.789 -r1.790 src/sys/conf/files
cvs rdiff -r1.47 -r1.48 src/sys/kern/exec_script.c
cvs rdiff -r1.272 -r1.273 src/sys/kern/init_main.c
cvs rdiff -r1.221 -r1.222 src/sys/kern/kern_exec.c
cvs rdiff -r1.255 -r1.256 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.114 -r1.115 src/sys/kern/vfs_vnops.c

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