freebsd-dev/usr.bin/tar
Colin Percival 06a047f0f1 Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)
handling to bsdtar.  When writing archives (including copying via the
@archive directive) a line is output to stderr indicating what is being
done (adding or copying), the path, and how far through the file we are;
extracting currently does not report progress within each file, but
this is likely to happen eventually.

Discussed with:	kientzle
Obtained from:	tarsnap
2008-05-18 06:24:47 +00:00
..
test New bsdtar test harness. Still rather skimpy, but a lot easier 2008-05-02 05:17:16 +00:00
bsdtar_platform.h Include a suitable stub definition of __FBSDID() for non-FreeBSD platforms. 2008-01-02 00:23:00 +00:00
bsdtar.1 Add --keep-newer-files option (as in GNU tar: When in -x mode, ignore 2008-05-17 15:55:29 +00:00
bsdtar.c Add --keep-newer-files option (as in GNU tar: When in -x mode, ignore 2008-05-17 15:55:29 +00:00
bsdtar.h Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) 2008-05-18 06:24:47 +00:00
config_freebsd.h --chroot implementation thanks to Joerg Sonnenberger. 2008-03-15 03:06:46 +00:00
COPYING Include Guido's copyright for the fnmatch() code I cribbed from. 2008-01-02 00:19:49 +00:00
getdate.y Fill in some casts that are needed (according to GCC 4.1) 2007-07-20 01:27:50 +00:00
Makefile Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) 2008-05-18 06:24:47 +00:00
matching.c Fix --fast-read by decrementing the remaining patterns to be matched, 2008-03-18 06:18:49 +00:00
read.c Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) 2008-05-18 06:24:47 +00:00
siginfo.c Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) 2008-05-18 06:24:47 +00:00
tree.c bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
tree.h Correct the copyright messages: Make this a standard vanilla 2007-01-09 08:12:17 +00:00
util.c Use archive_entry_strmode() instead of a local bsdtar_strmode(). 2008-01-02 00:21:27 +00:00
write.c Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) 2008-05-18 06:24:47 +00:00