aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up the struct archive used for reading an archive in the handlingColin Percival2007-01-021-0/+1
* Handle errors which occur during archive_write_data and archive_write_closeColin Percival2007-01-021-5/+11
* Fic typo in previous commit.Colin Percival2006-12-231-1/+1
* Add two checks for inappropriate options: -U only makes sense in "x"Colin Percival2006-12-231-0/+4
* Correct the names of some options.Colin Percival2006-12-232-5/+5
* Remove -F option from getopts string -- this option has never doneColin Percival2006-12-201-1/+1
* Fix "1 day ago", "yesterday" and similar relative-time phrasesTim Kientzle2006-11-021-2/+2
* Remove two unused variables.Tim Kientzle2006-07-311-6/+0
* Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.Tim Kientzle2006-07-301-1/+4
* In the examples, use "tar.gz" as the extension forTim Kientzle2006-05-011-3/+3
* If you see a broken symlink, don't try to follow it,Tim Kientzle2006-04-022-4/+7
* Extended attribute support on write for Linux; FreeBSD hooks areTim Kientzle2006-03-219-23/+140
* Remove non-FreeBSD source from FreeBSD repository.Tim Kientzle2006-03-121-20/+0
* Remove configure.ac.in and the 'distfile' target fromTim Kientzle2006-03-084-164/+6
* Add a check for Linux' "libacl" library and headers.Tim Kientzle2006-03-071-0/+4
* Change the output of --version to match GNU "gnits" standards.Tim Kientzle2006-03-071-5/+2
* Fix a format mismatch (%d integer format, platform-dependentTim Kientzle2006-03-071-1/+1
* If opendir(".") fails after descending into a subdirectory viaPeter Edwards2006-02-221-1/+2
* Use the .Fx macro.Simon L. B. Nielsen2006-01-171-2/+7
* Remove the -B option from the directory-copying examples. The -BTim Kientzle2005-12-091-2/+2
* Portability: remove AC_FUNC_MALLOC from configure.ac.in.Tim Kientzle2005-11-271-1/+0
* Edit pathnames for -x but not for -t. Otherwise, people get confusedTim Kientzle2005-11-061-1/+1