From owner-cvs-src@FreeBSD.ORG Sat Oct 18 11:48:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3F6916A4B3; Sat, 18 Oct 2003 11:48:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4368843F3F; Sat, 18 Oct 2003 11:48:18 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9IImIXJ041805; Sat, 18 Oct 2003 11:48:18 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9IImH4u041804; Sat, 18 Oct 2003 11:48:17 -0700 (PDT) (envelope-from alc) Message-Id: <200310181848.h9IImH4u041804@repoman.freebsd.org> From: Alan Cox Date: Sat, 18 Oct 2003 11:48:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2003 18:48:18 -0000 alc 2003/10/18 11:48:17 PDT FreeBSD src repository Modified files: sys/vm vm_map.c 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. Revision Changes Path 1.312 +36 -22 src/sys/vm/vm_map.c