summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* Improve portability via s/struct siginfo/struct siginfo_data/. This wascperciva2008-05-222-3/+3
* Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit,cperciva2008-05-191-2/+2
* There's no way for entry to possibly be NULL at the end of write_entrycperciva2008-05-191-2/+1
* Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)cperciva2008-05-185-1/+205
* Add --keep-newer-files option (as in GNU tar: When in -x mode, ignorecperciva2008-05-172-0/+9
* Documentation updates:kientzle2008-05-022-3/+9
* bsdtar --version should succeed.kientzle2008-05-021-1/+1
* New bsdtar test harness. Still rather skimpy, but a lot easierkientzle2008-05-0211-0/+2203
* Allow -r with -T even if there are no files on the command line.kientzle2008-05-021-1/+1
* Fix --fast-read by decrementing the remaining patterns to be matched,kientzle2008-03-182-2/+2
* style(9) fix to add whitespace around an '=' sign and restorekientzle2008-03-151-1/+2
* Support NetBSD's --insecure as a synonym for -P.kientzle2008-03-151-0/+1
* Document --chroot.kientzle2008-03-151-0/+6
* Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSDkientzle2008-03-152-14/+13
* Also accept --uncompress as a synonym for -Z.kientzle2008-03-151-0/+1
* --chroot implementation thanks to Joerg Sonnenberger.kientzle2008-03-154-0/+18
* Support --compress as a synonym for -Z.kientzle2008-03-151-0/+1
* Enable and document the -Z option for selecting "compress" compression,kientzle2008-03-153-5/+13
* 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
OpenPOWER on IntegriCloud