From owner-cvs-all Thu Feb 8 18:59:11 2001 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 DAAB937B401; Thu, 8 Feb 2001 18:58:50 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f192wog62630; Thu, 8 Feb 2001 18:58:50 -0800 (PST) (envelope-from dillon) Message-Id: <200102090258.f192wog62630@freefall.freebsd.org> From: Matt Dillon Date: Thu, 8 Feb 2001 18:58:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c src/sys/kern vfs_bio.c src/sys/vm vm_map.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2001/02/08 18:58:50 PST Modified files: (Branch: RELENG_4) sys/i386/i386 machdep.c sys/kern vfs_bio.c sys/vm vm_map.c Log: MFC Tor's buffer cache fixes. This turns buffer_map into a system map, gets rid of bogus allocations of backing VM objects for it, and makes a minor bug fix to the buffer cache KVM hysteresis. Revision Changes Path 1.385.2.10 +2 -1 src/sys/i386/i386/machdep.c 1.242.2.6 +14 -7 src/sys/kern/vfs_bio.c 1.187.2.5 +32 -11 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message