cvs commit: src/usr.bin/tar Makefile

2008-08-27 Thread Tim Kientzle
kientzle2008-08-28 06:18:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile Log: SVN rev 182355 on 2008-08-28 06:18:58Z by kientzle Don't clean tests before testing, lest you lose the results of previous tests. Revision

cvs commit: src/usr.bin/tar Makefile

2008-08-27 Thread Tim Kientzle
kientzle2008-08-28 05:41:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile Log: SVN rev 182345 on 2008-08-28 05:41:10Z by kientzle Apart from using the old libarchive API, this is now identical to bsdtar 2.5.5. Revisi

cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h matching.c read.c subst.c util.c write.c src/usr.bin/tar/test Makefile test_copy.c test_option_T.c test_patterns.c

2008-08-27 Thread Tim Kientzle
kientzle2008-08-28 05:33:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h matching.c read.c util.c write.c usr.bin/tar/test Mak

cvs commit: src/usr.bin/tar Makefile bsdtar.h read.c siginfo.c write.c

2008-08-27 Thread Tim Kientzle
kientzle2008-08-28 05:12:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile bsdtar.h read.c write.c Added files: (Branch: RELENG_6) usr.bin/tar siginfo.c Log: SVN rev 182334 on 2008-08-28 05:12:03Z by ki

cvs commit: src/usr.bin/tar Makefile

2008-08-24 Thread Tim Kientzle
kientzle2008-08-25 02:18:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/tar Makefile Log: SVN rev 182137 on 2008-08-25 02:18:12Z by kientzle MFC r181984: Don't clean before testing, since clean also removes results from previous te

cvs commit: src/usr.bin/tar Makefile

2008-08-21 Thread Tim Kientzle
kientzle2008-08-22 01:31:13 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile Log: SVN rev 181984 on 2008-08-22 01:31:13Z by kientzle Don't clean before running tests. Revision ChangesPath 1.38 +1 -1 src/usr.bin/tar/Makefile _

cvs commit: src/usr.bin/tar Makefile

2008-08-13 Thread Tim Kientzle
kientzle2008-08-13 14:50:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile Log: SVN rev 181689 on 2008-08-13 14:50:42Z by kientzle Fix the merge of r175051, which inadvertently broke the output of tar --version. Revis

cvs commit: src/usr.bin/tar Makefile bsdtar.c config_freebsd.h

2008-08-10 Thread Tim Kientzle
kientzle2008-08-10 18:21:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile bsdtar.c config_freebsd.h Log: SVN rev 181532 on 2008-08-10 18:21:50Z by kientzle MFC r175051 | kientzle | 2008-01-01 16:27:14 -0800 (Tue, 01 Jan 20

cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h matching.c read.c subst.c util.c write.c src/usr.bin/tar/test Makefile main.c test.h test_copy.c test_option_T.c test_p

2008-08-10 Thread Tim Kientzle
kientzle2008-08-10 07:35:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h matching.c read.c util.c write.c usr.bin/tar/test Mak

cvs commit: src/usr.bin/tar Makefile bsdtar.h read.c siginfo.c write.c

2008-08-10 Thread Tim Kientzle
kientzle2008-08-10 07:07:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/tar Makefile bsdtar.h read.c write.c Added files: (Branch: RELENG_7) usr.bin/tar siginfo.c Log: SVN rev 181511 on 2008-08-10 07:07:00Z by ki

cvs commit: src/usr.bin/tar Makefile

2008-07-04 Thread Tim Kientzle
kientzle2008-07-05 02:09:54 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile Log: SVN rev 180276 on 2008-07-05 02:09:54Z by kientzle FreeBSD-CURRENT bsdtar is synched up with libarchive-portable 2.5.5. Revision ChangesPath 1.37 +1 -1

cvs commit: src/usr.bin/tar Makefile matching.c

2008-06-11 Thread Tim Kientzle
kientzle2008-06-12 06:20:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile matching.c Log: SVN rev 179754 on 2008-06-12 06:20:49Z by kientzle MFC 177341: Decrement matched patterns so that --extract-fast works. Revisio

Re: cvs commit: src/usr.bin/tar Makefile bsdtar.h read.c siginfo.c write.c

2008-05-22 Thread Colin Percival
Hi Tim, Tim Kientzle wrote: > * Since the signal handler just flags for future > printing, why not just install it unconditionally at > the top of the program? I can't see where it accomplishes > anything to install/uninstall the signal handlers as you've > done. Since the signal handler is on

Re: cvs commit: src/usr.bin/tar Makefile bsdtar.h read.c siginfo.c write.c

2008-05-20 Thread Tim Kientzle
After looking at this a bit, I'm wondering if it couldn't be made rather a bit simpler: * Since the signal handler just flags for future printing, why not just install it unconditionally at the top of the program? I can't see where it accomplishes anything to install/uninstall the signal handle

cvs commit: src/usr.bin/tar Makefile bsdtar.h read.c siginfo.c write.c

2008-05-17 Thread Colin Percival
cperciva2008-05-18 06:24:47 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.h read.c write.c Added files: usr.bin/tar siginfo.c Log: Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) handling to bsdtar. When w

cvs commit: src/usr.bin/tar Makefile matching.c

2008-03-17 Thread Tim Kientzle
kientzle2008-03-18 06:18:49 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile matching.c Log: Fix --fast-read by decrementing the remaining patterns to be matched, instead of incrementing. Pointy hat: me Thanks to: Tomasz Przygoda MFC after: 3 da

cvs commit: src/usr.bin/tar Makefile bsdtar.c config_freebsd.h

2008-01-01 Thread Tim Kientzle
kientzle2008-01-02 00:27:14 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.c config_freebsd.h Log: A couple of miscellaneous fixes: * prototypes for optarg/optind on platforms that don't already have them * Disambiguate version number macr

cvs commit: src/usr.bin/tar Makefile bsdtar.c

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:38:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile bsdtar.c Log: MFC: Enable -p by default for root, which seems to be what most people expect. Revision ChangesPath 1.24.2.4 +1 -1 s

cvs commit: src/usr.bin/tar Makefile

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:35:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile Log: Update bsdtar version to 1.9 to match libarchive. At this point, bsdtar is identical to that in 7-CURRENT except for one small behavioral change

cvs commit: src/usr.bin/tar Makefile bsdtar_platform.h config_freebsd.h

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 03:58:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile bsdtar_platform.h Added files: (Branch: RELENG_6) usr.bin/tar config_freebsd.h Log: MFC refactored platform configuration. Se

cvs commit: src/usr.bin/tar Makefile read.c

2007-07-19 Thread Tim Kientzle
kientzle2007-07-20 01:24:49 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile read.c Log: Don't exit immediately on libarchive warnings, just set the delayed return value and keep going. Approved by: re (hrs) MFC after: 7 days Revision Change

cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h read.c write.c

2007-05-28 Thread Tim Kientzle
kientzle2007-05-29 05:39:10 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h read.c write.c Log: bsdtar 2.2.3: * Implement --use-compress-program using new libarchive feature. * Minor portability

cvs commit: src/usr.bin/tar Makefile bsdtar_platform.h

2007-04-11 Thread Tim Kientzle
kientzle2007-04-12 04:45:32 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar_platform.h Log: Make it easier to support more platforms. Thanks to: Joerg Sonnenberger for pointing out the need and the technique. Revision ChangesPath 1.30

cvs commit: src/usr.bin/tar Makefile bsdtar.c

2007-03-23 Thread Tim Kientzle
kientzle2007-03-24 03:25:49 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.c Log: Issue a warning if there's a non-zero exit value. Revision ChangesPath 1.29 +1 -1 src/usr.bin/tar/Makefile 1.74 +3 -0 src/usr.bin/t

cvs commit: src/usr.bin/tar Makefile bsdtar.c bsdtar.h bsdtar_platform.h config_freebsd.h getdate.y matching.c read.c tree.c util.c write.c src/usr.bin/tar/test config.sh test-acl.sh test-basic.sh tes

2007-03-11 Thread Tim Kientzle
kientzle2007-03-11 10:36:43 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.c bsdtar.h bsdtar_platform.h getdate.y matching.c read.c tree.c util.c write.c Added files: usr.bin/tar confi

cvs commit: src/usr.bin/tar Makefile Makefile.am bsdtar.1 bsdtar.c bsdtar.h bsdtar_platform.h configure.ac.in getdate.y read.c tree.c util.c write.c

2006-07-29 Thread Tim Kientzle
kientzle2006-07-30 06:32:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h bsdtar_platform.h getdate.y read.c tree.c util.c write.c Removed files:

cvs commit: src/usr.bin/tar Makefile write.c

2006-04-01 Thread Tim Kientzle
kientzle2006-04-02 07:13:11 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile write.c Log: If you see a broken symlink, don't try to follow it, just archive it as a symlink, even if -h was specified. Thanks to: Jin Guojun PR: bin/95175 MFC After:

cvs commit: src/usr.bin/tar Makefile bsdtar.c bsdtar.h bsdtar_platform.h getdate.y read.c tree.c util.c write.c

2006-03-21 Thread Tim Kientzle
kientzle2006-03-21 17:03:51 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.c bsdtar.h bsdtar_platform.h getdate.y read.c tree.c util.c write.c Log: Extended attribute support on write for Linux;

cvs commit: src/usr.bin/tar Makefile Makefile.am bsdtar_platform.h configure.ac.in

2006-03-07 Thread Tim Kientzle
kientzle2006-03-08 02:49:12 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile Makefile.am bsdtar_platform.h Removed files: usr.bin/tar configure.ac.in Log: Remove configure.ac.in and the 'distfile' target from the FreeBSD makefile. This i