From owner-cvs-all@FreeBSD.ORG Mon Nov 17 12:03:05 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 ED1F316A4D1 for ; Mon, 17 Nov 2003 12:03:05 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B854943FE0 for ; Mon, 17 Nov 2003 12:03:02 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 14513 invoked from network); 17 Nov 2003 20:03:01 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 17 Nov 2003 20:03:01 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 17 Nov 2003 14:03:00 -0600 (CST) From: Mike Silbersack To: Alan Cox In-Reply-To: <200311171822.hAHIMOr1038959@repoman.freebsd.org> Message-ID: <20031117140117.T3229@odysseus.silby.com> References: <200311171822.hAHIMOr1038959@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include sf_buf.h src/sys/i386/i386 vm_machdep.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: Mon, 17 Nov 2003 20:03:06 -0000 On Mon, 17 Nov 2003, Alan Cox wrote: > alc 2003/11/17 10:22:24 PST > > FreeBSD src repository > > Modified files: > sys/i386/include sf_buf.h > sys/i386/i386 vm_machdep.c > Log: > - Change the i386's sf_buf implementation so that it never allocates > more than one sf_buf for one vm_page. To accomplish this, we add > a global hash table mapping vm_pages to sf_bufs and a reference > count to each sf_buf. (This is similar to the patches for RELENG_4 > at http://www.cs.princeton.edu/~yruan/debox/.) Cool! I should have the other two parts of the DeBox patch finished up within a week, so it sounds like 5.2 will really have turbocharged sendfile support. :) Mike "Silby" Silbersack