aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* Fix --fast-read by decrementing the remaining patterns to be matched,Tim Kientzle2008-03-182-2/+2
* style(9) fix to add whitespace around an '=' sign and restoreTim Kientzle2008-03-151-1/+2
* Support NetBSD's --insecure as a synonym for -P.Tim Kientzle2008-03-151-0/+1
* Document --chroot.Tim Kientzle2008-03-151-0/+6
* Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSDTim Kientzle2008-03-152-14/+13
* Also accept --uncompress as a synonym for -Z.Tim Kientzle2008-03-151-0/+1
* --chroot implementation thanks to Joerg Sonnenberger.Tim Kientzle2008-03-154-0/+18
* Support --compress as a synonym for -Z.Tim Kientzle2008-03-151-0/+1
* Enable and document the -Z option for selecting "compress" compression,Tim Kientzle2008-03-153-5/+13
* Allow appending to archives on block devices as well asTim Kientzle2008-02-191-1/+1
* Make -l always have the SUSv2 meaning of "check links."Tim Kientzle2008-01-222-30/+11
* Remove the old bsdtar test scripts; something muchTim Kientzle2008-01-028-859/+0
* A couple of miscellaneous fixes:Tim Kientzle2008-01-023-4/+18
* Fill in the approximate date when tar(1) first appeared.Tim Kientzle2008-01-021-1/+1
* Include a suitable stub definition of __FBSDID() for non-FreeBSD platforms.Tim Kientzle2008-01-021-1/+2
* Use archive_entry_strmode() instead of a local bsdtar_strmode().Tim Kientzle2008-01-023-53/+3
* Include Guido's copyright for the fnmatch() code I cribbed from.Tim Kientzle2008-01-021-1/+36
* Add --posix as a synonym for --format=pax, for GNUTim Kientzle2007-09-091-0/+5
* Fix for PR bin/115033. This corrects a crash when long optionsTim Kientzle2007-08-011-0/+4
* Fill in some casts that are needed (according to GCC 4.1)Tim Kientzle2007-07-201-6/+6
* Don't exit immediately on libarchive warnings, justTim Kientzle2007-07-202-4/+4
* bsdtar 2.2.3:Tim Kientzle2007-05-296-20/+39
* Mention the formats supported by bsdtar; include anTim Kientzle2007-05-201-0/+6
* Set the program return value non-zero if we enounterTim Kientzle2007-05-081-0/+1
* If lstat(2) fails, have bsdtar return a non-zero exit code if theColin Percival2007-05-031-0/+10
* Ignore trailing '/' when comparing pathnames, so thatTim Kientzle2007-04-181-3/+26
* When testing basic functionality, strip trailing '/' fromTim Kientzle2007-04-181-3/+3
* In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors whichColin Percival2007-04-161-9/+8
* Portability.Tim Kientzle2007-04-131-0/+2
* Make it easier to support more platforms.Tim Kientzle2007-04-122-8/+7
* Clean up error handling in archive_append to match how errors areColin Percival2007-04-091-19/+39
* Simplify the logic for handling header readTim Kientzle2007-04-071-7/+5
* Add test to confirm that piping a tar archive created by bsdtar throughColin Percival2007-04-041-0/+5
* Add tests for "bsdtar -t". These are useful primarily because they testColin Percival2007-03-311-0/+16
* Split the append_archive function (used for processing @<archive> directives)Colin Percival2007-03-311-13/+28
* Issue a warning if there's a non-zero exit value.Tim Kientzle2007-03-242-1/+4
* Remove pathlen argument from write_entry function. It has never been used.Colin Percival2007-03-171-5/+2
* Fix logic bug; we want to do_chdir if arg doesn't start with / _and_ itColin Percival2007-03-171-1/+1
* Don't consider an lstat(2) failure to be an error (in the sense ofColin Percival2007-03-151-1/+0
* Reduce the risk of inducing heart attacks, by printing the right path whenColin Percival2007-03-141-1/+1
* Clarify the test comments in test-basic.sh. Have config.sh do aTim Kientzle2007-03-112-34/+47
* bsdtar 2.0.23:Tim Kientzle2007-03-1119-228/+1139
* Argh. Support for reading ACLs off of disk was inadvertently disabledTim Kientzle2007-03-081-0/+1
* Make the file tests robust against broken symlinks and otherTim Kientzle2007-03-031-3/+17
* If we already have stat() data, we might be able toTim Kientzle2007-02-211-21/+29
* Andrew and Colin each pointed out to me that truncating the backupTim Kientzle2007-02-181-2/+0
* Correctly handle writes beyond the end of the archive entryTim Kientzle2007-02-141-1/+9
* Update -r handling:Tim Kientzle2007-02-081-12/+40
* Correct the copyright messages: Make this a standard vanillaTim Kientzle2007-01-0911-34/+21
* If append_archive fails while writing an archive header, output the errorColin Percival2007-01-051-1/+1