From owner-cvs-all Fri Feb 12 01:51:49 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14920 for cvs-all-outgoing; Fri, 12 Feb 1999 01:51:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 BAA14913; Fri, 12 Feb 1999 01:51:44 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA01554; Fri, 12 Feb 1999 01:51:44 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Fri, 12 Feb 1999 01:51:44 -0800 (PST) Message-Id: <199902120951.BAA01554@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c vm_object.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/02/12 01:51:43 PST Modified files: sys/vm vm_map.c vm_object.c Log: Fix non-fatal bug in vm_map_insert() which improperly cleared OBJ_ONEMAPPING in the case where an object is extended by an additional vm_map_entry must be allocated. In vm_object_madvise(), remove calll to vm_page_cache() in MADV_FREE case in order to avoid a page fault on page reuse. However, we still mark the page as clean and destroy any swap backing store. Submitted by: Alan Cox Revision Changes Path 1.149 +37 -42 src/sys/vm/vm_map.c 1.149 +12 -18 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message