From owner-cvs-all Wed Feb 24 13:30:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B7AA11941; Wed, 24 Feb 1999 13:30:36 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA02047; Wed, 24 Feb 1999 13:26:27 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <199902242126.NAA02047@freefall.freebsd.org> From: Matt Dillon Date: Wed, 24 Feb 1999 13:26:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_object.c vm_page.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/02/24 13:26:27 PST Modified files: sys/vm vm_map.c vm_object.c vm_page.c Log: Remove unnecessary page protects on map_split and collapse operations. Fix bug where an object's OBJ_WRITEABLE/OBJ_MIGHTBEDIRTY flags do not get set under certain circumstances ( page rename case ). Reviewed by: Alan Cox , John Dyson Revision Changes Path 1.152 +4 -2 src/sys/vm/vm_map.c 1.152 +4 -3 src/sys/vm/vm_object.c 1.127 +8 -1 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message