Subject: CVS commit: [netbsd-4] src/sys
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/10/2007 12:18:35
Module Name:	src
Committed By:	bouyer
Date:		Sat Mar 10 12:18:35 UTC 2007

Modified Files:
	src/sys/kern [netbsd-4]: kern_verifiedexec.c
	src/sys/uvm [netbsd-4]: uvm_mmap.c

Log Message:
Pull up following revision(s) (requested by elad in ticket #407):
	sys/kern/kern_verifiedexec.c: patch
	sys/uvm/uvm_mmap.c: revision 1.104 via patch
If Veriexec prevents indirect execution of the binary, in addition to just
blocking the mmap() if exec bit is requested, also strip exec bit from
maxprot for further mprotect() calls.  Okay joerg@.


To generate a diff of this commit:
cvs rdiff -r1.78.2.8 -r1.78.2.9 src/sys/kern/kern_verifiedexec.c
cvs rdiff -r1.102 -r1.102.2.1 src/sys/uvm/uvm_mmap.c

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