From owner-cvs-all Mon Sep 21 22:01:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17163 for cvs-all-outgoing; Mon, 21 Sep 1998 22:01:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17141; Mon, 21 Sep 1998 22:01:18 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05893; Mon, 21 Sep 1998 22:00:49 -0700 (PDT) Date: Mon, 21 Sep 1998 22:00:49 -0700 (PDT) Message-Id: <199809220500.WAA05893@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/21 22:00:49 PDT Modified files: (Branch: RELENG_2_2) sys/vm vm_map.c Log: MFC 1.89 -> 1.90: Do not consider VM_PROT_OVERRIDE_WRITE to be part of the protection entry when handling a fault. My recent procfs merge for the "GDB touches executables" problem requires this fix as well. Revision Changes Path 1.57.2.7 +3 -2 src/sys/vm/vm_map.c