Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 09/26/2006 14:08:19
Module Name:	src
Committed By:	elad
Date:		Tue Sep 26 14:08:19 UTC 2006

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

Log Message:
Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.


To generate a diff of this commit:
cvs rdiff -r1.297 -r1.298 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -r1.109 -r1.110 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -r1.782 -r1.783 src/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.235 -r1.236 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -r1.192 -r1.193 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -r1.66 -r1.67 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.