From owner-cvs-all Fri Jun 7 11:37:56 2002 Delivered-To: cvs-all@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 476E537B403; Fri, 7 Jun 2002 11:37:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 0A6874A9AF; Fri, 7 Jun 2002 13:37:48 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 83ECE4A9AE; Fri, 7 Jun 2002 13:37:47 -0500 (CDT) Date: Fri, 7 Jun 2002 13:37:47 -0500 From: Alan Cox To: Alan Cox Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c vm_map.h Message-ID: <20020607183747.GA18035@cs.rice.edu> References: <200206071834.g57IYNv64891@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206071834.g57IYNv64891@freefall.freebsd.org> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jun 07, 2002 at 11:34:23AM -0700, Alan Cox wrote: > alc 2002/06/07 11:34:23 PDT > > Modified files: > sys/vm vm_map.c vm_map.h > Log: > o Add vm_map_unwire() for unwiring contiguous regions of either kernel > or user vm_maps. In accordance with the standards for munlock(2), > and in contrast to vm_map_user_pageable(), this implementation does not > allow holes in the specified region. This implementation uses the > "in transition" flag described below. > o Introduce a new flag, "in transition," to the vm_map_entry. > Eventually, vm_map_delete() and vm_map_simplify_entry() will respect not > this flag by deallocating in-transition vm_map_entrys, allowing ^ > the vm_map lock to be safely released in vm_map_unwire() and (the > forthcoming) vm_map_wire(). > o Modify vm_map_simplify_entry() to respect the in-transition flag. > > In collaboration with: tegge > > Revision Changes Path > 1.243 +163 -1 src/sys/vm/vm_map.c > 1.85 +4 -0 src/sys/vm/vm_map.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message