Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 06/19/2001 20:58:42
Module Name:	syssrc
Committed By:	jdolecek
Date:		Tue Jun 19 17:58:42 UTC 2001

Modified Files:
	syssrc/sys/conf: files
	syssrc/sys/kern: exec_conf.c

Log Message:
Do not include the ELF 'catch all' entry in execsw[] by default, which
used to make ELF binaries unmatched by any signature check to be run under
NetBSD 'emulation'. This causes problems like kern/12253.
The old behaviour is available with option EXEC_ELF_CATCHALL.


To generate a diff of this commit:
cvs rdiff -r1.447 -r1.448 syssrc/sys/conf/files
cvs rdiff -r1.56 -r1.57 syssrc/sys/kern/exec_conf.c

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