aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/bsdtar.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r181979, r181981, r181985: Test -q option and make it actually work.Tim Kientzle2008-08-251-1/+1
* Big MFC of bsdtar 2.5.5.Tim Kientzle2008-08-101-1/+21
* MFC r179131 | cperciva | 2008-05-19 11:38:01 -0700 (Mon, 19 May 2008)Tim Kientzle2008-08-101-2/+2
* MFC r179072 | cperciva | 2008-05-17 08:55:29 -0700 (Sat, 17 May 2008)Tim Kientzle2008-08-101-0/+5
* MFC r178717: --format is permitted with -r or -u,Tim Kientzle2008-08-101-1/+1
* MFC r178716: --version succeedsTim Kientzle2008-08-101-1/+1
* MFC r177214: style fix and a comment.Tim Kientzle2008-08-101-1/+2
* MFC r177211 | kientzle | 2008-03-14 20:28:39 -0700 (Fri, 14 Mar 2008)Tim Kientzle2008-08-101-0/+1
* MFC -q as synonym for --fast-readTim Kientzle2008-08-101-5/+4
* MFC --chroot option and documentationTim Kientzle2008-08-101-0/+5
* MFC --compress and --uncompress as synonyms for -ZTim Kientzle2008-08-101-0/+2
* MFC r177204 | kientzle | 2008-03-14 19:41:44 -0700 (Fri, 14 Mar 2008)Tim Kientzle2008-08-101-5/+0
* MFC: Various, including:Tim Kientzle2008-02-101-14/+14
* 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
* bsdtar 2.2.3:Tim Kientzle2007-05-291-0/+6
* Issue a warning if there's a non-zero exit value.Tim Kientzle2007-03-241-0/+3
* bsdtar 2.0.23:Tim Kientzle2007-03-111-14/+93
* Correct the copyright messages: Make this a standard vanillaTim Kientzle2007-01-091-3/+2
* 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-231-1/+1
* Remove -F option from getopts string -- this option has never doneColin Percival2006-12-201-1/+1
* Extended attribute support on write for Linux; FreeBSD hooks areTim Kientzle2006-03-211-2/+1
* Change the output of --version to match GNU "gnits" standards.Tim Kientzle2006-03-071-5/+2
* Spell "--format" correctly in error message. (It hasn't beenTim Kientzle2005-11-011-1/+1
* The bsdtar_warnc() reporting function requires the program name to beTim Kientzle2005-08-021-10/+12
* A number of fixes to the autoconf-generated build system. InTim Kientzle2005-04-171-1/+0
* Support path-rewriting options (including --strip-components) for bothTim Kientzle2005-04-171-2/+2
* A handful of minor portability and style improvements.Tim Kientzle2005-03-141-1/+1
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thanTim Kientzle2005-03-131-16/+59
* Add --strip-components option, per bin/77666.Tim Kientzle2005-03-131-1/+6
* GC an unused #includeTim Kientzle2004-12-221-1/+0
* Fix -W long option handling.Tim Kientzle2004-12-221-5/+15
* getopt(3) prints an "unrecognized option" warning for me, so ITim Kientzle2004-10-171-1/+0
* Support -t -O as in gtar. Perversely enough, -O means "send to stderr"Tim Kientzle2004-08-271-1/+1
* Permit -P to be combined with -t. (It's a no-op then, just as in gtar.)Tim Kientzle2004-08-261-2/+0
* Tell getopt to accept the (already-implemented) -I option.Tim Kientzle2004-08-261-1/+1
* Make -I and --files-from be synonyms for -TTim Kientzle2004-08-131-0/+4
* gtar uses -F for another purpose, so bsdtar no longer treats it as aTim Kientzle2004-08-081-3/+4
* Move the smart chdir logic into a couple of utility functions in util.c.Tim Kientzle2004-08-081-2/+1
* It shouldn't be an error to specify the same mode twice: allow -cc but not -ct.Tim Kientzle2004-08-081-50/+37
* Add --totals option. Unlike gtar, this reports the bytes actuallyTim Kientzle2004-08-071-2/+7
* Linux port corrections:Tim Kientzle2004-08-071-1/+4
* Add "make distfile" capabilities to bsdtar, including informationalTim Kientzle2004-08-071-4/+31
* GNU and POSIX disagree about -o and -l.Tim Kientzle2004-08-031-20/+52
* Add a --version option to bsdtar that prints the versions ofTim Kientzle2004-07-261-4/+19
* A bunch of style and security fixes (error checking return values, etc),Tim Kientzle2004-07-251-5/+13
* A bunch of stuff from Christoph Mellon:Tim Kientzle2004-07-241-49/+40
* Guard against argv[0] being NULL.Tim Kientzle2004-07-191-6/+11