From owner-cvs-sys Fri Sep 12 09:02:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA13175 for cvs-sys-outgoing; Fri, 12 Sep 1997 09:02:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA13122; Fri, 12 Sep 1997 09:01:56 -0700 (PDT) From: Jonathan Lemon Received: (from jlemon@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA08607; Fri, 12 Sep 1997 08:58:50 -0700 (PDT) Date: Fri, 12 Sep 1997 08:58:50 -0700 (PDT) Message-Id: <199709121558.IAA08607@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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