From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 20 10:19:15 2008 Return-Path: <owner-freebsd-bugs@FreeBSD.ORG> Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D84C16A41B; Sun, 20 Jan 2008 10:19:15 +0000 (UTC) (envelope-from mi@aldan.algebra.com) Received: from romulan2.deckpoint.ch (romulan3.deckpoint.ch [194.38.160.11]) by mx1.freebsd.org (Postfix) with ESMTP id 2869C13C45B; Sun, 20 Jan 2008 10:19:15 +0000 (UTC) (envelope-from mi@aldan.algebra.com) Received: from vaio.virtual-estates.net (ppp-69-180-38-194.adsl.deckpoint.net [194.38.180.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by romulan2.deckpoint.ch (DeckMail) with ESMTP id 215BB6CCB64; Sun, 20 Jan 2008 10:52:05 +0100 (CET) Received: from vaio.virtual-estates.net (localhost [127.0.0.1]) by vaio.virtual-estates.net (8.14.2/8.13.7) with ESMTP id m0K9pUqx014911; Sun, 20 Jan 2008 09:51:31 GMT (envelope-from mi@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by vaio.virtual-estates.net (8.14.2/8.13.7/Submit) id m0K9pTqE014910; Sun, 20 Jan 2008 09:51:29 GMT (envelope-from mi@aldan.algebra.com) X-Authentication-Warning: vaio.virtual-estates.net: mi set sender to mi@aldan.algebra.com using -f From: "Mikhail T." <mi@aldan.algebra.com> To: David Schultz <das@freebsd.org> User-Agent: KMail/1.9.7 References: <200707051510.l65FAAEp090370@freefall.freebsd.org> <20080115061921.GA48648@VARK.MIT.EDU> In-Reply-To: <20080115061921.GA48648@VARK.MIT.EDU> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w<gv/&E-lL7twZCT8B~/PA4|\t$ti+22K">hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli"<=?koi8-u?q?kcG=5EEOVihy+z3/UR=7B6SCQ=0A?= MIME-Version: 1.0 Content-Disposition: inline Date: Sun, 20 Jan 2008 09:51:28 +0000 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Message-Id: <200801200951.29254@Misha> Cc: freebsd-bugs@freebsd.org Subject: Re: bin/96393: [libz] [patch] assembler implementations for libz on i386 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports <freebsd-bugs.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-bugs>, <mailto:freebsd-bugs-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-bugs> List-Post: <mailto:freebsd-bugs@freebsd.org> List-Help: <mailto:freebsd-bugs-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-bugs>, <mailto:freebsd-bugs-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 20 Jan 2008 10:19:15 -0000 =D7=A6=D7=D4=CF=D2=CF=CB 15 =D3=A6=DE=C5=CE=D8 2008, David Schultz, =F7=C9 = =CE=C1=D0=C9=D3=C1=CC=C9: =3D Have you considered submitting these patches to the vendor? I have and I did :) The assembly-code is included in the vendor's release, = but=20 in the part of it, which we do not import. The vendor has a contrib/=20 subdirectory, where various assembler-implementations are kept. The vendor would not maintain those, however... Because the assembler code= =20 needs to know the offsetts of various fields in the libz structures, it mus= t=20 rely on the offsets-generating auxiliary C-program, which is not included i= n=20 the original patch submitted. -mi