diff options
Diffstat (limited to 'lib/libarchive/test')
119 files changed, 118 insertions, 128 deletions
diff --git a/lib/libarchive/test/.cvsignore b/lib/libarchive/test/.cvsignore deleted file mode 100644 index b71f5a0dbd62..000000000000 --- a/lib/libarchive/test/.cvsignore +++ /dev/null @@ -1,10 +0,0 @@ -*.tar -*.tar.gz -*.tgz -*.zip -.depend -.deps -.dirstamp -archive.h -libarchive_test -list.h diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile index dec95fdb151d..f92726bd98d9 100644 --- a/lib/libarchive/test/Makefile +++ b/lib/libarchive/test/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libarchive/test/Makefile,v 1.38.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # Where to find the libarchive sources LA_SRCDIR=${.CURDIR}/.. diff --git a/lib/libarchive/test/README b/lib/libarchive/test/README index 0190b7c490ba..0ae21c02adb0 100644 --- a/lib/libarchive/test/README +++ b/lib/libarchive/test/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/README,v 1.3.4.1.6.1 2010/12/21 17:09:25 kensmith Exp $ This is the test harness for libarchive. diff --git a/lib/libarchive/test/main.c b/lib/libarchive/test/main.c index 0d16c81edd10..6b5f96ff013a 100644 --- a/lib/libarchive/test/main.c +++ b/lib/libarchive/test/main.c @@ -50,7 +50,7 @@ #define EXTRA_DUMP(x) archive_error_string((struct archive *)(x)) #define EXTRA_VERSION archive_version() #define KNOWNREF "test_compat_gtar_1.tar.uu" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/main.c,v 1.27.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * "list.h" is simply created by "grep DEFINE_TEST"; it has diff --git a/lib/libarchive/test/read_open_memory.c b/lib/libarchive/test/read_open_memory.c index 17e7f75615fc..1af593b7ab31 100644 --- a/lib/libarchive/test/read_open_memory.c +++ b/lib/libarchive/test/read_open_memory.c @@ -24,7 +24,7 @@ */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/read_open_memory.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <errno.h> #include <stdlib.h> diff --git a/lib/libarchive/test/test.h b/lib/libarchive/test/test.h index 94c66e8d3bca..1653fb88757b 100644 --- a/lib/libarchive/test/test.h +++ b/lib/libarchive/test/test.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libarchive/test/test.h,v 1.19.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* Every test program should #include "test.h" as the first thing. */ diff --git a/lib/libarchive/test/test_acl_basic.c b/lib/libarchive/test/test_acl_basic.c index 8fbd3a014371..59858ea10cb2 100644 --- a/lib/libarchive/test/test_acl_basic.c +++ b/lib/libarchive/test/test_acl_basic.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_acl_basic.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Exercise the system-independent portion of the ACL support. diff --git a/lib/libarchive/test/test_acl_freebsd.c b/lib/libarchive/test/test_acl_freebsd.c index 88efb191c48f..922010cd410f 100644 --- a/lib/libarchive/test/test_acl_freebsd.c +++ b/lib/libarchive/test/test_acl_freebsd.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_acl_freebsd.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #if defined(__FreeBSD__) && __FreeBSD__ > 4 #include <sys/acl.h> diff --git a/lib/libarchive/test/test_acl_pax.c b/lib/libarchive/test/test_acl_pax.c index 5898a6626d73..efe65ad11890 100644 --- a/lib/libarchive/test/test_acl_pax.c +++ b/lib/libarchive/test/test_acl_pax.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_acl_pax.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Exercise the system-independent portion of the ACL support. diff --git a/lib/libarchive/test/test_archive_api_feature.c b/lib/libarchive/test/test_archive_api_feature.c index 3324aad58def..690461a8f1c6 100644 --- a/lib/libarchive/test/test_archive_api_feature.c +++ b/lib/libarchive/test/test_archive_api_feature.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_archive_api_feature.c,v 1.5.4.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); DEFINE_TEST(test_archive_api_feature) { diff --git a/lib/libarchive/test/test_bad_fd.c b/lib/libarchive/test/test_bad_fd.c index a0f9ae1ec799..81811753d3f3 100644 --- a/lib/libarchive/test/test_bad_fd.c +++ b/lib/libarchive/test/test_bad_fd.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_bad_fd.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* Verify that attempting to open an invalid fd returns correct error. */ DEFINE_TEST(test_bad_fd) diff --git a/lib/libarchive/test/test_compat_bzip2.c b/lib/libarchive/test/test_compat_bzip2.c index cbd113b0153a..49cdbadf0c17 100644 --- a/lib/libarchive/test/test_compat_bzip2.c +++ b/lib/libarchive/test/test_compat_bzip2.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_compat_bzip2.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Verify our ability to read sample files compatibly with bunzip2. diff --git a/lib/libarchive/test/test_compat_bzip2_1.tbz.uu b/lib/libarchive/test/test_compat_bzip2_1.tbz.uu index 8c944140b039..b8680947f0ab 100644 --- a/lib/libarchive/test/test_compat_bzip2_1.tbz.uu +++ b/lib/libarchive/test/test_compat_bzip2_1.tbz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_compat_bzip2_1.tbz.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_compat_bzip2_1.tbz M0EIH.3%!62936;12^)(``#-;D=$00`!_@``!8RT>$`0`$```""``5#5/*'J> diff --git a/lib/libarchive/test/test_compat_bzip2_2.tbz.uu b/lib/libarchive/test/test_compat_bzip2_2.tbz.uu index 286b3673b602..83943c7a1e23 100644 --- a/lib/libarchive/test/test_compat_bzip2_2.tbz.uu +++ b/lib/libarchive/test/test_compat_bzip2_2.tbz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_compat_bzip2_2.tbz.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_compat_bzip2_2.tbz M0EIH.3%!629361HI1P<``4#;D-$00`#_@``)9RT>$`0``!@P`/@#&$Q,F`F` diff --git a/lib/libarchive/test/test_compat_gtar.c b/lib/libarchive/test/test_compat_gtar.c index 41fc2f23a24e..4ebde8b03de2 100644 --- a/lib/libarchive/test/test_compat_gtar.c +++ b/lib/libarchive/test/test_compat_gtar.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_compat_gtar.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Verify our ability to read sample files created by GNU tar. diff --git a/lib/libarchive/test/test_compat_gtar_1.tar.uu b/lib/libarchive/test/test_compat_gtar_1.tar.uu index 1e8d25be8bfc..3de004100e86 100644 --- a/lib/libarchive/test/test_compat_gtar_1.tar.uu +++ b/lib/libarchive/test/test_compat_gtar_1.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_compat_gtar_1.tar.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_compat_gtar_1.tar M+B\N+T!,;VYG3&EN:P`````````````````````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_compat_gzip.c b/lib/libarchive/test/test_compat_gzip.c index eb9981d02fe9..84cd94a47cba 100644 --- a/lib/libarchive/test/test_compat_gzip.c +++ b/lib/libarchive/test/test_compat_gzip.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_compat_gzip.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Verify our ability to read sample files compatibly with gunzip. diff --git a/lib/libarchive/test/test_compat_gzip_1.tgz.uu b/lib/libarchive/test/test_compat_gzip_1.tgz.uu index 814ef67c09d7..544826929da0 100644 --- a/lib/libarchive/test/test_compat_gzip_1.tgz.uu +++ b/lib/libarchive/test/test_compat_gzip_1.tgz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_compat_gzip_1.tgz.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_compat_gzip_1.tgz M'XL(")B^(DD``W1E<W0M<W!L:70N=&%R86$`2S-DH#DP,#`P,S%1`-*&YJ:& diff --git a/lib/libarchive/test/test_compat_gzip_2.tgz.uu b/lib/libarchive/test/test_compat_gzip_2.tgz.uu index bbc62fec8b96..5e812e125be8 100644 --- a/lib/libarchive/test/test_compat_gzip_2.tgz.uu +++ b/lib/libarchive/test/test_compat_gzip_2.tgz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_compat_gzip_2.tgz.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_compat_gzip_2.tgz M'XL(`&76(DD``^W800["(!"%8=:>@ALXPP`]CXF=Q&A<:-UX>EN)C5M,AL;P diff --git a/lib/libarchive/test/test_compat_solaris_tar_acl.c b/lib/libarchive/test/test_compat_solaris_tar_acl.c index ec3955ecd7fe..541b13636aab 100644 --- a/lib/libarchive/test/test_compat_solaris_tar_acl.c +++ b/lib/libarchive/test/test_compat_solaris_tar_acl.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_compat_solaris_tar_acl.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Exercise support for reading Solaris-style ACL data diff --git a/lib/libarchive/test/test_compat_solaris_tar_acl.tar.uu b/lib/libarchive/test/test_compat_solaris_tar_acl.tar.uu index 229b335679aa..4f5457d36f42 100644 --- a/lib/libarchive/test/test_compat_solaris_tar_acl.tar.uu +++ b/lib/libarchive/test/test_compat_solaris_tar_acl.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_compat_solaris_tar_acl.tar.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_acl_solaris.tar M9FEL92UW:71H+7!O<VEX+6%C;',````````````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_compat_tar_hardlink.c b/lib/libarchive/test/test_compat_tar_hardlink.c index c1021ef584b2..fad128835c21 100644 --- a/lib/libarchive/test/test_compat_tar_hardlink.c +++ b/lib/libarchive/test/test_compat_tar_hardlink.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_compat_tar_hardlink.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Background: There are two written standards for the tar file format. diff --git a/lib/libarchive/test/test_compat_tar_hardlink_1.tar.uu b/lib/libarchive/test/test_compat_tar_hardlink_1.tar.uu index f1658a27514a..09590635e44d 100644 --- a/lib/libarchive/test/test_compat_tar_hardlink_1.tar.uu +++ b/lib/libarchive/test/test_compat_tar_hardlink_1.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_compat_tar_hardlink_1.tar.uu,v 1.1.6.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_compat_tar_hardlink_1.tar M>&UC9"TS+C,N,B]D;V-S7V0O4D5!1$UF```````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_compat_xz.c b/lib/libarchive/test/test_compat_xz.c index 9041427f8780..fffdb90dd75b 100644 --- a/lib/libarchive/test/test_compat_xz.c +++ b/lib/libarchive/test/test_compat_xz.c @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_compat_xz.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Verify our ability to read sample files compatibly with unxz. diff --git a/lib/libarchive/test/test_compat_xz_1.txz.uu b/lib/libarchive/test/test_compat_xz_1.txz.uu index 82794fd8c278..3de0dea3d304 100644 --- a/lib/libarchive/test/test_compat_xz_1.txz.uu +++ b/lib/libarchive/test/test_compat_xz_1.txz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_compat_xz_1.txz.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_compat_gzip_1.txz M_3=Z6%H```3FUK1&`@`A`18```!T+^6CX`^?`(-=`#,,/!NGC#0&C6L"2_R2 M/O9*^(7KX=WM^(=KA(RH"\09$$)!Q_+JUHQ*`]R;ITL_F3/I6:^Q0550A&)B diff --git a/lib/libarchive/test/test_compat_zip.c b/lib/libarchive/test/test_compat_zip.c index fefc6fefabdf..77a3ae5b343d 100644 --- a/lib/libarchive/test/test_compat_zip.c +++ b/lib/libarchive/test/test_compat_zip.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_compat_zip.c,v 1.5.2.2.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* Copy this function for each test file and adjust it accordingly. */ static void diff --git a/lib/libarchive/test/test_compat_zip_1.zip.uu b/lib/libarchive/test/test_compat_zip_1.zip.uu index 1ed2d69966bf..2766ed303aa8 100644 --- a/lib/libarchive/test/test_compat_zip_1.zip.uu +++ b/lib/libarchive/test/test_compat_zip_1.zip.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_compat_zip_1.zip.uu,v 1.2.4.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_compat_zip_1.zip M4$L#!!0`"``(``B$@S<````````````````4````345402U)3D8O34%.249% M4U0N34;S3<S+3$LM+M$-2RTJSLS/LU(PU#/@Y7+,0Q)Q+$A,SDA5`(H!)<U! diff --git a/lib/libarchive/test/test_empty_write.c b/lib/libarchive/test/test_empty_write.c index 9980e3aa8497..f031861b27ce 100644 --- a/lib/libarchive/test/test_empty_write.c +++ b/lib/libarchive/test/test_empty_write.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_empty_write.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); DEFINE_TEST(test_empty_write) { diff --git a/lib/libarchive/test/test_entry.c b/lib/libarchive/test/test_entry.c index b79e822cc723..2e4c61c6a8ca 100644 --- a/lib/libarchive/test/test_entry.c +++ b/lib/libarchive/test/test_entry.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_entry.c,v 1.12.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <locale.h> diff --git a/lib/libarchive/test/test_entry_strmode.c b/lib/libarchive/test/test_entry_strmode.c index 5ede8b6f2172..cb322ad35486 100644 --- a/lib/libarchive/test/test_entry_strmode.c +++ b/lib/libarchive/test/test_entry_strmode.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_entry_strmode.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); DEFINE_TEST(test_entry_strmode) { diff --git a/lib/libarchive/test/test_extattr_freebsd.c b/lib/libarchive/test/test_extattr_freebsd.c index 19881c2ece59..e8138bcd2868 100644 --- a/lib/libarchive/test/test_extattr_freebsd.c +++ b/lib/libarchive/test/test_extattr_freebsd.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_extattr_freebsd.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #if defined(__FreeBSD__) && __FreeBSD__ > 4 #include <sys/extattr.h> diff --git a/lib/libarchive/test/test_fuzz.c b/lib/libarchive/test/test_fuzz.c index 9c5a05615903..f505a3b2f615 100644 --- a/lib/libarchive/test/test_fuzz.c +++ b/lib/libarchive/test/test_fuzz.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_fuzz.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * This was inspired by an ISO fuzz tester written by Michal Zalewski diff --git a/lib/libarchive/test/test_fuzz_1.iso.uu b/lib/libarchive/test/test_fuzz_1.iso.uu index 42e9300d5932..dc36e9a90b73 100644 --- a/lib/libarchive/test/test_fuzz_1.iso.uu +++ b/lib/libarchive/test/test_fuzz_1.iso.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_fuzz_1.iso.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_fuzz_1.iso M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_link_resolver.c b/lib/libarchive/test/test_link_resolver.c index 032c05951078..752811edcdbd 100644 --- a/lib/libarchive/test/test_link_resolver.c +++ b/lib/libarchive/test/test_link_resolver.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_link_resolver.c,v 1.2.6.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static void test_linkify_tar(void) { diff --git a/lib/libarchive/test/test_open_fd.c b/lib/libarchive/test/test_open_fd.c index 0aec1d5e9fcf..c92ddeb0a5f8 100644 --- a/lib/libarchive/test/test_open_fd.c +++ b/lib/libarchive/test/test_open_fd.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_open_fd.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); DEFINE_TEST(test_open_fd) diff --git a/lib/libarchive/test/test_open_file.c b/lib/libarchive/test/test_open_file.c index e931163de21a..242b7f9bb25e 100644 --- a/lib/libarchive/test/test_open_file.c +++ b/lib/libarchive/test/test_open_file.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_open_file.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); DEFINE_TEST(test_open_file) { diff --git a/lib/libarchive/test/test_open_filename.c b/lib/libarchive/test/test_open_filename.c index b096afcb4ed0..671f7387f566 100644 --- a/lib/libarchive/test/test_open_filename.c +++ b/lib/libarchive/test/test_open_filename.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_open_filename.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); DEFINE_TEST(test_open_filename) { diff --git a/lib/libarchive/test/test_pax_filename_encoding.c b/lib/libarchive/test/test_pax_filename_encoding.c index 45f984839caf..9489bf40e8be 100644 --- a/lib/libarchive/test/test_pax_filename_encoding.c +++ b/lib/libarchive/test/test_pax_filename_encoding.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_pax_filename_encoding.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <locale.h> diff --git a/lib/libarchive/test/test_pax_filename_encoding.tar.uu b/lib/libarchive/test/test_pax_filename_encoding.tar.uu index e7773fdedd91..1b90085770a8 100644 --- a/lib/libarchive/test/test_pax_filename_encoding.tar.uu +++ b/lib/libarchive/test/test_pax_filename_encoding.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_pax_filename_encoding.tar.uu,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_pax_filename_encoding.tar M4&%X2&5A9&5R+V%B8\R,;6YO6'AY>@`````````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_read_compress_program.c b/lib/libarchive/test/test_read_compress_program.c index 042c6159c486..1c510010e3d8 100644 --- a/lib/libarchive/test/test_read_compress_program.c +++ b/lib/libarchive/test/test_read_compress_program.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_compress_program.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 31,139,8,0,222,'C','p','C',0,3,211,'c',160,'=','0','0','0','0','7','5','U', diff --git a/lib/libarchive/test/test_read_data_large.c b/lib/libarchive/test/test_read_data_large.c index 76b9e1283783..7fcf65e7cfac 100644 --- a/lib/libarchive/test/test_read_data_large.c +++ b/lib/libarchive/test/test_read_data_large.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_data_large.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Test read/write of a 10M block of data in a single operation. diff --git a/lib/libarchive/test/test_read_disk.c b/lib/libarchive/test/test_read_disk.c index cd87c5ba39cd..c5c233949bc2 100644 --- a/lib/libarchive/test/test_read_disk.c +++ b/lib/libarchive/test/test_read_disk.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_disk.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static void gname_cleanup(void *d) diff --git a/lib/libarchive/test/test_read_disk_entry_from_file.c b/lib/libarchive/test/test_read_disk_entry_from_file.c index 8b3b6d79c560..892992adddf3 100644 --- a/lib/libarchive/test/test_read_disk_entry_from_file.c +++ b/lib/libarchive/test/test_read_disk_entry_from_file.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_disk_entry_from_file.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static const char * gname_lookup(void *d, gid_t g) diff --git a/lib/libarchive/test/test_read_extract.c b/lib/libarchive/test/test_read_extract.c index 887ddfde6852..b8b4678573bd 100644 --- a/lib/libarchive/test/test_read_extract.c +++ b/lib/libarchive/test/test_read_extract.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_extract.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define BUFF_SIZE 1000000 #define FILE_BUFF_SIZE 100000 diff --git a/lib/libarchive/test/test_read_file_nonexistent.c b/lib/libarchive/test/test_read_file_nonexistent.c index d8e5293eb1c4..63c1ceb78066 100644 --- a/lib/libarchive/test/test_read_file_nonexistent.c +++ b/lib/libarchive/test/test_read_file_nonexistent.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_file_nonexistent.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); DEFINE_TEST(test_read_file_nonexistent) { diff --git a/lib/libarchive/test/test_read_format_ar.c b/lib/libarchive/test/test_read_format_ar.c index f4b31de06e57..7e1852c9e4ad 100644 --- a/lib/libarchive/test/test_read_format_ar.c +++ b/lib/libarchive/test/test_read_format_ar.c @@ -26,7 +26,7 @@ */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_ar.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #if ARCHIVE_VERSION_NUMBER >= 1009000 /* diff --git a/lib/libarchive/test/test_read_format_cpio_bin.c b/lib/libarchive/test/test_read_format_cpio_bin.c index 4c81d902e957..3020fe4b85ad 100644 --- a/lib/libarchive/test/test_read_format_cpio_bin.c +++ b/lib/libarchive/test/test_read_format_cpio_bin.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_cpio_bin.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 199,'q',21,4,177,'y',237,'A',232,3,232,3,2,0,0,0,'p','C',244,'M',2,0,0,0, diff --git a/lib/libarchive/test/test_read_format_cpio_bin_Z.c b/lib/libarchive/test/test_read_format_cpio_bin_Z.c index 097292508afb..772a2ec5681d 100644 --- a/lib/libarchive/test/test_read_format_cpio_bin_Z.c +++ b/lib/libarchive/test/test_read_format_cpio_bin_Z.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_cpio_bin_Z.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 31,157,144,199,226,'T',' ',16,'+','O',187,' ',232,6,'$',20,0,160,'!',156, diff --git a/lib/libarchive/test/test_read_format_cpio_bin_be.c b/lib/libarchive/test/test_read_format_cpio_bin_be.c index 72852fccd23d..f0431ecc4459 100644 --- a/lib/libarchive/test/test_read_format_cpio_bin_be.c +++ b/lib/libarchive/test/test_read_format_cpio_bin_be.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_cpio_bin_be.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); DEFINE_TEST(test_read_format_cpio_bin_be) { diff --git a/lib/libarchive/test/test_read_format_cpio_bin_be.cpio.uu b/lib/libarchive/test/test_read_format_cpio_bin_be.cpio.uu index 999f1e0d961f..5d32aff02439 100644 --- a/lib/libarchive/test/test_read_format_cpio_bin_be.cpio.uu +++ b/lib/libarchive/test/test_read_format_cpio_bin_be.cpio.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_cpio_bin_be.cpio.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_cpio_bin_be.cpio M<<<`"#P\@:0#Z`````$``$GS"&\`%0````5F:6QE,3$Q,3(R,C(S,S,S-#0T M-```86)C9&4`<<<```````````````$`````````"P````!44D%)3$52(2$A diff --git a/lib/libarchive/test/test_read_format_cpio_bin_bz2.c b/lib/libarchive/test/test_read_format_cpio_bin_bz2.c index 90270c8f53bd..57b1cf8bd59f 100644 --- a/lib/libarchive/test/test_read_format_cpio_bin_bz2.c +++ b/lib/libarchive/test/test_read_format_cpio_bin_bz2.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_cpio_bin_bz2.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 'B','Z','h','9','1','A','Y','&','S','Y',134,'J',208,'4',0,0,30,246,141,253, diff --git a/lib/libarchive/test/test_read_format_cpio_bin_gz.c b/lib/libarchive/test/test_read_format_cpio_bin_gz.c index a57e2f14e1fd..ce9880ac73ff 100644 --- a/lib/libarchive/test/test_read_format_cpio_bin_gz.c +++ b/lib/libarchive/test/test_read_format_cpio_bin_gz.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_cpio_bin_gz.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 31,139,8,0,244,'M','p','C',0,3,';','^','(',202,178,177,242,173,227,11,230, diff --git a/lib/libarchive/test/test_read_format_cpio_bin_xz.c b/lib/libarchive/test/test_read_format_cpio_bin_xz.c index e864e5a662ce..3706a2aec14c 100644 --- a/lib/libarchive/test/test_read_format_cpio_bin_xz.c +++ b/lib/libarchive/test/test_read_format_cpio_bin_xz.c @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_cpio_bin_xz.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 0xfd, 0x37, 0x7a, 0x58, 0x5a, 0x00, 0x00, 0x04, diff --git a/lib/libarchive/test/test_read_format_cpio_odc.c b/lib/libarchive/test/test_read_format_cpio_odc.c index cc0b79b6c547..7466449870e9 100644 --- a/lib/libarchive/test/test_read_format_cpio_odc.c +++ b/lib/libarchive/test/test_read_format_cpio_odc.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_cpio_odc.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { '0','7','0','7','0','7','0','0','2','0','2','5','0','7','4','6','6','1','0', diff --git a/lib/libarchive/test/test_read_format_cpio_svr4_gzip.c b/lib/libarchive/test/test_read_format_cpio_svr4_gzip.c index 63a51c4e2837..43c4eb45607f 100644 --- a/lib/libarchive/test/test_read_format_cpio_svr4_gzip.c +++ b/lib/libarchive/test/test_read_format_cpio_svr4_gzip.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_cpio_svr4_gzip.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 31,139,8,0,236,'c',217,'D',0,3,'3','0','7','0','7','0','4','0','0',181,'0', diff --git a/lib/libarchive/test/test_read_format_cpio_svr4c_Z.c b/lib/libarchive/test/test_read_format_cpio_svr4c_Z.c index 11ac091aed1e..943f292b095f 100644 --- a/lib/libarchive/test/test_read_format_cpio_svr4c_Z.c +++ b/lib/libarchive/test/test_read_format_cpio_svr4c_Z.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_cpio_svr4c_Z.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 31,157,144,'0','n',4,132,'!',3,6,140,26,'8','n',228,16,19,195,160,'A',26, diff --git a/lib/libarchive/test/test_read_format_empty.c b/lib/libarchive/test/test_read_format_empty.c index e0fa9a5830dc..8bd2e7a83a15 100644 --- a/lib/libarchive/test/test_read_format_empty.c +++ b/lib/libarchive/test/test_read_format_empty.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_empty.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 0 }; diff --git a/lib/libarchive/test/test_read_format_gtar_gz.c b/lib/libarchive/test/test_read_format_gtar_gz.c index 8f12a6553984..94f216f12310 100644 --- a/lib/libarchive/test/test_read_format_gtar_gz.c +++ b/lib/libarchive/test/test_read_format_gtar_gz.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_gtar_gz.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 31,139,8,0,'+','e',217,'D',0,3,211,211,'g',160,'9','0',0,2,'s','S','S',16, diff --git a/lib/libarchive/test/test_read_format_gtar_lzma.c b/lib/libarchive/test/test_read_format_gtar_lzma.c index f19d0b85f884..74604d21b2fe 100644 --- a/lib/libarchive/test/test_read_format_gtar_lzma.c +++ b/lib/libarchive/test/test_read_format_gtar_lzma.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_gtar_lzma.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 0x5d, 0x0, 0x0, 0x80, 0x0, 0x0, 0x28, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, diff --git a/lib/libarchive/test/test_read_format_gtar_sparse.c b/lib/libarchive/test/test_read_format_gtar_sparse.c index f6c9d42311e1..359dac429016 100644 --- a/lib/libarchive/test/test_read_format_gtar_sparse.c +++ b/lib/libarchive/test/test_read_format_gtar_sparse.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_gtar_sparse.c,v 1.12.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); struct contents { diff --git a/lib/libarchive/test/test_read_format_gtar_sparse_1_13.tar.uu b/lib/libarchive/test/test_read_format_gtar_sparse_1_13.tar.uu index 7b19d671ac5c..b072b6bb3631 100644 --- a/lib/libarchive/test/test_read_format_gtar_sparse_1_13.tar.uu +++ b/lib/libarchive/test/test_read_format_gtar_sparse_1_13.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_gtar_sparse_1_13.tar.uu,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_gtar_sparse_1_13.tar M<W!A<G-E```````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_read_format_gtar_sparse_1_17.tar.uu b/lib/libarchive/test/test_read_format_gtar_sparse_1_17.tar.uu index f8985b077b94..76e9827e6276 100644 --- a/lib/libarchive/test/test_read_format_gtar_sparse_1_17.tar.uu +++ b/lib/libarchive/test/test_read_format_gtar_sparse_1_17.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_gtar_sparse_1_17.tar.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_gtar_sparse_1_17.tar M<W!A<G-E```````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix00.tar.uu b/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix00.tar.uu index d19dead5f909..57f9cb5e33ee 100644 --- a/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix00.tar.uu +++ b/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix00.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix00.tar.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_gtar_sparse_1_17_posix00.tar M+B]087A(96%D97)S+C,X-C4Y+W-P87)S90`````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix01.tar.uu b/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix01.tar.uu index 7fa0af9cc702..ecb70aa11b56 100644 --- a/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix01.tar.uu +++ b/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix01.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix01.tar.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_gtar_sparse_1_17_posix01.tar M+B]087A(96%D97)S+C,X-C8Q+W-P87)S90`````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10.tar.uu b/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10.tar.uu index ca1f12b4b910..e22293462828 100644 --- a/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10.tar.uu +++ b/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10.tar.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_gtar_sparse_1_17_posix10.tar M+B]087A(96%D97)S+C,X-C8S+W-P87)S90`````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu b/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu index a0673de19d35..997da4ec9a72 100644 --- a/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu +++ b/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu,v 1.2.4.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_gtar_sparse_1_17_posix10_modified.tar M+B]087A(96%D97)S+C,X-C8S+W-P87)S90`````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_read_format_iso_gz.c b/lib/libarchive/test/test_read_format_iso_gz.c index 73c841588c54..5ca0a2dab172 100644 --- a/lib/libarchive/test/test_read_format_iso_gz.c +++ b/lib/libarchive/test/test_read_format_iso_gz.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_iso_gz.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); DEFINE_TEST(test_read_format_iso_gz) { diff --git a/lib/libarchive/test/test_read_format_iso_gz.iso.gz.uu b/lib/libarchive/test/test_read_format_iso_gz.iso.gz.uu index 759e5b64adfb..49f96538b8a3 100644 --- a/lib/libarchive/test/test_read_format_iso_gz.iso.gz.uu +++ b/lib/libarchive/test/test_read_format_iso_gz.iso.gz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_iso_gz.iso.gz.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 755 test_read_format_iso_gz.iso.gz M'XL(",E2<$,``W1E<W0M<F5A9%]F;W)M870N:7-O`.W;WVO30!P`\-072WT4 MJ8^'#Z+@VK1=5[JWK4FWSOZ09!/V)`4[&#(+Z_#OW7^BZ681'=L8#"?S\R&Y diff --git a/lib/libarchive/test/test_read_format_isojoliet_bz2.c b/lib/libarchive/test/test_read_format_isojoliet_bz2.c index 7b11bbbfceec..e4a0c46d8be9 100644 --- a/lib/libarchive/test/test_read_format_isojoliet_bz2.c +++ b/lib/libarchive/test/test_read_format_isojoliet_bz2.c @@ -27,7 +27,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_isojoliet_bz2.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* Execute the following to rebuild the data for this program: diff --git a/lib/libarchive/test/test_read_format_isojoliet_bz2.iso.bz2.uu b/lib/libarchive/test/test_read_format_isojoliet_bz2.iso.bz2.uu index 0cf1de8b8ab4..802731a0bb09 100644 --- a/lib/libarchive/test/test_read_format_isojoliet_bz2.iso.bz2.uu +++ b/lib/libarchive/test/test_read_format_isojoliet_bz2.iso.bz2.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_isojoliet_bz2.iso.bz2.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_isojoliet_bz2.iso.bz2 M0EIH.3%!62936??^FX(``/9_^__?1_?^8__L/__?8:?_W&8@Z@$`9``008"` M``+)"-`$/@=NN!W8[`8#23*GY-3U$](,0:`:`&"`9``9``T-'J::>B/4``#0 diff --git a/lib/libarchive/test/test_read_format_isojolietrr_bz2.iso.bz2.uu b/lib/libarchive/test/test_read_format_isojolietrr_bz2.iso.bz2.uu index 9258c186595e..501de0d97c9b 100644 --- a/lib/libarchive/test/test_read_format_isojolietrr_bz2.iso.bz2.uu +++ b/lib/libarchive/test/test_read_format_isojolietrr_bz2.iso.bz2.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_isojolietrr_bz2.iso.bz2.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_isojolietrr_bz2.iso.bz2 M0EIH.3%!6293695"/:0``/9_^__?1??^8_WL/__?8:?_W&8@Z@$`9``008"` M``+)"-`$/@36`T;`8#*3*GY3U-$R`T::`&F@`!HQ`T9&FC0T!Z@8C0``-"-$ diff --git a/lib/libarchive/test/test_read_format_isorr_bz2.c b/lib/libarchive/test/test_read_format_isorr_bz2.c index cd53c7c7aa17..1bfbe395892d 100644 --- a/lib/libarchive/test/test_read_format_isorr_bz2.c +++ b/lib/libarchive/test/test_read_format_isorr_bz2.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_isorr_bz2.c,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* Execute the following command to rebuild the data for this program: diff --git a/lib/libarchive/test/test_read_format_isorr_bz2.iso.bz2.uu b/lib/libarchive/test/test_read_format_isorr_bz2.iso.bz2.uu index f675794de00f..24a13abeebbb 100644 --- a/lib/libarchive/test/test_read_format_isorr_bz2.iso.bz2.uu +++ b/lib/libarchive/test/test_read_format_isorr_bz2.iso.bz2.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_isorr_bz2.iso.bz2.uu,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_isorr_bz2.iso.bz2 M0EIH.3%!629363S[0-4``,?_W?__R_158__Z/__?8*?OWB8AZB2```4@`,0" M@0C0`SX`6UH$P:F@32FCU-D1Z@#U'J!HT>H#0`!H`T9`#U-#33(-`-3TFA#1 diff --git a/lib/libarchive/test/test_read_format_mtree.c b/lib/libarchive/test/test_read_format_mtree.c index b13034fbf4d3..fb0b5244806e 100644 --- a/lib/libarchive/test/test_read_format_mtree.c +++ b/lib/libarchive/test/test_read_format_mtree.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_mtree.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* Single entry with a hardlink. */ static unsigned char archive[] = { diff --git a/lib/libarchive/test/test_read_format_pax_bz2.c b/lib/libarchive/test/test_read_format_pax_bz2.c index a0b74e1863df..e1d35591a2f6 100644 --- a/lib/libarchive/test/test_read_format_pax_bz2.c +++ b/lib/libarchive/test/test_read_format_pax_bz2.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_pax_bz2.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 'B','Z','h','9','1','A','Y','&','S','Y',152,180,30,185,0,0,140,127,176,212, diff --git a/lib/libarchive/test/test_read_format_raw.c b/lib/libarchive/test/test_read_format_raw.c index f036d0c190bb..cc619aee1653 100644 --- a/lib/libarchive/test/test_read_format_raw.c +++ b/lib/libarchive/test/test_read_format_raw.c @@ -26,7 +26,7 @@ */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_raw.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); DEFINE_TEST(test_read_format_raw) { diff --git a/lib/libarchive/test/test_read_format_raw.data.Z.uu b/lib/libarchive/test/test_read_format_raw.data.Z.uu index 82add2ff1aca..8ecb2a722be7 100644 --- a/lib/libarchive/test/test_read_format_raw.data.Z.uu +++ b/lib/libarchive/test/test_read_format_raw.data.Z.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_raw.data.Z.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_raw.data.Z ('YV09MZ\40`` ` diff --git a/lib/libarchive/test/test_read_format_raw.data.uu b/lib/libarchive/test/test_read_format_raw.data.uu index 1a3002a56d8a..2203e3994f22 100644 --- a/lib/libarchive/test/test_read_format_raw.data.uu +++ b/lib/libarchive/test/test_read_format_raw.data.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_raw.data.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_raw.data $9F]O"@`` ` diff --git a/lib/libarchive/test/test_read_format_tar.c b/lib/libarchive/test/test_read_format_tar.c index e34da1bb1cda..3776a57d5359 100644 --- a/lib/libarchive/test/test_read_format_tar.c +++ b/lib/libarchive/test/test_read_format_tar.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_tar.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Each of these archives is a short archive with a single entry. The diff --git a/lib/libarchive/test/test_read_format_tar_empty_filename.c b/lib/libarchive/test/test_read_format_tar_empty_filename.c index 4eb249e7c0c2..7b31bab8886a 100644 --- a/lib/libarchive/test/test_read_format_tar_empty_filename.c +++ b/lib/libarchive/test/test_read_format_tar_empty_filename.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_tar_empty_filename.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Tar entries with empty filenames are unusual, but shouldn't crash us. diff --git a/lib/libarchive/test/test_read_format_tar_empty_filename.tar.uu b/lib/libarchive/test/test_read_format_tar_empty_filename.tar.uu index 08aaf2870719..ff5d63463d7a 100644 --- a/lib/libarchive/test/test_read_format_tar_empty_filename.tar.uu +++ b/lib/libarchive/test/test_read_format_tar_empty_filename.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_tar_empty_filename.tar.uu,v 1.2.6.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_compat_tar_1.tar M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/lib/libarchive/test/test_read_format_tbz.c b/lib/libarchive/test/test_read_format_tbz.c index 00d4094b9dfc..6031706e53aa 100644 --- a/lib/libarchive/test/test_read_format_tbz.c +++ b/lib/libarchive/test/test_read_format_tbz.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_tbz.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 'B','Z','h','9','1','A','Y','&','S','Y',237,7,140,'W',0,0,27,251,144,208, diff --git a/lib/libarchive/test/test_read_format_tgz.c b/lib/libarchive/test/test_read_format_tgz.c index 6b27d3cad080..829f6968ddef 100644 --- a/lib/libarchive/test/test_read_format_tgz.c +++ b/lib/libarchive/test/test_read_format_tgz.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_tgz.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 31,139,8,0,222,'C','p','C',0,3,211,'c',160,'=','0','0','0','0','7','5','U', diff --git a/lib/libarchive/test/test_read_format_txz.c b/lib/libarchive/test/test_read_format_txz.c index 4d088b2e9e5a..ee3ffeeafb13 100644 --- a/lib/libarchive/test/test_read_format_txz.c +++ b/lib/libarchive/test/test_read_format_txz.c @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_txz.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 253, 55,122, 88, 90, 0, 0, 4,230,214,180, 70, 2, 0, 33, 1, diff --git a/lib/libarchive/test/test_read_format_tz.c b/lib/libarchive/test/test_read_format_tz.c index 3dd001f2f953..8627311af742 100644 --- a/lib/libarchive/test/test_read_format_tz.c +++ b/lib/libarchive/test/test_read_format_tz.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_tz.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char archive[] = { 31,157,144,'.',0,8,28,'H',176,160,193,131,8,19,'*','\\',200,176,'!','B',24, diff --git a/lib/libarchive/test/test_read_format_zip.c b/lib/libarchive/test/test_read_format_zip.c index 8c7059dec8c1..98ccf1360136 100644 --- a/lib/libarchive/test/test_read_format_zip.c +++ b/lib/libarchive/test/test_read_format_zip.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_format_zip.c,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * The reference file for this has been manually tweaked so that: diff --git a/lib/libarchive/test/test_read_format_zip.zip.uu b/lib/libarchive/test/test_read_format_zip.zip.uu index 1e0cb221e956..cb0abe95e4ae 100644 --- a/lib/libarchive/test/test_read_format_zip.zip.uu +++ b/lib/libarchive/test/test_read_format_zip.zip.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libarchive/test/test_read_format_zip.zip.uu,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 test_read_format_zip.zip M4$L#!`H`"````%EFLS8````````````````$`!4`9&ER+U54"0`#&55/1M19 M_4A5>`0`Z`/H`U!+!P@```````````````!02P,$%`````@`;V:S-CHW9CT* diff --git a/lib/libarchive/test/test_read_large.c b/lib/libarchive/test/test_read_large.c index c524ae8a85a6..98eeb93d252b 100644 --- a/lib/libarchive/test/test_read_large.c +++ b/lib/libarchive/test/test_read_large.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_large.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char testdata[10 * 1024 * 1024]; static unsigned char testdatacopy[10 * 1024 * 1024]; diff --git a/lib/libarchive/test/test_read_pax_truncated.c b/lib/libarchive/test/test_read_pax_truncated.c index 393fd9fca556..413289aa0be4 100644 --- a/lib/libarchive/test/test_read_pax_truncated.c +++ b/lib/libarchive/test/test_read_pax_truncated.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_pax_truncated.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); DEFINE_TEST(test_read_pax_truncated) { diff --git a/lib/libarchive/test/test_read_position.c b/lib/libarchive/test/test_read_position.c index bc7b53b85755..18ee11fdf3af 100644 --- a/lib/libarchive/test/test_read_position.c +++ b/lib/libarchive/test/test_read_position.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_position.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static unsigned char nulls[10000]; static unsigned char buff[10000000]; diff --git a/lib/libarchive/test/test_read_truncated.c b/lib/libarchive/test/test_read_truncated.c index 4c1fec3c8aa6..fe52935cb516 100644 --- a/lib/libarchive/test/test_read_truncated.c +++ b/lib/libarchive/test/test_read_truncated.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_read_truncated.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); char buff[1000000]; char buff2[100000]; diff --git a/lib/libarchive/test/test_tar_filenames.c b/lib/libarchive/test/test_tar_filenames.c index ac6df3e21c6c..510aade923a2 100644 --- a/lib/libarchive/test/test_tar_filenames.c +++ b/lib/libarchive/test/test_tar_filenames.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_tar_filenames.c,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Exercise various lengths of filenames in tar archives, diff --git a/lib/libarchive/test/test_tar_large.c b/lib/libarchive/test/test_tar_large.c index b2b8e5dbfdc7..27928f8ae87b 100644 --- a/lib/libarchive/test/test_tar_large.c +++ b/lib/libarchive/test/test_tar_large.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_tar_large.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <errno.h> #include <stdlib.h> diff --git a/lib/libarchive/test/test_ustar_filenames.c b/lib/libarchive/test/test_ustar_filenames.c index 09cb85744bef..b1299ca64386 100644 --- a/lib/libarchive/test/test_ustar_filenames.c +++ b/lib/libarchive/test/test_ustar_filenames.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_ustar_filenames.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Exercise various lengths of filenames in ustar archives. diff --git a/lib/libarchive/test/test_write_compress.c b/lib/libarchive/test/test_write_compress.c index e1b8f3c86371..dfa607e9fa5b 100644 --- a/lib/libarchive/test/test_write_compress.c +++ b/lib/libarchive/test/test_write_compress.c @@ -25,7 +25,7 @@ */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_compress.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * A basic exercise of compress reading and writing. diff --git a/lib/libarchive/test/test_write_compress_bzip2.c b/lib/libarchive/test/test_write_compress_bzip2.c index 54c8a50965c1..11646ef8604e 100644 --- a/lib/libarchive/test/test_write_compress_bzip2.c +++ b/lib/libarchive/test/test_write_compress_bzip2.c @@ -25,7 +25,7 @@ */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_compress_bzip2.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * A basic exercise of bzip2 reading and writing. diff --git a/lib/libarchive/test/test_write_compress_gzip.c b/lib/libarchive/test/test_write_compress_gzip.c index 9e42b137a04c..85c318723178 100644 --- a/lib/libarchive/test/test_write_compress_gzip.c +++ b/lib/libarchive/test/test_write_compress_gzip.c @@ -25,7 +25,7 @@ */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_compress_gzip.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * A basic exercise of gzip reading and writing. diff --git a/lib/libarchive/test/test_write_compress_lzma.c b/lib/libarchive/test/test_write_compress_lzma.c index 639e58f6c1d4..8af403eb86d9 100644 --- a/lib/libarchive/test/test_write_compress_lzma.c +++ b/lib/libarchive/test/test_write_compress_lzma.c @@ -25,7 +25,7 @@ */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_compress_lzma.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * A basic exercise of lzma reading and writing. diff --git a/lib/libarchive/test/test_write_compress_program.c b/lib/libarchive/test/test_write_compress_program.c index 713638e7eb69..2f27da6cccad 100644 --- a/lib/libarchive/test/test_write_compress_program.c +++ b/lib/libarchive/test/test_write_compress_program.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_compress_program.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); char buff[1000000]; char buff2[64]; diff --git a/lib/libarchive/test/test_write_compress_xz.c b/lib/libarchive/test/test_write_compress_xz.c index 988fb6e879df..67b3037550dc 100644 --- a/lib/libarchive/test/test_write_compress_xz.c +++ b/lib/libarchive/test/test_write_compress_xz.c @@ -25,7 +25,7 @@ */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_compress_xz.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * A basic exercise of xz reading and writing. diff --git a/lib/libarchive/test/test_write_disk.c b/lib/libarchive/test/test_write_disk.c index c0b22e58a125..4d4a8b36816b 100644 --- a/lib/libarchive/test/test_write_disk.c +++ b/lib/libarchive/test/test_write_disk.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_disk.c,v 1.18.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #if ARCHIVE_VERSION_NUMBER >= 1009000 diff --git a/lib/libarchive/test/test_write_disk_failures.c b/lib/libarchive/test/test_write_disk_failures.c index 1befbac61d85..03d85860bbbc 100644 --- a/lib/libarchive/test/test_write_disk_failures.c +++ b/lib/libarchive/test/test_write_disk_failures.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_disk_failures.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #if ARCHIVE_VERSION_NUMBER >= 1009000 diff --git a/lib/libarchive/test/test_write_disk_hardlink.c b/lib/libarchive/test/test_write_disk_hardlink.c index 2ab242093a61..ac5b166dd515 100644 --- a/lib/libarchive/test/test_write_disk_hardlink.c +++ b/lib/libarchive/test/test_write_disk_hardlink.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_disk_hardlink.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #if defined(_WIN32) && !defined(__CYGWIN__) /* Execution bits, Group members bits and others bits do not work. */ diff --git a/lib/libarchive/test/test_write_disk_perms.c b/lib/libarchive/test/test_write_disk_perms.c index 3d9be27e5964..b3ed45e0f155 100644 --- a/lib/libarchive/test/test_write_disk_perms.c +++ b/lib/libarchive/test/test_write_disk_perms.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_disk_perms.c,v 1.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #if ARCHIVE_VERSION_NUMBER >= 1009000 && (!defined(_WIN32) || defined(__CYGWIN__)) diff --git a/lib/libarchive/test/test_write_disk_secure.c b/lib/libarchive/test/test_write_disk_secure.c index d41748907b8f..95be9fb0bb5c 100644 --- a/lib/libarchive/test/test_write_disk_secure.c +++ b/lib/libarchive/test/test_write_disk_secure.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_disk_secure.c,v 1.11.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define UMASK 022 diff --git a/lib/libarchive/test/test_write_disk_sparse.c b/lib/libarchive/test/test_write_disk_sparse.c index c9c00d3d1e61..555870544369 100644 --- a/lib/libarchive/test/test_write_disk_sparse.c +++ b/lib/libarchive/test/test_write_disk_sparse.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_disk_sparse.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Write a file using archive_write_data call, read the file diff --git a/lib/libarchive/test/test_write_disk_times.c b/lib/libarchive/test/test_write_disk_times.c index 2891e3612aff..eb86bdeec13f 100644 --- a/lib/libarchive/test/test_write_disk_times.c +++ b/lib/libarchive/test/test_write_disk_times.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_disk_times.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Exercise time restores in archive_write_disk(), including diff --git a/lib/libarchive/test/test_write_format_ar.c b/lib/libarchive/test/test_write_format_ar.c index 81224b37f428..24cf3dd0ea77 100644 --- a/lib/libarchive/test/test_write_format_ar.c +++ b/lib/libarchive/test/test_write_format_ar.c @@ -26,7 +26,7 @@ */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_ar.c,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); char buff[4096]; char buff2[64]; diff --git a/lib/libarchive/test/test_write_format_cpio.c b/lib/libarchive/test/test_write_format_cpio.c index ffc1d7a06d58..f5c372766bc0 100644 --- a/lib/libarchive/test/test_write_format_cpio.c +++ b/lib/libarchive/test/test_write_format_cpio.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_cpio.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* The version stamp macro was introduced after cpio write support. */ #if ARCHIVE_VERSION_NUMBER >= 1009000 diff --git a/lib/libarchive/test/test_write_format_cpio_empty.c b/lib/libarchive/test/test_write_format_cpio_empty.c index 81f17a415acf..6495f5c0b55f 100644 --- a/lib/libarchive/test/test_write_format_cpio_empty.c +++ b/lib/libarchive/test/test_write_format_cpio_empty.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_cpio_empty.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Check that an "empty" cpio archive is correctly created. diff --git a/lib/libarchive/test/test_write_format_cpio_newc.c b/lib/libarchive/test/test_write_format_cpio_newc.c index 512df7422912..c871f7fbf123 100644 --- a/lib/libarchive/test/test_write_format_cpio_newc.c +++ b/lib/libarchive/test/test_write_format_cpio_newc.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_cpio_newc.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static int diff --git a/lib/libarchive/test/test_write_format_cpio_odc.c b/lib/libarchive/test/test_write_format_cpio_odc.c index 73cc3e6218c5..8dea3a755ffd 100644 --- a/lib/libarchive/test/test_write_format_cpio_odc.c +++ b/lib/libarchive/test/test_write_format_cpio_odc.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_cpio_odc.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static int diff --git a/lib/libarchive/test/test_write_format_mtree.c b/lib/libarchive/test/test_write_format_mtree.c index b9de42261f8b..c09cfe89c875 100644 --- a/lib/libarchive/test/test_write_format_mtree.c +++ b/lib/libarchive/test/test_write_format_mtree.c @@ -25,7 +25,7 @@ */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_mtree.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static char buff[4096]; static struct { diff --git a/lib/libarchive/test/test_write_format_pax.c b/lib/libarchive/test/test_write_format_pax.c index 06cfca6fe992..3737043ec2e7 100644 --- a/lib/libarchive/test/test_write_format_pax.c +++ b/lib/libarchive/test/test_write_format_pax.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_pax.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); char buff2[64]; diff --git a/lib/libarchive/test/test_write_format_shar_empty.c b/lib/libarchive/test/test_write_format_shar_empty.c index 173791be4f71..e000a1e88dfa 100644 --- a/lib/libarchive/test/test_write_format_shar_empty.c +++ b/lib/libarchive/test/test_write_format_shar_empty.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_shar_empty.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Check that an "empty" shar archive is correctly created as an empty file. diff --git a/lib/libarchive/test/test_write_format_tar.c b/lib/libarchive/test/test_write_format_tar.c index ef210e63ff21..9a0f27eada69 100644 --- a/lib/libarchive/test/test_write_format_tar.c +++ b/lib/libarchive/test/test_write_format_tar.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_tar.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); char buff[1000000]; char buff2[64]; diff --git a/lib/libarchive/test/test_write_format_tar_empty.c b/lib/libarchive/test/test_write_format_tar_empty.c index 570325379556..9ca72c75a8d0 100644 --- a/lib/libarchive/test/test_write_format_tar_empty.c +++ b/lib/libarchive/test/test_write_format_tar_empty.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_tar_empty.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Check that an "empty" tar archive is correctly created. diff --git a/lib/libarchive/test/test_write_format_tar_ustar.c b/lib/libarchive/test/test_write_format_tar_ustar.c index 3adacb4e90d1..2e965bd743fc 100644 --- a/lib/libarchive/test/test_write_format_tar_ustar.c +++ b/lib/libarchive/test/test_write_format_tar_ustar.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_format_tar_ustar.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); static int is_null(const char *p, size_t l) diff --git a/lib/libarchive/test/test_write_open_memory.c b/lib/libarchive/test/test_write_open_memory.c index 14ce6e972fb0..a59f465dfc62 100644 --- a/lib/libarchive/test/test_write_open_memory.c +++ b/lib/libarchive/test/test_write_open_memory.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libarchive/test/test_write_open_memory.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* Try to force archive_write_open_memory.c to write past the end of an array. */ static unsigned char buff[16384]; |
