From owner-cvs-src@FreeBSD.ORG Mon Jan 3 10:58:28 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A906816A4CE; Mon, 3 Jan 2005 10:58:28 +0000 (GMT) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72ED43D1F; Mon, 3 Jan 2005 10:58:27 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.128] ([193.28.87.111]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j03AwLnK049831 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Jan 2005 11:58:23 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <41D92544.7040502@portaone.com> Date: Mon, 03 Jan 2005 12:58:12 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Kientzle References: <200501020521.j025LF68085390@repoman.freebsd.org> In-Reply-To: <200501020521.j025LF68085390@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/589/Wed Nov 17 13:38:41 2004 clamav-milter version 0.80j on www.portaone.com X-Virus-Status: Clean cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_read_support_format_iso9660.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2005 10:58:28 -0000 Tim Kientzle wrote: > kientzle 2005-01-02 05:21:15 UTC > > FreeBSD src repository > > Modified files: > lib/libarchive Makefile archive.h.in > Added files: > lib/libarchive archive_read_support_format_iso9660.c > Log: > First cut support for extracting from ISO9660 disk images. > This seems to be able to extract a TOC and extract files from > the couple of ISO images I've tested it with. > > Treat this as experimental proof-of-concept code for the > moment. There are still a bunch of debug messages (there > are a few oddities in ISO9660 that I haven't yet figured > out how to handle), a lot of bugs to be addressed (this > code leaks memory very badly), and a lot of missing features (no > Rockridge support, in particular). I'd appreciate > feedback from anyone who understands ISO9660 format > better than I do. ;-) Maybe it is worth to create some unified ISO9660 access library, which can be used both by libarchive and cd9660 kernel module. -Maxim