summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* Allow appending to archives on block devices as well askientzle2008-02-191-1/+1
* Make -l always have the SUSv2 meaning of "check links."kientzle2008-01-222-30/+11
* Remove the old bsdtar test scripts; something muchkientzle2008-01-028-859/+0
* A couple of miscellaneous fixes:kientzle2008-01-023-4/+18
* Fill in the approximate date when tar(1) first appeared.kientzle2008-01-021-1/+1
* Include a suitable stub definition of __FBSDID() for non-FreeBSD platforms.kientzle2008-01-021-1/+2
* Use archive_entry_strmode() instead of a local bsdtar_strmode().kientzle2008-01-023-53/+3
* Include Guido's copyright for the fnmatch() code I cribbed from.kientzle2008-01-021-1/+36
* Add --posix as a synonym for --format=pax, for GNUkientzle2007-09-091-0/+5
* Fix for PR bin/115033. This corrects a crash when long optionskientzle2007-08-011-0/+4
* Fill in some casts that are needed (according to GCC 4.1)kientzle2007-07-201-6/+6
* Don't exit immediately on libarchive warnings, justkientzle2007-07-202-4/+4
* bsdtar 2.2.3:kientzle2007-05-296-20/+39
* Mention the formats supported by bsdtar; include ankientzle2007-05-201-0/+6
* Set the program return value non-zero if we enounterkientzle2007-05-081-0/+1
* If lstat(2) fails, have bsdtar return a non-zero exit code if thecperciva2007-05-031-0/+10
* Ignore trailing '/' when comparing pathnames, so thatkientzle2007-04-181-3/+26
* When testing basic functionality, strip trailing '/' fromkientzle2007-04-181-3/+3
* In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors whichcperciva2007-04-161-9/+8
* Portability.kientzle2007-04-131-0/+2
* Make it easier to support more platforms.kientzle2007-04-122-8/+7
* Clean up error handling in archive_append to match how errors arecperciva2007-04-091-19/+39
* Simplify the logic for handling header readkientzle2007-04-071-7/+5
* Add test to confirm that piping a tar archive created by bsdtar throughcperciva2007-04-041-0/+5
* Add tests for "bsdtar -t". These are useful primarily because they testcperciva2007-03-311-0/+16
* Split the append_archive function (used for processing @<archive> directives)cperciva2007-03-311-13/+28
* Issue a warning if there's a non-zero exit value.kientzle2007-03-242-1/+4
* Remove pathlen argument from write_entry function. It has never been used.cperciva2007-03-171-5/+2
* Fix logic bug; we want to do_chdir if arg doesn't start with / _and_ itcperciva2007-03-171-1/+1
* Don't consider an lstat(2) failure to be an error (in the sense ofcperciva2007-03-151-1/+0
* Reduce the risk of inducing heart attacks, by printing the right path whencperciva2007-03-141-1/+1
* Clarify the test comments in test-basic.sh. Have config.sh do akientzle2007-03-112-34/+47
* bsdtar 2.0.23:kientzle2007-03-1119-228/+1139
* Argh. Support for reading ACLs off of disk was inadvertently disabledkientzle2007-03-081-0/+1
* Make the file tests robust against broken symlinks and otherkientzle2007-03-031-3/+17
* If we already have stat() data, we might be able tokientzle2007-02-211-21/+29
* Andrew and Colin each pointed out to me that truncating the backupkientzle2007-02-181-2/+0
* Correctly handle writes beyond the end of the archive entrykientzle2007-02-141-1/+9
* Update -r handling:kientzle2007-02-081-12/+40
* Correct the copyright messages: Make this a standard vanillakientzle2007-01-0911-34/+21
* If append_archive fails while writing an archive header, output the errorcperciva2007-01-051-1/+1
* Clean up the struct archive used for reading an archive in the handlingcperciva2007-01-021-0/+1
* Handle errors which occur during archive_write_data and archive_write_closecperciva2007-01-021-5/+11
* Fic typo in previous commit.cperciva2006-12-231-1/+1
* Add two checks for inappropriate options: -U only makes sense in "x"cperciva2006-12-231-0/+4
* Correct the names of some options.cperciva2006-12-232-5/+5
* Remove -F option from getopts string -- this option has never donecperciva2006-12-201-1/+1
* Fix "1 day ago", "yesterday" and similar relative-time phraseskientzle2006-11-021-2/+2
* Remove two unused variables.kientzle2006-07-311-6/+0
* Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.kientzle2006-07-301-1/+4
OpenPOWER on IntegriCloud