From owner-freebsd-stable@FreeBSD.ORG Wed Jun 8 23:20:14 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BAFE16A41C for ; Wed, 8 Jun 2005 23:20:14 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB3943D1F for ; Wed, 8 Jun 2005 23:20:13 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (p54AABF8A.dip.t-dialin.net [84.170.191.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 40FE330AD5; Thu, 9 Jun 2005 01:23:05 +0200 (CEST) Message-ID: <42A77DC3.8060304@incubus.de> Date: Thu, 09 Jun 2005 01:22:43 +0200 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050526) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <4294054C.9080207@incubus.de> <20050525050943.GA64320@xor.obsecurity.org> <42940A81.1030801@incubus.de> <20050525052214.GA76339@xor.obsecurity.org> <42940C87.5000705@incubus.de> <20050525053054.GA76491@xor.obsecurity.org> <4294AB75.9080908@incubus.de> <20050525185427.GB92006@xor.obsecurity.org> <4294CC9A.1000200@incubus.de> <4295153A.9010605@incubus.de> <20050608225141.GA77978@xor.obsecurity.org> In-Reply-To: <20050608225141.GA77978@xor.obsecurity.org> X-Enigmail-Version: 0.91.0.0 OpenPGP: id=6FF22C9F; url=http://www.mkbuelow.net/mkbkeys Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Performance of 4.x vs 5.x (Re: Lifetime of FreeBSD branches) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 23:20:14 -0000 Kris Kennaway wrote: > http://www.chesapeake.net/~jroberson/flushbuf.diff > Does it work for you on 5.4? The patch seems to work. Cool, that makes a difference like between night and day. I can't determine any observable effect of untarring the firefox source anymore to interactive response time (when it's non-disk bound, of course), where before applying the patch, the mouse cursor would jump, audio stutter and I could barely type in xterms. Seems to work perfectly again. Thanks! mkb.