CVS commit: src/bin/pax

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 20:10:59 UTC 2023 Modified Files: src/bin/pax: ar_io.c Log Message: pax: fix -Wformat for host tool To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/bin/pax/ar_io.c Please note that diffs are not

CVS commit: src/bin/pax

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 20:10:59 UTC 2023 Modified Files: src/bin/pax: ar_io.c Log Message: pax: fix -Wformat for host tool To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/bin/pax/ar_io.c Please note that diffs are not

CVS commit: src/bin/pax

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 20:09:49 UTC 2023 Modified Files: src/bin/pax: options.c Log Message: pax: need for ffs() Fixes warning as host tool on NetBSD 9.99 To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120

CVS commit: src/bin/pax

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 20:09:49 UTC 2023 Modified Files: src/bin/pax: options.c Log Message: pax: need for ffs() Fixes warning as host tool on NetBSD 9.99 To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120

CVS commit: src/bin/pax

2023-05-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun May 28 21:42:40 UTC 2023 Modified Files: src/bin/pax: ar_subs.c buf_subs.c extern.h file_subs.c Log Message: pax: don't overwrite destination if -r -w copy fails Add more error handling to pax -r -w so that any failure during

CVS commit: src/bin/pax

2023-05-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun May 28 21:42:40 UTC 2023 Modified Files: src/bin/pax: ar_subs.c buf_subs.c extern.h file_subs.c Log Message: pax: don't overwrite destination if -r -w copy fails Add more error handling to pax -r -w so that any failure during

CVS commit: src/bin/pax

2023-05-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun May 28 17:01:46 UTC 2023 Modified Files: src/bin/pax: ftree.c Log Message: pax: exit 0 if stdin filelist is used and empty If copying a list of files from stdin, exit zero instead of non-zero if there are no files supplied.

CVS commit: src/bin/pax

2023-05-28 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun May 28 17:01:46 UTC 2023 Modified Files: src/bin/pax: ftree.c Log Message: pax: exit 0 if stdin filelist is used and empty If copying a list of files from stdin, exit zero instead of non-zero if there are no files supplied.

CVS commit: src/bin/pax

2021-11-05 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Nov 6 01:19:19 UTC 2021 Modified Files: src/bin/pax: pax.1 Log Message: pax.1: minor grammar fixes To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/bin/pax/pax.1 Please note that diffs are not public

CVS commit: src/bin/pax

2021-11-05 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sat Nov 6 01:19:19 UTC 2021 Modified Files: src/bin/pax: pax.1 Log Message: pax.1: minor grammar fixes To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/bin/pax/pax.1 Please note that diffs are not public

CVS commit: src/bin/pax

2020-04-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 3 16:13:32 UTC 2020 Modified Files: src/bin/pax: extern.h options.c Log Message: Move definition of chdname and do_chroot to options.c To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/bin/pax/extern.h

CVS commit: src/bin/pax

2020-04-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Apr 3 16:13:32 UTC 2020 Modified Files: src/bin/pax: extern.h options.c Log Message: Move definition of chdname and do_chroot to options.c To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/bin/pax/extern.h

CVS commit: src/bin/pax

2019-08-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Aug 15 21:05:16 UTC 2019 Modified Files: src/bin/pax: Makefile Log Message: Install manual pages for tar and cpio only if ${MKBSDTAR} == "no" PR bin/54468 To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/bin/pax

2019-08-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Aug 15 21:05:16 UTC 2019 Modified Files: src/bin/pax: Makefile Log Message: Install manual pages for tar and cpio only if ${MKBSDTAR} == "no" PR bin/54468 To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/bin/pax

2019-04-24 Thread Aleksey Cheusov
Module Name:src Committed By: cheusov Date: Wed Apr 24 17:27:08 UTC 2019 Modified Files: src/bin/pax: pax.c Log Message: Fix compilation failure with gcc-8. Equal pointers to 'struct sigaction' should not be passed to sigaction(2). So, we pass NULL as an "old

CVS commit: src/bin/pax

2019-04-24 Thread Aleksey Cheusov
Module Name:src Committed By: cheusov Date: Wed Apr 24 17:27:08 UTC 2019 Modified Files: src/bin/pax: pax.c Log Message: Fix compilation failure with gcc-8. Equal pointers to 'struct sigaction' should not be passed to sigaction(2). So, we pass NULL as an "old

CVS commit: src/bin/pax

2019-03-19 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Mar 20 03:13:39 UTC 2019 Modified Files: src/bin/pax: file_subs.c tar.c Log Message: pax: fix typos in comments in file_subs.c & tar.c Stamp out "greengrocers' apostrophes" in various places (arguably there are still

CVS commit: src/bin/pax

2019-03-19 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Mar 20 03:13:39 UTC 2019 Modified Files: src/bin/pax: file_subs.c tar.c Log Message: pax: fix typos in comments in file_subs.c & tar.c Stamp out "greengrocers' apostrophes" in various places (arguably there are still

CVS commit: src/bin/pax

2019-03-19 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Mar 20 02:50:50 UTC 2019 Modified Files: src/bin/pax: pat_rep.c Log Message: pax: minor adjustments to comments in pat_rep.c Amend several comments to match present reality (the functionality was added back in 2007).

CVS commit: src/bin/pax

2019-03-19 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Mar 20 02:50:50 UTC 2019 Modified Files: src/bin/pax: pat_rep.c Log Message: pax: minor adjustments to comments in pat_rep.c Amend several comments to match present reality (the functionality was added back in 2007).

CVS commit: src/bin/pax

2019-03-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 19 10:14:46 UTC 2019 Modified Files: src/bin/pax: tar.1 Log Message: Whitespace nits. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/bin/pax/tar.1 Please note that diffs are not public domain; they are

CVS commit: src/bin/pax

2019-03-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 19 10:14:46 UTC 2019 Modified Files: src/bin/pax: tar.1 Log Message: Whitespace nits. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/bin/pax/tar.1 Please note that diffs are not public domain; they are

CVS commit: src/bin/pax

2019-03-18 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 19 00:36:14 UTC 2019 Modified Files: src/bin/pax: pax.1 tar.1 Log Message: pax.1 & tar.1: add a minor clarification about "-s" As a somewhat pedantic clarification, "-s" does not accept backslashes as delimiters.

CVS commit: src/bin/pax

2019-03-18 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 19 00:36:14 UTC 2019 Modified Files: src/bin/pax: pax.1 tar.1 Log Message: pax.1 & tar.1: add a minor clarification about "-s" As a somewhat pedantic clarification, "-s" does not accept backslashes as delimiters.

CVS commit: src/bin/pax

2019-03-18 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 19 00:12:08 UTC 2019 Modified Files: src/bin/pax: pax.1 Log Message: pax.1: document the "s" flag of the "s" option Note the "s" option has an "s" flag that "prevents substitutions from being performed on symbolic

CVS commit: src/bin/pax

2019-03-18 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Mar 19 00:12:08 UTC 2019 Modified Files: src/bin/pax: pax.1 Log Message: pax.1: document the "s" flag of the "s" option Note the "s" option has an "s" flag that "prevents substitutions from being performed on symbolic

CVS commit: src/bin/pax

2018-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 30 00:53:11 UTC 2018 Modified Files: src/bin/pax: gen_subs.c tar.c Log Message: Add base-256 decoding support (Micha Gorny) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/bin/pax/gen_subs.c cvs

CVS commit: src/bin/pax

2018-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 30 00:53:11 UTC 2018 Modified Files: src/bin/pax: gen_subs.c tar.c Log Message: Add base-256 decoding support (Micha Gorny) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/bin/pax/gen_subs.c cvs

CVS commit: src/bin/pax

2018-06-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 13 15:14:41 UTC 2018 Modified Files: src/bin/pax: pat_rep.c Log Message: PR/53362: Thomas Barabosch: Use strlcpy() to prevent theoretical buffer overflow. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/bin/pax

2018-06-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 13 15:14:41 UTC 2018 Modified Files: src/bin/pax: pat_rep.c Log Message: PR/53362: Thomas Barabosch: Use strlcpy() to prevent theoretical buffer overflow. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/bin/pax

2018-03-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Mar 19 03:11:39 UTC 2018 Modified Files: src/bin/pax: buf_subs.c Log Message: s/copy copy/copy/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/bin/pax/buf_subs.c Please note that diffs are

CVS commit: src/bin/pax

2018-03-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Mar 19 03:11:39 UTC 2018 Modified Files: src/bin/pax: buf_subs.c Log Message: s/copy copy/copy/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/bin/pax/buf_subs.c Please note that diffs are

CVS commit: src/bin/pax

2017-10-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 2 21:57:59 UTC 2017 Modified Files: src/bin/pax: ar_io.c Log Message: Include time.h for time(2). Sort. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/bin/pax/ar_io.c Please note that diffs are not

CVS commit: src/bin/pax

2017-10-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 2 21:57:59 UTC 2017 Modified Files: src/bin/pax: ar_io.c Log Message: Include time.h for time(2). Sort. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/bin/pax/ar_io.c Please note that diffs are not

CVS commit: src/bin/pax

2017-10-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 2 21:55:35 UTC 2017 Modified Files: src/bin/pax: pax.c Log Message: Include time.h for time(2). Sort. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/bin/pax/pax.c Please note that diffs are not

CVS commit: src/bin/pax

2017-10-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 2 21:55:35 UTC 2017 Modified Files: src/bin/pax: pax.c Log Message: Include time.h for time(2). Sort. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/bin/pax/pax.c Please note that diffs are not

CVS commit: src/bin/pax

2016-08-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Aug 12 01:52:22 UTC 2016 Modified Files: src/bin/pax: pax.1 Log Message: Document the version pax first appeared. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/bin/pax/pax.1 Please note that

CVS commit: src/bin/pax

2016-08-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Aug 12 01:52:22 UTC 2016 Modified Files: src/bin/pax: pax.1 Log Message: Document the version pax first appeared. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/bin/pax/pax.1 Please note that

CVS commit: src/bin/pax

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 03:32:36 UTC 2016 Modified Files: src/bin/pax: ar_io.c Log Message: Don't use the length return from snprintf to write out the result buffer. If snprintf truncated the output, the length returned will be greater and

CVS commit: src/bin/pax

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 03:32:36 UTC 2016 Modified Files: src/bin/pax: ar_io.c Log Message: Don't use the length return from snprintf to write out the result buffer. If snprintf truncated the output, the length returned will be greater and

CVS commit: src/bin/pax

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:34:36 UTC 2016 Modified Files: src/bin/pax: dumptar.c Log Message: Remove undefined behavior in buf(); use buf() as intended in intarg(). While here also add includes to fix the build. Retires PR 50999 from David

CVS commit: src/bin/pax

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:34:36 UTC 2016 Modified Files: src/bin/pax: dumptar.c Log Message: Remove undefined behavior in buf(); use buf() as intended in intarg(). While here also add includes to fix the build. Retires PR 50999 from David

CVS commit: src/bin/pax

2015-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 19 18:28:54 UTC 2015 Modified Files: src/bin/pax: options.c tar.1 tar.c Log Message: PR/50119: Thomas Klausner: Add --timestamp option to tar. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/bin/pax

2015-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 19 18:45:53 UTC 2015 Modified Files: src/bin/pax: options.c pax.1 Log Message: Add the timestamp option to the pax front end. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/bin/pax/options.c cvs

CVS commit: src/bin/pax

2015-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 19 18:45:53 UTC 2015 Modified Files: src/bin/pax: options.c pax.1 Log Message: Add the timestamp option to the pax front end. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/bin/pax/options.c cvs

CVS commit: src/bin/pax

2015-12-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 19 18:48:41 UTC 2015 Modified Files: src/bin/pax: pax.1 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/bin/pax/pax.1 Please note that diffs are not public

CVS commit: src/bin/pax

2015-12-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 19 18:48:33 UTC 2015 Modified Files: src/bin/pax: cpio.1 Log Message: Use An in AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/bin/pax/cpio.1 Please note that diffs are not public

CVS commit: src/bin/pax

2015-12-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 19 18:48:41 UTC 2015 Modified Files: src/bin/pax: pax.1 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/bin/pax/pax.1 Please note that diffs are not public

CVS commit: src/bin/pax

2015-12-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 19 18:48:33 UTC 2015 Modified Files: src/bin/pax: cpio.1 Log Message: Use An in AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/bin/pax/cpio.1 Please note that diffs are not public

CVS commit: src/bin/pax

2015-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 19 18:28:54 UTC 2015 Modified Files: src/bin/pax: options.c tar.1 tar.c Log Message: PR/50119: Thomas Klausner: Add --timestamp option to tar. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/bin/pax

2015-11-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Nov 4 09:24:14 UTC 2015 Modified Files: src/bin/pax: pax.1 Log Message: Use An in AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/bin/pax/pax.1 Please note that diffs are not public domain;

CVS commit: src/bin/pax

2015-11-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Nov 4 09:24:14 UTC 2015 Modified Files: src/bin/pax: pax.1 Log Message: Use An in AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/bin/pax/pax.1 Please note that diffs are not public domain;

CVS commit: src/bin/pax

2015-11-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Nov 3 03:01:35 UTC 2015 Modified Files: src/bin/pax: pax.1 Log Message: By my count, [cc]yy]mm]dd]hh]mm[.ss] has seven fields, not six! To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/bin/pax/pax.1

CVS commit: src/bin/pax

2015-11-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Nov 3 03:01:35 UTC 2015 Modified Files: src/bin/pax: pax.1 Log Message: By my count, [cc]yy]mm]dd]hh]mm[.ss] has seven fields, not six! To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/bin/pax/pax.1

CVS commit: src/bin/pax

2015-04-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 11 16:22:07 UTC 2015 Modified Files: src/bin/pax: tar.1 Log Message: Use An in AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/bin/pax/tar.1 Please note that diffs are not public domain;

CVS commit: src/bin/pax

2015-04-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 11 16:22:07 UTC 2015 Modified Files: src/bin/pax: tar.1 Log Message: Use An in AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/bin/pax/tar.1 Please note that diffs are not public domain;

CVS commit: src/bin/pax

2015-04-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 11 15:41:33 UTC 2015 Modified Files: src/bin/pax: options.c tar.1 Log Message: Add -J/--xz to specifically decompress xz compressed files. We don't really need this because -z autodetects the compression format; this is

CVS commit: src/bin/pax

2015-04-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 11 15:41:33 UTC 2015 Modified Files: src/bin/pax: options.c tar.1 Log Message: Add -J/--xz to specifically decompress xz compressed files. We don't really need this because -z autodetects the compression format; this is

CVS commit: src/bin/pax

2015-03-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Mar 9 23:38:08 UTC 2015 Modified Files: src/bin/pax: ar_io.c Log Message: From OpenBSD r1.49 Fix comment grammar To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/bin/pax/ar_io.c Please note that diffs are

CVS commit: src/bin/pax

2015-03-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Mar 9 23:38:08 UTC 2015 Modified Files: src/bin/pax: ar_io.c Log Message: From OpenBSD r1.49 Fix comment grammar To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/bin/pax/ar_io.c Please note that diffs are

CVS commit: src/bin/pax

2014-08-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Aug 8 14:48:55 UTC 2014 Modified Files: src/bin/pax: ar_io.c Log Message: Fix RCS ID. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/bin/pax/ar_io.c Please note that diffs are not public domain; they are

CVS commit: src/bin/pax

2014-08-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Aug 8 14:48:55 UTC 2014 Modified Files: src/bin/pax: ar_io.c Log Message: Fix RCS ID. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/bin/pax/ar_io.c Please note that diffs are not public domain; they are

CVS commit: src/bin/pax

2013-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 14 04:00:48 UTC 2013 Modified Files: src/bin/pax: options.c pax.1 Log Message: add --gnu for pax. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/bin/pax/options.c cvs rdiff -u -r1.61 -r1.62

CVS commit: src/bin/pax

2013-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Nov 14 07:45:05 UTC 2013 Modified Files: src/bin/pax: pax.1 Log Message: Stop hissing. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/bin/pax/pax.1 Please note that diffs are not public domain; they are

CVS commit: src/bin/pax

2013-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 14 04:00:48 UTC 2013 Modified Files: src/bin/pax: options.c pax.1 Log Message: add --gnu for pax. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/bin/pax/options.c cvs rdiff -u -r1.61 -r1.62

CVS commit: src/bin/pax

2013-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Nov 14 07:45:05 UTC 2013 Modified Files: src/bin/pax: pax.1 Log Message: Stop hissing. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/bin/pax/pax.1 Please note that diffs are not public domain; they are

CVS commit: src/bin/pax

2013-07-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 29 17:46:36 UTC 2013 Modified Files: src/bin/pax: file_subs.c Log Message: PR/48095: NAKAJIMA Yoshihiro: remove casts from time_t to long To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/bin/pax

2013-07-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 29 17:46:36 UTC 2013 Modified Files: src/bin/pax: file_subs.c Log Message: PR/48095: NAKAJIMA Yoshihiro: remove casts from time_t to long To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/bin/pax

2013-01-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 24 17:43:44 UTC 2013 Modified Files: src/bin/pax: tar.c tar.h Log Message: Recognize extended attribute headers and warn about them since we are not currently handling them. To generate a diff of this commit: cvs

CVS commit: src/bin/pax

2013-01-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 24 17:43:44 UTC 2013 Modified Files: src/bin/pax: tar.c tar.h Log Message: Recognize extended attribute headers and warn about them since we are not currently handling them. To generate a diff of this commit: cvs

CVS commit: src/bin/pax

2012-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 27 00:44:59 UTC 2012 Modified Files: src/bin/pax: ftree.c Log Message: deal properly with empty lines in spec file To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/bin/pax/ftree.c Please note that

CVS commit: src/bin/pax

2012-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 27 00:44:59 UTC 2012 Modified Files: src/bin/pax: ftree.c Log Message: deal properly with empty lines in spec file To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/bin/pax/ftree.c Please note that

CVS commit: src/bin/pax

2012-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 9 08:09:22 UTC 2012 Modified Files: src/bin/pax: cpio.c extern.h gen_subs.c pax.h tar.c Log Message: PR/46786: Simon Burge: After conversion to 64 bit time_t, tar/pax/cpio erroneously think that negative time_t's never

CVS commit: src/bin/pax

2012-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 9 11:05:59 UTC 2012 Modified Files: src/bin/pax: getoldopt.c options.c Log Message: add missing include files To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/bin/pax/getoldopt.c cvs rdiff -u -r1.113

CVS commit: src/bin/pax

2012-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 9 08:09:22 UTC 2012 Modified Files: src/bin/pax: cpio.c extern.h gen_subs.c pax.h tar.c Log Message: PR/46786: Simon Burge: After conversion to 64 bit time_t, tar/pax/cpio erroneously think that negative time_t's never

CVS commit: src/bin/pax

2012-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 9 11:05:59 UTC 2012 Modified Files: src/bin/pax: getoldopt.c options.c Log Message: add missing include files To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/bin/pax/getoldopt.c cvs rdiff -u -r1.113

CVS commit: src/bin/pax

2011-11-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 3 21:59:46 UTC 2011 Modified Files: src/bin/pax: tar.c Log Message: Accept -X - To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/bin/pax/tar.c Please note that diffs are not public domain; they are

CVS commit: src/bin/pax

2011-11-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 3 21:59:46 UTC 2011 Modified Files: src/bin/pax: tar.c Log Message: Accept -X - To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/bin/pax/tar.c Please note that diffs are not public domain; they are

CVS commit: src/bin/pax

2011-08-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 29 14:47:48 UTC 2011 Modified Files: src/bin/pax: extern.h options.c pax.c Log Message: static + __dead To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/bin/pax/extern.h cvs rdiff -u -r1.110 -r1.111

CVS commit: src/bin/pax

2011-08-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 29 14:47:48 UTC 2011 Modified Files: src/bin/pax: extern.h options.c pax.c Log Message: static + __dead To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/bin/pax/extern.h cvs rdiff -u -r1.110 -r1.111

CVS commit: src/bin/pax

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 10:49:58 UTC 2011 Modified Files: src/bin/pax: gen_subs.c Log Message: eliminate dup code and non literal format strings To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/bin/pax/gen_subs.c Please

CVS commit: src/bin/pax

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 10:49:58 UTC 2011 Modified Files: src/bin/pax: gen_subs.c Log Message: eliminate dup code and non literal format strings To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/bin/pax/gen_subs.c Please

CVS commit: src/bin/pax

2011-06-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jun 19 07:34:24 UTC 2011 Modified Files: src/bin/pax: cpio.1 pax.1 tar.1 Log Message: Use Fl Fl for long options. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/bin/pax/cpio.1 cvs rdiff -u -r1.60 -r1.61

CVS commit: src/bin/pax

2011-06-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jun 19 07:34:24 UTC 2011 Modified Files: src/bin/pax: cpio.1 pax.1 tar.1 Log Message: Use Fl Fl for long options. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/bin/pax/cpio.1 cvs rdiff -u -r1.60 -r1.61

CVS commit: src/bin/pax

2011-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 18 23:07:04 UTC 2011 Modified Files: src/bin/pax: extern.h options.c pax.c Log Message: add --xz To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/bin/pax/extern.h cvs rdiff -u -r1.109 -r1.110

CVS commit: src/bin/pax

2011-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 19 00:55:09 UTC 2011 Modified Files: src/bin/pax: cpio.1 pax.1 tar.1 Log Message: document --xz To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/bin/pax/cpio.1 cvs rdiff -u -r1.59 -r1.60

CVS commit: src/bin/pax

2011-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 18 23:07:04 UTC 2011 Modified Files: src/bin/pax: extern.h options.c pax.c Log Message: add --xz To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/bin/pax/extern.h cvs rdiff -u -r1.109 -r1.110

CVS commit: src/bin/pax

2011-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 19 00:55:09 UTC 2011 Modified Files: src/bin/pax: cpio.1 pax.1 tar.1 Log Message: document --xz To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/bin/pax/cpio.1 cvs rdiff -u -r1.59 -r1.60

CVS commit: src/bin/pax

2011-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 26 12:01:07 UTC 2011 Modified Files: src/bin/pax: cpio.c Log Message: Fix bogus paranthesis, From Henning Peternse in PR bin/44773. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/bin/pax/cpio.c

CVS commit: src/bin/pax

2010-08-30 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Aug 31 03:16:06 UTC 2010 Modified Files: src/bin/pax: ar_io.c options.c Log Message: - Raise an error rather than silently creating broken archive if user don't specify --force-local but opened file is actually a local

CVS commit: src/bin/pax

2010-08-30 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Aug 31 04:50:07 UTC 2010 Modified Files: src/bin/pax: ar_io.c Log Message: Fix build as tools. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/bin/pax/ar_io.c Please note that diffs are not public domain;

CVS commit: src/bin/pax

2010-08-30 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Aug 31 05:07:10 UTC 2010 Modified Files: src/bin/pax: ar_io.c Log Message: Backout previous; it was wrong fix. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/bin/pax/ar_io.c Please note that diffs are not

CVS commit: src/bin/pax

2010-08-30 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Aug 31 03:16:06 UTC 2010 Modified Files: src/bin/pax: ar_io.c options.c Log Message: - Raise an error rather than silently creating broken archive if user don't specify --force-local but opened file is actually a local

CVS commit: src/bin/pax

2010-08-30 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Aug 31 04:50:07 UTC 2010 Modified Files: src/bin/pax: ar_io.c Log Message: Fix build as tools. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/bin/pax/ar_io.c Please note that diffs are not public domain;

CVS commit: src/bin/pax

2010-08-30 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Aug 31 05:07:10 UTC 2010 Modified Files: src/bin/pax: ar_io.c Log Message: Backout previous; it was wrong fix. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/bin/pax/ar_io.c Please note that diffs are not

CVS commit: src/bin/pax

2010-08-25 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Wed Aug 25 21:36:03 UTC 2010 Modified Files: src/bin/pax: options.c Log Message: Do not throw a usage message for -i followed by -t since 'cpio -itv' is a valid command. To generate a diff of this commit: cvs rdiff -u -r1.107

CVS commit: src/bin/pax

2010-08-25 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Wed Aug 25 21:36:03 UTC 2010 Modified Files: src/bin/pax: options.c Log Message: Do not throw a usage message for -i followed by -t since 'cpio -itv' is a valid command. To generate a diff of this commit: cvs rdiff -u -r1.107

CVS commit: src/bin/pax

2010-06-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 19 11:16:31 UTC 2010 Modified Files: src/bin/pax: pax.1 Log Message: Use Fl Fl for long options. Remove unnecessary Bk/Ek. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/bin/pax/pax.1 Please note that

CVS commit: src/bin/pax

2010-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 19 00:43:57 UTC 2010 Modified Files: src/bin/pax: options.c pax.1 Log Message: add --use-compress-program to pax, requested by mrg. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/bin/pax/options.c

CVS commit: src/bin/pax

2010-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 19 00:43:57 UTC 2010 Modified Files: src/bin/pax: options.c pax.1 Log Message: add --use-compress-program to pax, requested by mrg. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/bin/pax/options.c

  1   2   >