Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/30/2001 21:05:27
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Oct 30 19:05:27 UTC 2001

Modified Files:
	syssrc/sys/uvm: uvm_map.c uvm_mmap.c

Log Message:
uvm_map_protect(): Don't allow VM_PROT_EXECUTE to be set on entries
(either the current protection or the max protection) that reference
vnodes associated with a file system mounted with the NOEXEC option.

uvm_mmap(): Don't allow PROT_EXEC mappings to be established of vnodes
which are associated with a file system mounted with the NOEXEC option.


To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 syssrc/sys/uvm/uvm_map.c
cvs rdiff -r1.58 -r1.59 syssrc/sys/uvm/uvm_mmap.c

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