From owner-cvs-sys Sun Feb 11 14:03:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29847 for cvs-sys-outgoing; Sun, 11 Feb 1996 14:03:55 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29838 Sun, 11 Feb 1996 14:03:53 -0800 (PST) Date: Sun, 11 Feb 1996 14:03:53 -0800 (PST) From: John Dyson Message-Id: <199602112203.OAA29838@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/02/11 14:03:52 Modified: sys/vm vm_map.c Log: Fixed a really bogus problem with msync ripping pages away from objects before they were written. Also, don't allow processes without write access to remove pages from vm_objects. Revision Changes Path 1.33 +9 -8 src/sys/vm/vm_map.c