]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add the device parsing logic. It allows mtree's libarchive to
authorJean-Yves Migeon <jeanyves.migeon@free.fr>
Tue, 3 Sep 2013 14:12:37 +0000 (16:12 +0200)
committerJean-Yves Migeon <jeanyves.migeon@free.fr>
Tue, 3 Sep 2013 14:12:37 +0000 (16:12 +0200)
commit4e002d9a92ecd7cec0fb98b0bedbace8aad81f6e
treed36467938daae9a6298fd7a5ad432743a7c4354a
parent33fdc394c7a120ca24b18d6365d6a6800a04547c
Add the device parsing logic. It allows mtree's libarchive to
parse device entries like NetBSD's mtree and its multiple possible
format: native, 386bsd, 4bsd, bsdos, freebsd, hpux, isc, linux, netbsd,
osf1, sco, solaris, sunos, svr3, svr4, and ultrix.
libarchive/CMakeLists.txt
libarchive/archive_pack_dev.c [new file with mode: 0644]
libarchive/archive_pack_dev.h [new file with mode: 0644]
libarchive/archive_platform.h
libarchive/archive_read_support_format_mtree.c
libarchive/mtree.5