summaryrefslogtreecommitdiff
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-2631-31/+31
* Don't clean tests before testing, lest you lose the results of previous tests.Tim Kientzle2008-08-281-1/+1
* MFC r181979,181981,181985: Test -q option (aka --fast-read).Tim Kientzle2008-08-283-1/+127
* MFC r181750,181801,181821,181845,181904,181958,181959,181971: Pattern-matchingTim Kientzle2008-08-289-17/+161
* MFC r180283, r180284: Move duplicated code from tar_mode_[cru] intoTim Kientzle2008-08-282-44/+36
* MFC r180281: Simplify handling of fd's to ensure they don't get leaked.Tim Kientzle2008-08-281-13/+14
* Apart from using the old libarchive API, this is now identical to bsdtar 2.5.5.Tim Kientzle2008-08-281-1/+1
* MFC r179988: Include the name of the truncated file in the error message.Tim Kientzle2008-08-281-4/+6
* MFC r179796: portability; use standard case syntaxTim Kientzle2008-08-281-1/+9
* MFC r179795: Sundry test harness cleanup.Tim Kientzle2008-08-282-19/+21
* MFC r179678: style fix: one-bit fields should be unsigned.Tim Kientzle2008-08-281-1/+1
* MFC r179677: Don't access a pointer after freeing it.Tim Kientzle2008-08-281-2/+4
* MFC r179350: Minor portability fixTim Kientzle2008-08-281-0/+4
* MFC r179322: Many features from bsdtar 2.5.4bTim Kientzle2008-08-2814-315/+680
* MFC r179213: Minor structure renaming for portability.Tim Kientzle2008-08-282-3/+3
* MFC r179083: SIGINFO/SIGUSR1 now reports detailed progress information.Tim Kientzle2008-08-285-1/+205
* MFC r179072: --keep-newer-filesTim Kientzle2008-08-282-0/+9
* MFC r178716: First bug fixed because of test harness: --version shouldTim Kientzle2008-08-281-1/+1
* MFC r178715: New bsdtar test harness, modeled after bsdcpio and libarchiveTim Kientzle2008-08-2811-0/+2203
* MFC r177204,r177205,r177207: Support writing 'compress' format nowTim Kientzle2008-08-273-5/+15
* MFC r175048: Use archive_entry_strmode() instead of the local bsdtar_strmode()Tim Kientzle2008-08-273-53/+3
* MFC r181269: Mark that __bsdtar_errc() never returns, to aidTim Kientzle2008-08-271-1/+1
* Point merge of a fix for --strip-components. I'm going toTim Kientzle2008-08-151-0/+4
* Fix the merge of r175051, which inadvertently broke the output of tar --version.Tim Kientzle2008-08-131-1/+1
* MFC r180274: Minor fix for Linux buildTim Kientzle2008-08-131-3/+0
* MFC r180273: Use %H:%M in strftime() instead of non-portable %RTim Kientzle2008-08-131-1/+1
* MFC r179131: avoid calling malloc(0) in a rather unusual situationTim Kientzle2008-08-131-2/+2
* MFC r180827: Provide a correct example of using mtree input, document --versionTim Kientzle2008-08-131-0/+17
* MFC r180275: Remove an unused macroTim Kientzle2008-08-131-1/+0
* MFC r179236: No need to guard against free(NULL)Tim Kientzle2008-08-131-2/+1
* MFC r178717:Tim Kientzle2008-08-132-3/+9
* MFC r178714: Allow -r with -T when there are no files on the command lineTim Kientzle2008-08-131-1/+1
* MFC r177214: style(9) fixTim Kientzle2008-08-131-1/+1
* MFC r177208,r177211: -q is now a synonym for --fast-read,Tim Kientzle2008-08-132-14/+14
* MFC r177206,r177210: --chroot option for tarTim Kientzle2008-08-135-0/+24
* MFC r176395: Allow appending to archives on block devicesTim Kientzle2008-08-131-1/+1
* MFC r175050: Note the release data of Seventh Edition Unix, whichTim Kientzle2008-08-101-1/+1
* MFC r175049 | kientzle | 2008-01-01 16:23:00 -0800 (Tue, 01 Jan 2008)Tim Kientzle2008-08-101-1/+2
* MFC r175558 | kientzle | 2008-01-21 23:23:44 -0800 (Mon, 21 Jan 2008)Tim Kientzle2008-08-102-30/+11
* MFC r175051 | kientzle | 2008-01-01 16:27:14 -0800 (Tue, 01 Jan 2008)Tim Kientzle2008-08-103-3/+17
* MFC 177341: Decrement matched patterns so that --extract-fast works.Tim Kientzle2008-06-122-2/+2
* Include Guido's license information from the pattern-matching code.Tim Kientzle2008-03-311-1/+36
* MFC 1.77: Support --posix as a synonym for --format=pax, forTim Kientzle2007-09-271-0/+5
* MFC: Enable -p by default for root, which seems to be whatTim Kientzle2007-08-252-7/+10
* Update bsdtar version to 1.9 to match libarchive.Tim Kientzle2007-08-251-1/+1
* MFC: Use libarchive's new security checks (which are much faster)Tim Kientzle2007-08-252-137/+9
* MFC a comment.Tim Kientzle2007-08-251-0/+2
* MFC: Don't try to store file body if there was a fatal error writingTim Kientzle2007-08-251-1/+1
* MFC additional manpage comments to more widely publicize someTim Kientzle2007-08-251-0/+6
* MFC --use-compress-program support.Tim Kientzle2007-08-255-14/+33