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

2008-08-27 Thread Tim Kientzle
kientzle2008-08-28 05:06:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar.1 bsdtar.c Log: SVN rev 182333 on 2008-08-28 05:06:22Z by kientzle MFC r179072: --keep-newer-files Revision ChangesPath 1.29.2.14 +4 -0

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

2008-08-26 Thread Tim Kientzle
kientzle2008-08-27 05:29:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar.1 bsdtar.c write.c Log: SVN rev 182249 on 2008-08-27 05:29:03Z by kientzle MFC r177204,r177205,r177207: Support writing 'compress' format now that l

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

2008-08-12 Thread Tim Kientzle
kientzle2008-08-13 05:39:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar.1 bsdtar.c Log: SVN rev 181675 on 2008-08-13 05:39:33Z by kientzle MFC r178717: * Doc fix: --format can be used with -r or -u * Remove an errone

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

2008-08-12 Thread Tim Kientzle
kientzle2008-08-13 05:31:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar.1 bsdtar.c Log: SVN rev 181672 on 2008-08-13 05:31:40Z by kientzle MFC r177208,r177211: -q is now a synonym for --fast-read, --insecure is

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

2008-08-12 Thread Tim Kientzle
kientzle2008-08-13 05:29:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h read.c Log: SVN rev 181671 on 2008-08-13 05:29:14Z by kientzle MFC r177206,r177210: --c

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

2008-08-10 Thread Tim Kientzle
kientzle2008-08-10 18:27:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar.1 bsdtar.c Log: SVN rev 181533 on 2008-08-10 18:27:49Z by kientzle MFC r175558 | kientzle | 2008-01-21 23:23:44 -0800 (Mon, 21 Jan 2008) Always a

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

2008-08-10 Thread Tim Kientzle
kientzle2008-08-10 07:02:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/tar bsdtar.1 bsdtar.c Log: SVN rev 181510 on 2008-08-10 07:02:48Z by kientzle MFC r179072 | cperciva | 2008-05-17 08:55:29 -0700 (Sat, 17 May 2008) > Add --

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

2008-08-10 Thread Tim Kientzle
kientzle2008-08-10 07:00:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/tar bsdtar.1 bsdtar.c Log: SVN rev 181509 on 2008-08-10 07:00:12Z by kientzle MFC r178717: --format is permitted with -r or -u, document that -o is a synonym f

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

2008-08-09 Thread Tim Kientzle
kientzle2008-08-10 06:32:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/tar bsdtar.1 bsdtar.c Log: SVN rev 181503 on 2008-08-10 06:32:34Z by kientzle MFC -q as synonym for --fast-read Revision ChangesPath 1.35.2.4 +9 -9

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

2008-08-09 Thread Tim Kientzle
kientzle2008-08-10 06:30:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/tar bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h read.c Log: SVN rev 181502 on 2008-08-10 06:30:40Z by kientzle MFC --chroot option and

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

2008-08-09 Thread Tim Kientzle
kientzle2008-08-10 06:26:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/tar bsdtar.1 bsdtar.c write.c Log: SVN rev 181500 on 2008-08-10 06:26:29Z by kientzle MFC r177204 | kientzle | 2008-03-14 19:41:44 -0700 (Fri, 14 Mar 2008)

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

2008-05-17 Thread Colin Percival
cperciva2008-05-17 15:55:29 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c Log: Add --keep-newer-files option (as in GNU tar: When in -x mode, ignore files if the existing file is newer than the archive entry). Currently if any files are

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

2008-05-01 Thread Tim Kientzle
kientzle2008-05-02 05:40:05 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c Log: Documentation updates: * --format can be used with -r or -u * -o is a synonym for --format=ustar when used with -c, -r, or -u Also, fix the erroneous sanit

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

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 03:18:24 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c Log: Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSD extension to GNU tar). Thanks to: Joerg Sonnenberger Revision ChangesPath 1

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

2008-03-14 Thread Tim Kientzle
kientzle2008-03-15 02:41:44 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c write.c Log: Enable and document the -Z option for selecting "compress" compression, now that libarchive supports it. Revision ChangesPath 1.38 +10 -0

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

2008-01-21 Thread Tim Kientzle
kientzle2008-01-22 07:23:44 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c Log: Make -l always have the SUSv2 meaning of "check links." GNU tar changed -l to match SUSv2 a couple of years ago, so bsdtar no longer needs to pander to this part

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

2007-08-24 Thread Tim Kientzle
kientzle2007-08-25 04:24:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tar bsdtar.1 bsdtar.c bsdtar.h read.c write.c Log: MFC --use-compress-program support. Revision ChangesPath 1.29.2.4 +4 -0 src/usr.bin/tar/bsdtar.