Date: Mon, 7 May 2001 23:19:07 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax cpio.1 getoldopt.c tar.1 Makefile ar_io.c ar_subs.c buf_subs.c cache.c extern.h file_subs.c ftree.c ftree.h gen_subs.c options.c pat_rep.c pax.1 pax.c pax.h tables.c tar.c tty_subs.c Message-ID: <200105080619.f486J7Q73780@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2001/05/07 23:19:07 PDT Modified files: bin/pax Makefile ar_io.c ar_subs.c buf_subs.c cache.c extern.h file_subs.c ftree.c ftree.h gen_subs.c options.c pat_rep.c pax.1 pax.c pax.h tables.c tar.c tty_subs.c Added files: bin/pax cpio.1 getoldopt.c tar.1 Log: Sync up with OpenBSD. Too many changes to note, but the major features are: * Implement cpio compatibility mode when pax is invoked as cpio * Extend tar compatibility mode to cover many of the GNU tar single-letter options (bzip2 mode, aka -y/-j is not present in OpenBSD). When invoked as tar, pax is now full-featured enough for use by the ports collection to extract distfiles and create packages. * Many bug fixes to the operation of pax and the tar compatibility modes * Code fixes for things like correct string buffer termination. I tried to preserve existing FreeBSD fixes to this utility; please let me know if I have inadvertently spammed something. Revision Changes Path 1.6 +7 -4 src/bin/pax/Makefile 1.16 +20 -19 src/bin/pax/ar_io.c 1.16 +58 -16 src/bin/pax/ar_subs.c 1.15 +7 -1 src/bin/pax/buf_subs.c 1.14 +5 -3 src/bin/pax/cache.c 1.12 +16 -6 src/bin/pax/extern.h 1.14 +56 -9 src/bin/pax/file_subs.c 1.15 +22 -6 src/bin/pax/ftree.c 1.6 +2 -1 src/bin/pax/ftree.h 1.17 +24 -50 src/bin/pax/gen_subs.c 1.19 +570 -63 src/bin/pax/options.c 1.17 +43 -7 src/bin/pax/pat_rep.c 1.18 +8 -2 src/bin/pax/pax.1 1.19 +16 -2 src/bin/pax/pax.c 1.12 +4 -2 src/bin/pax/pax.h 1.17 +8 -7 src/bin/pax/tables.c 1.15 +52 -28 src/bin/pax/tar.c 1.15 +3 -1 src/bin/pax/tty_subs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105080619.f486J7Q73780>