aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Don't clean tests before testing, lest you lose the results of previous tests.Tim Kientzle2008-08-281-1/+1
* Apart from using the old libarchive API, this is now identical to bsdtar 2.5.5.Tim Kientzle2008-08-281-1/+1
* MFC r179322: Many features from bsdtar 2.5.4bTim Kientzle2008-08-281-3/+4
* MFC r179083: SIGINFO/SIGUSR1 now reports detailed progress information.Tim Kientzle2008-08-281-1/+1
* Fix the merge of r175051, which inadvertently broke the output of tar --version.Tim Kientzle2008-08-131-1/+1
* MFC r175051 | kientzle | 2008-01-01 16:27:14 -0800 (Tue, 01 Jan 2008)Tim Kientzle2008-08-101-1/+4
* MFC 177341: Decrement matched patterns so that --extract-fast works.Tim Kientzle2008-06-121-1/+1
* MFC: Enable -p by default for root, which seems to be whatTim Kientzle2007-08-251-1/+1
* Update bsdtar version to 1.9 to match libarchive.Tim Kientzle2007-08-251-1/+1
* MFC refactored platform configuration.Tim Kientzle2007-08-251-0/+1
* MFC bsdtar 1.2.53 to FreeBSD 6:Tim Kientzle2006-07-301-36/+2
* Clarify some error messages.Tim Kientzle2005-05-081-1/+1
* bsdtar now uses the "tree" package instead of "fts" for walkingTim Kientzle2005-04-241-3/+3
* Correct autoconf/automake invocation to work with devel/gnu-auto* fromTim Kientzle2005-04-231-2/+2
* Update "make distfile" to use newest automake/autoconf from ports.Tim Kientzle2005-04-171-2/+2
* Support path-rewriting options (including --strip-components) for bothTim Kientzle2005-04-171-1/+1
* Deorbit gtar, step 1: Remove WITH_GTAR knob.Tim Kientzle2005-03-201-3/+0
* Re-unbreak the distfile target.Tim Kientzle2005-03-131-3/+4
* "make depend" with .y files is trickier than it looks. <sigh>Tim Kientzle2005-03-131-3/+2
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thanTim Kientzle2005-03-131-3/+5
* Add --strip-components option, per bin/77666.Tim Kientzle2005-03-131-1/+1
* Portability: the included fts.c should nowTim Kientzle2004-12-221-1/+1
* Use a relative symlinking so that "tar" also works in /stand.Ruslan Ermilov2004-11-121-1/+1
* Correct error handling on failed writesTim Kientzle2004-11-051-1/+1
* gtar uses -F for another purpose, so bsdtar no longer treats it as aTim Kientzle2004-08-081-1/+1
* Add --totals option. Unlike gtar, this reports the bytes actuallyTim Kientzle2004-08-071-1/+1
* Add "make distfile" capabilities to bsdtar, including informationalTim Kientzle2004-08-071-1/+33
* Add a --version option to bsdtar that prints the versions ofTim Kientzle2004-07-261-0/+2
* Make bsdtar the default system tar. This makes /usr/bin/tar a symlinkTim Kientzle2004-07-171-1/+1
* Pointy hat: sticky bit 't' or 'T' is shown over IXOTH bit, not IXGRP. <sigh>Tim Kientzle2004-06-031-1/+1
* Allow brave souls to install bsdtar as theTim Kientzle2004-04-191-0/+5
* Style fixesTim Kientzle2004-04-121-3/+2
* Add DPADD to Makefile (thanks to Andrey for pointing this out).Tim Kientzle2004-04-121-12/+2
* Initial commit for bsdtar.Tim Kientzle2004-04-051-0/+21