From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IsNtT-0007cm-Ji for mharc-grub-devel@gnu.org; Wed, 14 Nov 2007 14:27:23 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsNtR-0007cJ-8B for grub-devel@gnu.org; Wed, 14 Nov 2007 14:27:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsNtP-0007br-EG for grub-devel@gnu.org; Wed, 14 Nov 2007 14:27:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsNtP-0007bo-5w for grub-devel@gnu.org; Wed, 14 Nov 2007 14:27:19 -0500 Received: from pne-smtpout4-sn2.hy.skanova.net ([81.228.8.154]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsNtO-0005Nu-Ol for grub-devel@gnu.org; Wed, 14 Nov 2007 14:27:19 -0500 Received: from [127.0.0.1] (88.193.32.97) by pne-smtpout4-sn2.hy.skanova.net (7.3.129) id 471A7B0C00161D3A for grub-devel@gnu.org; Wed, 14 Nov 2007 20:26:51 +0100 Message-ID: <473B4C8F.1040001@nic.fi> Date: Wed, 14 Nov 2007 21:29:19 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: The development of GRUB 2 References: <87fxzedmzp.fsf@xs4all.nl> In-Reply-To: X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) Subject: Re: Transparent decompression with file system filter X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2007 19:27:21 -0000 Bean wrote: > Hi, > >> Are you still interested in working on this? > > Yes, if you think this is an useful feature, I can start working on it. > I am just wondering is there need to read compressed files without being compressed? I like the idea that opening compressed file is in a separate function, but perhaps there should be some new generic open() function that can handle both compressed (gz, bz2?, others with modules?) and in case compression cannot be detected then use traditional file access.