From owner-cvs-all Sun May 14 11:46:48 2000 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 1583C37B621; Sun, 14 May 2000 11:46:42 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA44057; Sun, 14 May 2000 11:46:42 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <200005141846.LAA44057@freefall.freebsd.org> From: Matt Dillon Date: Sun, 14 May 2000 11:46:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/05/14 11:46:40 PDT Modified files: sys/vm vm_map.c Log: Fixed bug in madvise() / MADV_WILLNEED. When the request is offset from the base of the first map_entry the call to pmap_object_init_pt() uses the wrong start VA. MFC to follow. PR: i386/18095 Revision Changes Path 1.190 +6 -2 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message