From owner-freebsd-current@FreeBSD.ORG Fri Jan 26 10:58:35 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D64E416A400 for ; Fri, 26 Jan 2007 10:58:35 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.176.14]) by mx1.freebsd.org (Postfix) with ESMTP id 576ED13C48D for ; Fri, 26 Jan 2007 10:58:35 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.8/8.13.7) with ESMTP id l0QAwMV8073034 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 26 Jan 2007 11:58:22 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.8/8.13.3/Submit) id l0QAwMct073033; Fri, 26 Jan 2007 11:58:22 +0100 (CET) Date: Fri, 26 Jan 2007 11:58:22 +0100 From: Divacky Roman To: LI Xin Message-ID: <20070126105822.GA72945@stud.fit.vutbr.cz> References: <45B9D204.9030503@delphij.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45B9D204.9030503@delphij.net> User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.57 on 147.229.176.14 Cc: FreeBSD Current Subject: Re: HEADSUP: Replacing GNU gzip(1) implementation with a BSD licensed version X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jan 2007 10:58:35 -0000 On Fri, Jan 26, 2007 at 06:03:48PM +0800, LI Xin wrote: > Dear folks, > > A BSD licensed gzip version has been ported from NetBSD, in order to > replace the current GNU GPL'ed gzip version found in our base system. > > The new gzip would be added to src/usr.bin. It is expected to hit the > tree soon. how does performance compare between the bsdzip and gzip?