From owner-cvs-all@FreeBSD.ORG Sat Oct 18 13:23:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E7B816A4B3; Sat, 18 Oct 2003 13:23:36 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDF843FBF; Sat, 18 Oct 2003 13:23:35 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id AB5C6654BB; Sat, 18 Oct 2003 21:23:34 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 82243-04-10; Sat, 18 Oct 2003 21:23:34 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 41DCC654B8; Sat, 18 Oct 2003 21:23:34 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 8415438; Sat, 18 Oct 2003 21:23:30 +0100 (BST) Date: Sat, 18 Oct 2003 21:23:30 +0100 From: Bruce M Simpson To: Alan Cox Message-ID: <20031018202330.GC10762@saboteur.dek.spc.org> Mail-Followup-To: Alan Cox , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200310181848.h9IImH4u041804@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310181848.h9IImH4u041804@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2003 20:23:36 -0000 On Sat, Oct 18, 2003 at 11:48:17AM -0700, Alan Cox wrote: > Log: > Corrections to revision 1.305 > - Specifying VM_MAP_WIRE_HOLESOK should not assume that the start > address is the beginning of the map. Instead, move to the first > entry after the start address. > - The implementation of VM_MAP_WIRE_HOLESOK was incomplete. This > caused the failure of mlockall(2) in some circumstances. Thanks. :-) BMS