cvs commit: src/lib/libarchive archive_read_support_format_cpio.c
Tim Kientzle
kientzle at FreeBSD.org
Tue Apr 27 20:44:09 PDT 2004
kientzle 2004/04/27 20:44:08 PDT
FreeBSD src repository
Modified files:
lib/libarchive archive_read_support_format_cpio.c
Log:
Add read support for four more common cpio variants:
* little-endian old-style binary cpio archives
* big-endian old-style binary cpio archives
* SVR4 portable archives without CRC
* SVR4 portable archives with CRC
Note that I don't yet verify the CRC for the last one, and I'm
not quite certain I'm correctly parsing device numbers.
Revision Changes Path
1.8 +304 -64 src/lib/libarchive/archive_read_support_format_cpio.c
More information about the cvs-src
mailing list