From owner-cvs-all Tue Jun 25 15:14:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6B1B37B400; Tue, 25 Jun 2002 15:14:06 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PME6X11267; Tue, 25 Jun 2002 15:14:06 -0700 (PDT) (envelope-from iedowse) Message-Id: <200206252214.g5PME6X11267@freefall.freebsd.org> From: Ian Dowse Date: Tue, 25 Jun 2002 15:14:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm device_pager.c vm_object.c vm_object.h src/sys/i386/i386 pmap.c X-FreeBSD-CVS-Branch: HEAD 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 iedowse 2002/06/25 15:14:06 PDT Modified files: sys/vm device_pager.c vm_object.c vm_object.h sys/i386/i386 pmap.c Log: Complete the initial set of VM changes required to support full 64-bit file sizes. This step simply addresses the remaining overflows, and does attempt to optimise performance. The details are: o Use a 64-bit type for the vm_object `size' and the size argument to vm_object_allocate(). o Use the correct type for index variables in dev_pager_getpages(), vm_object_page_clean() and vm_object_page_remove(). o Avoid an overflow in the i386 pmap_object_init_pt(). Revision Changes Path 1.324 +2 -6 src/sys/i386/i386/pmap.c 1.58 +1 -1 src/sys/vm/device_pager.c 1.218 +4 -4 src/sys/vm/vm_object.c 1.80 +3 -3 src/sys/vm/vm_object.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message