From owner-cvs-all Tue Jul 31 22: 3:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD2A537B403; Tue, 31 Jul 2001 22:03:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7153Cx57651; Tue, 31 Jul 2001 22:03:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200108010503.f7153Cx57651@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 31 Jul 2001 22:03:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax getoldopt.c Makefile ar_io.c ar_subs.c buf_subs.c cache.c cpio.c extern.h file_subs.c ftree.c ftree.h gen_subs.c options.c pat_rep.c pax.1 pax.c pax.h sel_subs.c sel_subs.h tables.c tar.c tty_subs.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/07/31 22:03:12 PDT Modified files: (Branch: RELENG_4) bin/pax Makefile ar_io.c ar_subs.c buf_subs.c cache.c cpio.c extern.h file_subs.c ftree.c ftree.h gen_subs.c options.c pat_rep.c pax.1 pax.c pax.h sel_subs.c sel_subs.h tables.c tar.c tty_subs.c Added files: (Branch: RELENG_4) bin/pax getoldopt.c Log: MFC: sync with OpenBSD Revision Changes Path 1.5.2.1 +6 -3 src/bin/pax/Makefile 1.12.2.1 +148 -84 src/bin/pax/ar_io.c 1.13.2.1 +88 -46 src/bin/pax/ar_subs.c 1.12.2.1 +59 -53 src/bin/pax/buf_subs.c 1.12.2.1 +22 -18 src/bin/pax/cache.c 1.12.2.1 +42 -42 src/bin/pax/cpio.c 1.6.2.2 +23 -9 src/bin/pax/extern.h 1.12.2.1 +99 -52 src/bin/pax/file_subs.c 1.13.2.1 +41 -25 src/bin/pax/ftree.c 1.5.2.1 +1 -0 src/bin/pax/ftree.h 1.12.2.3 +31 -57 src/bin/pax/gen_subs.c 1.13.2.3 +633 -105 src/bin/pax/options.c 1.15.2.1 +69 -33 src/bin/pax/pat_rep.c 1.12.2.6 +22 -4 src/bin/pax/pax.1 1.13.2.3 +50 -8 src/bin/pax/pax.c 1.8.2.1 +10 -7 src/bin/pax/pax.h 1.11.2.1 +43 -43 src/bin/pax/sel_subs.c 1.5.2.1 +0 -0 src/bin/pax/sel_subs.h 1.13.2.1 +71 -75 src/bin/pax/tables.c 1.13.2.1 +98 -74 src/bin/pax/tar.c 1.11.2.1 +27 -25 src/bin/pax/tty_subs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message