This is GNU cpio 2.3. It handles tar files and is fully compatible
authorJordan K. Hubbard <jkh@FreeBSD.org>
Sat, 7 Aug 1993 22:33:48 +0000 (22:33 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Sat, 7 Aug 1993 22:33:48 +0000 (22:33 +0000)
commit60a17f4e538bba11acca968fbc2a6ab1c1719889
tree84a6917813adfa2e019fcc65ca53d8bd1a09d806
parentefa89222e76f4ccf4ed0e814eae7753d746e1e8d
This is GNU cpio 2.3.  It handles tar files and is fully compatible
with SYSV cpio.  It's also supposed to integrate rmt support, though
I haven't tried this.
46 files changed:
gnu/usr.bin/cpio/COPYING [new file with mode: 0644]
gnu/usr.bin/cpio/COPYING.LIB [new file with mode: 0644]
gnu/usr.bin/cpio/ChangeLog [new file with mode: 0644]
gnu/usr.bin/cpio/Makefile [new file with mode: 0644]
gnu/usr.bin/cpio/NEWS [new file with mode: 0644]
gnu/usr.bin/cpio/README [new file with mode: 0644]
gnu/usr.bin/cpio/alloca.c [new file with mode: 0644]
gnu/usr.bin/cpio/copyin.c [new file with mode: 0644]
gnu/usr.bin/cpio/copyout.c [new file with mode: 0644]
gnu/usr.bin/cpio/copypass.c [new file with mode: 0644]
gnu/usr.bin/cpio/cpio.1 [new file with mode: 0644]
gnu/usr.bin/cpio/cpio.h [new file with mode: 0644]
gnu/usr.bin/cpio/cpiohdr.h [new file with mode: 0644]
gnu/usr.bin/cpio/defer.c [new file with mode: 0644]
gnu/usr.bin/cpio/defer.h [new file with mode: 0644]
gnu/usr.bin/cpio/dirname.c [new file with mode: 0644]
gnu/usr.bin/cpio/dstring.c [new file with mode: 0644]
gnu/usr.bin/cpio/dstring.h [new file with mode: 0644]
gnu/usr.bin/cpio/error.c [new file with mode: 0644]
gnu/usr.bin/cpio/extern.h [new file with mode: 0644]
gnu/usr.bin/cpio/filemode.c [new file with mode: 0644]
gnu/usr.bin/cpio/filetypes.h [new file with mode: 0644]
gnu/usr.bin/cpio/fnmatch.c [new file with mode: 0644]
gnu/usr.bin/cpio/fnmatch.h [new file with mode: 0644]
gnu/usr.bin/cpio/getopt.c [new file with mode: 0644]
gnu/usr.bin/cpio/getopt.h [new file with mode: 0644]
gnu/usr.bin/cpio/getopt1.c [new file with mode: 0644]
gnu/usr.bin/cpio/global.c [new file with mode: 0644]
gnu/usr.bin/cpio/idcache.c [new file with mode: 0644]
gnu/usr.bin/cpio/main.c [new file with mode: 0644]
gnu/usr.bin/cpio/makepath.c [new file with mode: 0644]
gnu/usr.bin/cpio/mt.1 [new file with mode: 0644]
gnu/usr.bin/cpio/rmt.c [new file with mode: 0644]
gnu/usr.bin/cpio/rmt.h [new file with mode: 0644]
gnu/usr.bin/cpio/rtapelib.c [new file with mode: 0644]
gnu/usr.bin/cpio/stripslash.c [new file with mode: 0644]
gnu/usr.bin/cpio/system.h [new file with mode: 0644]
gnu/usr.bin/cpio/tar.c [new file with mode: 0644]
gnu/usr.bin/cpio/tar.h [new file with mode: 0644]
gnu/usr.bin/cpio/tarhdr.h [new file with mode: 0644]
gnu/usr.bin/cpio/tcexparg.c [new file with mode: 0644]
gnu/usr.bin/cpio/userspec.c [new file with mode: 0644]
gnu/usr.bin/cpio/util.c [new file with mode: 0644]
gnu/usr.bin/cpio/version.c [new file with mode: 0644]
gnu/usr.bin/cpio/xmalloc.c [new file with mode: 0644]
gnu/usr.bin/cpio/xstrdup.c [new file with mode: 0644]