From owner-freebsd-geom@FreeBSD.ORG Tue Mar 2 19:32:18 2010 Return-Path: Delivered-To: geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3191A106566B; Tue, 2 Mar 2010 19:32:18 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id EB2C88FC13; Tue, 2 Mar 2010 19:32:17 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:3561:7d61:b408:b6c] (unknown [IPv6:2001:7b8:3a7:0:3561:7d61:b408:b6c]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 146CE5C43; Tue, 2 Mar 2010 20:32:16 +0100 (CET) Message-ID: <4B8D67C4.9050709@andric.com> Date: Tue, 02 Mar 2010 20:32:20 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.2pre) Gecko/20100227 Lanikai/3.1b1pre MIME-Version: 1.0 To: Alexandr Rybalko References: <20100219163644.da89e882.ray@dlink.ua> <20100302071736.GF1946@garage.freebsd.pl> <20100302104748.0f27136c.ray@dlink.ua> In-Reply-To: <20100302104748.0f27136c.ray@dlink.ua> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: hackers@freebsd.org, geom@freebsd.org, embedded@freebsd.org, Pawel Jakub Dawidek Subject: Re: GEOM_ULZMA X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2010 19:32:18 -0000 On 2010-03-02 09:47, Alexandr Rybalko wrote: >>> Definiatelly separately, not sure where. There is ongoing discussion >>> somwhere on importing this algorithm to the base for tar(1) to use, it >>> would be best to have only one copy of code in the tree. > I have already said, that it would be good for embedded platforms have only one copy of the code for the kernel and userland. > It is not thought of how done it. I think Pawel means the *source* code in this case, not the executable code. E.g. lzma source should most likely go under /usr/src/contrib, and be built separately for kernel and userland.