summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/bsdtar.c
Commit message (Expand)AuthorAgeFilesLines
* Test for -q (aka --fast-read).kientzle2008-08-221-1/+1
* MFp4: bsdtar 2.5.4bkientzle2008-05-261-1/+21
* Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit,cperciva2008-05-191-2/+2
* Add --keep-newer-files option (as in GNU tar: When in -x mode, ignorecperciva2008-05-171-0/+5
* Documentation updates:kientzle2008-05-021-1/+1
* bsdtar --version should succeed.kientzle2008-05-021-1/+1
* 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
* Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSDkientzle2008-03-151-5/+4
* Also accept --uncompress as a synonym for -Z.kientzle2008-03-151-0/+1
* --chroot implementation thanks to Joerg Sonnenberger.kientzle2008-03-151-0/+5
* Support --compress as a synonym for -Z.kientzle2008-03-151-0/+1
* Enable and document the -Z option for selecting "compress" compression,kientzle2008-03-151-5/+0
* Make -l always have the SUSv2 meaning of "check links."kientzle2008-01-221-13/+3
* A couple of miscellaneous fixes:kientzle2008-01-021-1/+11
* 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
* bsdtar 2.2.3:kientzle2007-05-291-0/+6
* Issue a warning if there's a non-zero exit value.kientzle2007-03-241-0/+3
* bsdtar 2.0.23:kientzle2007-03-111-14/+93
* Correct the copyright messages: Make this a standard vanillakientzle2007-01-091-3/+2
* 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-231-1/+1
* Remove -F option from getopts string -- this option has never donecperciva2006-12-201-1/+1
* Extended attribute support on write for Linux; FreeBSD hooks arekientzle2006-03-211-2/+1
* Change the output of --version to match GNU "gnits" standards.kientzle2006-03-071-5/+2
* Spell "--format" correctly in error message. (It hasn't beenkientzle2005-11-011-1/+1
* The bsdtar_warnc() reporting function requires the program name to bekientzle2005-08-021-10/+12
* A number of fixes to the autoconf-generated build system. Inkientzle2005-04-171-1/+0
* Support path-rewriting options (including --strip-components) for bothkientzle2005-04-171-2/+2
* A handful of minor portability and style improvements.kientzle2005-03-141-1/+1
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thankientzle2005-03-131-16/+59
* Add --strip-components option, per bin/77666.kientzle2005-03-131-1/+6
* GC an unused #includekientzle2004-12-221-1/+0
* Fix -W long option handling.kientzle2004-12-221-5/+15
* getopt(3) prints an "unrecognized option" warning for me, so Ikientzle2004-10-171-1/+0
* Support -t -O as in gtar. Perversely enough, -O means "send to stderr"kientzle2004-08-271-1/+1
* Permit -P to be combined with -t. (It's a no-op then, just as in gtar.)kientzle2004-08-261-2/+0
* Tell getopt to accept the (already-implemented) -I option.kientzle2004-08-261-1/+1
* Make -I and --files-from be synonyms for -Tkientzle2004-08-131-0/+4
* gtar uses -F for another purpose, so bsdtar no longer treats it as akientzle2004-08-081-3/+4
* Move the smart chdir logic into a couple of utility functions in util.c.kientzle2004-08-081-2/+1
* It shouldn't be an error to specify the same mode twice: allow -cc but not -ct.kientzle2004-08-081-50/+37
* Add --totals option. Unlike gtar, this reports the bytes actuallykientzle2004-08-071-2/+7
* Linux port corrections:kientzle2004-08-071-1/+4
* Add "make distfile" capabilities to bsdtar, including informationalkientzle2004-08-071-4/+31
* GNU and POSIX disagree about -o and -l.kientzle2004-08-031-20/+52
* Add a --version option to bsdtar that prints the versions ofkientzle2004-07-261-4/+19
* A bunch of style and security fixes (error checking return values, etc),kientzle2004-07-251-5/+13
OpenPOWER on IntegriCloud