Date: Sun, 17 Jul 2011 21:33:15 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c cmdline.c config_freebsd.h err.c err.h line_reader.c line_reader.h matching.c matching.h pathmatch.c pathmatch.h read.c subst.c util.c write.c src/usr.bin/tar/test Makefile main.c test.h ... Message-ID: <201107172133.p6HLXevV096757@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mm 2011-07-17 21:33:15 UTC
FreeBSD src repository
Modified files:
usr.bin/tar Makefile bsdtar.1 bsdtar.c cmdline.c
config_freebsd.h read.c subst.c util.c
write.c
usr.bin/tar/test Makefile main.c test.h test_0.c
test_basic.c test_copy.c test_help.c
test_option_q.c test_option_s.c
test_patterns.c test_patterns_2.tar.uu
test_patterns_3.tar.uu
test_patterns_4.tar.uu test_stdio.c
test_strip_components.c
test_symlink_dir.c test_version.c
Added files:
usr.bin/tar/test test_empty_mtree.c test_option_T_upper.c
test_option_r.c
Removed files:
usr.bin/tar err.c err.h line_reader.c line_reader.h
matching.c matching.h pathmatch.c
pathmatch.h
usr.bin/tar/test test_option_T.c
Log:
SVN rev 224153 on 2011-07-17 21:33:15Z by mm
Update bsdtar to 2.8.4
Use common code from lib/libarchive/libarchive_fe
Approved by: kientzle
MFC after: 2 weeks
Revision Changes Path
1.54 +11 -7 src/usr.bin/tar/Makefile
1.55 +2 -2 src/usr.bin/tar/bsdtar.1
1.108 +35 -30 src/usr.bin/tar/bsdtar.c
1.5 +6 -6 src/usr.bin/tar/cmdline.c
1.12 +2 -1 src/usr.bin/tar/config_freebsd.h
1.2 +0 -74 src/usr.bin/tar/err.c (dead)
1.2 +0 -43 src/usr.bin/tar/err.h (dead)
1.2 +0 -171 src/usr.bin/tar/line_reader.c (dead)
1.2 +0 -37 src/usr.bin/tar/line_reader.h (dead)
1.22 +0 -281 src/usr.bin/tar/matching.c (dead)
1.2 +0 -46 src/usr.bin/tar/matching.h (dead)
1.3 +0 -255 src/usr.bin/tar/pathmatch.c (dead)
1.2 +0 -42 src/usr.bin/tar/pathmatch.h (dead)
1.50 +11 -11 src/usr.bin/tar/read.c
1.8 +11 -11 src/usr.bin/tar/subst.c
1.10 +4 -2 src/usr.bin/tar/test/Makefile
1.11 +1678 -555 src/usr.bin/tar/test/main.c
1.9 +166 -42 src/usr.bin/tar/test/test.h
1.5 +1 -1 src/usr.bin/tar/test/test_0.c
1.5 +30 -100 src/usr.bin/tar/test/test_basic.c
1.7 +218 -183 src/usr.bin/tar/test/test_copy.c
1.1 +45 -0 src/usr.bin/tar/test/test_empty_mtree.c (new)
1.3 +3 -0 src/usr.bin/tar/test/test_help.c
1.7 +0 -153 src/usr.bin/tar/test/test_option_T.c (dead)
1.1 +188 -0 src/usr.bin/tar/test/test_option_T_upper.c (new)
1.4 +40 -36 src/usr.bin/tar/test/test_option_q.c
1.1 +117 -0 src/usr.bin/tar/test/test_option_r.c (new)
1.4 +15 -14 src/usr.bin/tar/test/test_option_s.c
1.10 +22 -21 src/usr.bin/tar/test/test_patterns.c
1.2 +1 -0 src/usr.bin/tar/test/test_patterns_2.tar.uu
1.2 +1 -0 src/usr.bin/tar/test/test_patterns_3.tar.uu
1.2 +1 -0 src/usr.bin/tar/test/test_patterns_4.tar.uu
1.3 +17 -16 src/usr.bin/tar/test/test_stdio.c
1.6 +29 -30 src/usr.bin/tar/test/test_strip_components.c
1.4 +69 -102 src/usr.bin/tar/test/test_symlink_dir.c
1.4 +2 -1 src/usr.bin/tar/test/test_version.c
1.32 +7 -7 src/usr.bin/tar/util.c
1.99 +45 -45 src/usr.bin/tar/write.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107172133.p6HLXevV096757>
