Date: Sat, 1 May 2004 13:05:54 -0400 (EDT) From: Hiten Pandya <hmp@freebsd.org> To: Tim Kientzle <kientzle@freebsd.org> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.harchive_entry.c archive_entry.h archive_private.h archive_read.3 archive_read.c archive_read_extract.c archive_read_open_fd.c archive_ Message-ID: <20040501130458.N1172@fledge.watson.org> In-Reply-To: <200404052112.i35LCUpg004974@repoman.freebsd.org> References: <200404052112.i35LCUpg004974@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is pretty nice stuff! Thanks for your work on this Tim! I ought to give a look at the libarchive and bsdtar code one of these days! Hiten Pandya hmp at freebsd.org On Mon, 5 Apr 2004, Tim Kientzle wrote: :kientzle 2004/04/05 14:12:30 PDT : : FreeBSD src repository : : Modified files: : lib/libarchive Makefile archive.h archive_entry.c : archive_entry.h archive_private.h : archive_read.3 archive_read.c : archive_read_extract.c : archive_read_open_file.c : archive_read_support_compression_none.c : archive_read_support_format_tar.c : archive_write.3 archive_write.c : archive_write_open_file.c : archive_write_set_format_pax.c : Added files: : lib/libarchive archive_read_open_fd.c : archive_write_open_fd.c : Log: : Overhauled ACL support. This makes us compatible : with 'star' ACL handling, though there's still a : bit more work needed in this area. : : Added 'write_open_fd' and 'read_open_fd' to simplify, e.g., : tar's u and r modes. Eliminated old 'write_open_file_position' : as a bad idea. (It required closing/reopening files to : do updates, which led to unpleasant implications.) : : Various other minor fixes, API tweaks, etc.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040501130458.N1172>