Date: Fri, 12 Sep 1997 08:58:50 -0700 (PDT) From: Jonathan Lemon <jlemon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <199709121558.IAA08607@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 1997/09/12 08:58:50 PDT
Modified files:
sys/vm vm_map.c
Log:
Do not consider VM_PROT_OVERRIDE_WRITE to be part of the protection
entry when handling a fault. This is set by procfs whenever it wants
to write to a page, as a means of overriding `r-x COW' entries, but
causes failures in the `rwx' case.
Submitted by: bde
Revision Changes Path
1.90 +3 -2 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709121558.IAA08607>
