Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 10/26/2006 11:48:39
Module Name:	src
Committed By:	elad
Date:		Thu Oct 26 11:48:39 UTC 2006

Modified Files:
	src/sys/arch/amd64/conf: GENERIC
	src/sys/arch/i386/conf: GENERIC
	src/sys/arch/sparc64/conf: GENERIC

Log Message:
Compile in Veriexec by default on some popular archs (amd64, i386, sparc64)
so it's more accessible and less of a hassle to put to use. Also enable
fileassoc(9) by default as a result, which for itself may open the door for
a lot of cool stuff. (stay tuned. :)

I recommend port masters of other archs to consider doing the same.
Personally I don't know which ports are considered more of a legacy than
in-production, so I'm leaving it for someone else for now...

No objections on tech-kern.


To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -r1.790 -r1.791 src/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.72 -r1.73 src/sys/arch/sparc64/conf/GENERIC

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