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_

Hiten Pandya hmp at freebsd.org
Sat May 1 10:05:56 PDT 2004


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.


More information about the cvs-all mailing list