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
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
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
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
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
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
_
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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:
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;
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
29 matches
Mail list logo