]> Zhao Yanbai Git Server - minix.git/commit
Port of freebsd pax.
authorBen Gras <ben@minix3.org>
Fri, 20 Jan 2006 14:45:27 +0000 (14:45 +0000)
committerBen Gras <ben@minix3.org>
Fri, 20 Jan 2006 14:45:27 +0000 (14:45 +0000)
commitbea0bcc2ebf960ab00dbf0a0ac7c50a0c1e13418
treebd2e40ab136b05eb95cbb8cef1504a1f24fc0def
parente04832580d0869c2570f5b36c04b0be10377a07d
Port of freebsd pax.
30 files changed:
commands/Makefile
commands/pax/Makefile [new file with mode: 0644]
commands/pax/ar_io.c [new file with mode: 0644]
commands/pax/ar_subs.c [new file with mode: 0644]
commands/pax/buf_subs.c [new file with mode: 0644]
commands/pax/cache.c [new file with mode: 0644]
commands/pax/cache.h [new file with mode: 0644]
commands/pax/cpio.c [new file with mode: 0644]
commands/pax/cpio.h [new file with mode: 0644]
commands/pax/err.h [new file with mode: 0644]
commands/pax/extern.h [new file with mode: 0644]
commands/pax/fgetln.c [new file with mode: 0644]
commands/pax/file_subs.c [new file with mode: 0644]
commands/pax/ftree.c [new file with mode: 0644]
commands/pax/ftree.h [new file with mode: 0644]
commands/pax/gen_subs.c [new file with mode: 0644]
commands/pax/getoldopt.c [new file with mode: 0644]
commands/pax/options.c [new file with mode: 0644]
commands/pax/options.h [new file with mode: 0644]
commands/pax/pat_rep.c [new file with mode: 0644]
commands/pax/pat_rep.h [new file with mode: 0644]
commands/pax/pax.c [new file with mode: 0644]
commands/pax/pax.h [new file with mode: 0644]
commands/pax/sel_subs.c [new file with mode: 0644]
commands/pax/sel_subs.h [new file with mode: 0644]
commands/pax/tables.c [new file with mode: 0644]
commands/pax/tables.h [new file with mode: 0644]
commands/pax/tar.c [new file with mode: 0644]
commands/pax/tar.h [new file with mode: 0644]
commands/pax/tty_subs.c [new file with mode: 0644]