]> Zhao Yanbai Git Server - minix.git/commit
new command: bsdtar.
authorBen Gras <ben@minix3.org>
Tue, 13 Jul 2010 19:28:09 +0000 (19:28 +0000)
committerBen Gras <ben@minix3.org>
Tue, 13 Jul 2010 19:28:09 +0000 (19:28 +0000)
commitba759ef03e19a37ae0b805fe46531fe1e6bddd71
tree9e46a40140291e7c6f3c5cd0a6afd63818108ff7
parent470ab03b866c30eb150b8020c5cf8517ee5b8c5d
new command: bsdtar.
73 files changed:
commands/Makefile
commands/bsdtar/Makefile [new file with mode: 0644]
commands/bsdtar/bsdtar.1 [new file with mode: 0644]
commands/bsdtar/bsdtar.c [new file with mode: 0644]
commands/bsdtar/bsdtar.h [new file with mode: 0644]
commands/bsdtar/bsdtar_platform.h [new file with mode: 0644]
commands/bsdtar/cmdline.c [new file with mode: 0644]
commands/bsdtar/config.h [new file with mode: 0644]
commands/bsdtar/getdate.c [new file with mode: 0644]
commands/bsdtar/libarchive_fe/Makefile.inc [new file with mode: 0644]
commands/bsdtar/libarchive_fe/err.c [new file with mode: 0644]
commands/bsdtar/libarchive_fe/err.h [new file with mode: 0644]
commands/bsdtar/libarchive_fe/lafe_platform.h [new file with mode: 0644]
commands/bsdtar/libarchive_fe/line_reader.c [new file with mode: 0644]
commands/bsdtar/libarchive_fe/line_reader.h [new file with mode: 0644]
commands/bsdtar/libarchive_fe/matching.c [new file with mode: 0644]
commands/bsdtar/libarchive_fe/matching.h [new file with mode: 0644]
commands/bsdtar/libarchive_fe/pathmatch.c [new file with mode: 0644]
commands/bsdtar/libarchive_fe/pathmatch.h [new file with mode: 0644]
commands/bsdtar/read.c [new file with mode: 0644]
commands/bsdtar/subst.c [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-main.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_0.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_basic.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_copy.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_empty_mtree.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_getdate.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_help.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_option_T_upper.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_option_q.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_option_r.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_option_s.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_patterns.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_stdio.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_strip_components.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_symlink_dir.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_version.Po [new file with mode: 0644]
commands/bsdtar/test/.deps/bsdtar_test-test_windows.Po [new file with mode: 0644]
commands/bsdtar/test/CMakeLists.txt [new file with mode: 0644]
commands/bsdtar/test/config.sh [new file with mode: 0755]
commands/bsdtar/test/list.h [new file with mode: 0644]
commands/bsdtar/test/main.c [new file with mode: 0644]
commands/bsdtar/test/test-acl.sh [new file with mode: 0755]
commands/bsdtar/test/test-basic.sh [new file with mode: 0755]
commands/bsdtar/test/test-deep-dir.sh [new file with mode: 0755]
commands/bsdtar/test/test-flags.sh [new file with mode: 0755]
commands/bsdtar/test/test-nodump.sh [new file with mode: 0755]
commands/bsdtar/test/test-overwrite.sh [new file with mode: 0755]
commands/bsdtar/test/test-utf8.sh [new file with mode: 0755]
commands/bsdtar/test/test.h [new file with mode: 0644]
commands/bsdtar/test/test_0.c [new file with mode: 0644]
commands/bsdtar/test/test_basic.c [new file with mode: 0644]
commands/bsdtar/test/test_copy.c [new file with mode: 0644]
commands/bsdtar/test/test_empty_mtree.c [new file with mode: 0644]
commands/bsdtar/test/test_getdate.c [new file with mode: 0644]
commands/bsdtar/test/test_help.c [new file with mode: 0644]
commands/bsdtar/test/test_option_T_upper.c [new file with mode: 0644]
commands/bsdtar/test/test_option_q.c [new file with mode: 0644]
commands/bsdtar/test/test_option_r.c [new file with mode: 0644]
commands/bsdtar/test/test_option_s.c [new file with mode: 0644]
commands/bsdtar/test/test_patterns.c [new file with mode: 0644]
commands/bsdtar/test/test_patterns_2.tar.uu [new file with mode: 0644]
commands/bsdtar/test/test_patterns_3.tar.uu [new file with mode: 0644]
commands/bsdtar/test/test_patterns_4.tar.uu [new file with mode: 0644]
commands/bsdtar/test/test_stdio.c [new file with mode: 0644]
commands/bsdtar/test/test_strip_components.c [new file with mode: 0644]
commands/bsdtar/test/test_symlink_dir.c [new file with mode: 0644]
commands/bsdtar/test/test_version.c [new file with mode: 0644]
commands/bsdtar/test/test_windows.c [new file with mode: 0644]
commands/bsdtar/tree.c [new file with mode: 0644]
commands/bsdtar/tree.h [new file with mode: 0644]
commands/bsdtar/util.c [new file with mode: 0644]
commands/bsdtar/write.c [new file with mode: 0644]