Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 03/25/2002 03:56:49
Module Name: syssrc
Committed By: chs
Date: Mon Mar 25 01:56:49 UTC 2002
Modified Files:
syssrc/sys/uvm: uvm_fault.c
Log Message:
when processing PG_RDONLY, mask off VM_PROT_WRITE instead of hard-wiring
VM_PROT_READ (since we might have VM_PROT_EXEC too). this fixes problems
running binaries out of NFS on macppc. yet another fix courtesy of enami.
To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 syssrc/sys/uvm/uvm_fault.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.