Date: Sun, 18 May 2008 06:24:47 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.h read.c siginfo.c write.c Message-ID: <200805180624.m4I6Ol12077124@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cperciva 2008-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 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 Revision Changes Path 1.35 +1 -1 src/usr.bin/tar/Makefile 1.31 +6 -0 src/usr.bin/tar/bsdtar.h 1.37 +26 -0 src/usr.bin/tar/read.c 1.1 +147 -0 src/usr.bin/tar/siginfo.c (new) 1.67 +25 -0 src/usr.bin/tar/write.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805180624.m4I6Ol12077124>