]> Zhao Yanbai Git Server - minix.git/commit
Upgrading pax. 85/85/2
authorLionel Sambuc <lionel@minix3.org>
Mon, 22 Oct 2012 14:10:38 +0000 (16:10 +0200)
committerLionel Sambuc <lionel@minix3.org>
Wed, 24 Oct 2012 11:42:44 +0000 (13:42 +0200)
commit85fee539f46ba8fb5b2f4cc95f1771ea1c379f15
tree95618a7419ab169f684cf8eaa71808e7f6eb5899
parent6ab1df59f631d5e797a48cffc5ddc34c13ac4f80
Upgrading pax.

This also means importing librmt.

Change-Id: Ie5b314aeaad28dca46acb64f20f2d70746ea52d0
46 files changed:
bin/Makefile
bin/pax/Makefile [new file with mode: 0644]
bin/pax/ar_io.c [moved from commands/pax/ar_io.c with 64% similarity]
bin/pax/ar_subs.c [moved from commands/pax/ar_subs.c with 77% similarity]
bin/pax/buf_subs.c [moved from commands/pax/buf_subs.c with 85% similarity]
bin/pax/cpio.1 [moved from commands/pax/cpio.1 with 76% similarity]
bin/pax/cpio.c [moved from commands/pax/cpio.c with 69% similarity]
bin/pax/cpio.h [moved from commands/pax/cpio.h with 97% similarity]
bin/pax/dumptar.c [new file with mode: 0644]
bin/pax/extern.h [moved from commands/pax/extern.h with 73% similarity]
bin/pax/file_subs.c [moved from commands/pax/file_subs.c with 61% similarity]
bin/pax/ftree.c [moved from commands/pax/ftree.c with 55% similarity]
bin/pax/ftree.h [moved from commands/pax/ftree.h with 92% similarity]
bin/pax/gen_subs.c [moved from commands/pax/gen_subs.c with 66% similarity]
bin/pax/getoldopt.c [moved from commands/pax/getoldopt.c with 52% similarity]
bin/pax/options.c [new file with mode: 0644]
bin/pax/options.h [moved from commands/pax/options.h with 63% similarity]
bin/pax/pat_rep.c [moved from commands/pax/pat_rep.c with 82% similarity]
bin/pax/pat_rep.h [moved from commands/pax/pat_rep.h with 90% similarity]
bin/pax/pax.1 [moved from commands/pax/pax.1 with 82% similarity]
bin/pax/pax.c [moved from commands/pax/pax.c with 81% similarity]
bin/pax/pax.h [moved from commands/pax/pax.h with 72% similarity]
bin/pax/sel_subs.c [moved from commands/pax/sel_subs.c with 78% similarity]
bin/pax/sel_subs.h [moved from commands/pax/sel_subs.h with 93% similarity]
bin/pax/tables.c [moved from commands/pax/tables.c with 84% similarity]
bin/pax/tables.h [moved from commands/pax/tables.h with 96% similarity]
bin/pax/tar.1 [moved from commands/pax/tar.1 with 56% similarity]
bin/pax/tar.c [moved from commands/pax/tar.c with 54% similarity]
bin/pax/tar.h [moved from commands/pax/tar.h with 88% similarity]
bin/pax/tty_subs.c [moved from commands/pax/tty_subs.c with 83% similarity]
commands/Makefile
commands/pax/Makefile [deleted file]
commands/pax/cache.c [deleted file]
commands/pax/cache.h [deleted file]
commands/pax/err.h [deleted file]
commands/pax/fgetln.c [deleted file]
commands/pax/options.c [deleted file]
lib/Makefile
lib/librmt/Makefile [new file with mode: 0644]
lib/librmt/README [new file with mode: 0644]
lib/librmt/pathnames.h [new file with mode: 0644]
lib/librmt/rmtlib.c [new file with mode: 0644]
lib/librmt/rmtops.3 [new file with mode: 0644]
releasetools/nbsd_ports
tools/Makefile
tools/pax/Makefile [new file with mode: 0644]