summaryrefslogtreecommitdiff
path: root/usr.bin/tar/bsdtar.c
Commit message (Expand)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-756/+0
* Bring in the --gid --gname --uid and --uname implementationTim Kientzle2011-10-221-4/+27
* Update bsdtar to 2.8.4Martin Matuska2011-07-171-30/+35
* Remove an unnecessary include and conditionalize some code.Tim Kientzle2010-04-111-1/+2
* Merge a bunch of refactoring from Joerg Sonnenberger toTim Kientzle2010-02-071-4/+5
* Various portability workarounds for non-FreeBSD platforms.Tim Kientzle2010-02-071-0/+4
* Trim out some unused configuration variables, removeTim Kientzle2010-02-071-3/+0
* bsdtar doesn't actually know what compression is supported by libarchiveTim Kientzle2010-02-061-30/+0
* Refactor the siginfo/sigusr1 handling. The read/write reportingTim Kientzle2010-02-061-6/+46
* Remove all traces of an experiment for handling "root" on Windows systems.Tim Kientzle2010-02-061-2/+5
* Allow -b up to 8192. I've had reports from people who routinelyTim Kientzle2010-02-061-2/+2
* Diff reduction compared to portable bsdtar 2.8: Move theTim Kientzle2010-02-061-44/+45
* Merge remaining changes from libarchive.googlecode.com:Tim Kientzle2009-04-171-10/+37
* Merge r492 from libarchive.googlecode.com: First cut at exposing theTim Kientzle2009-03-081-0/+3
* Match a comment to reduce differences with libarchive.googlecode.com.Tim Kientzle2009-03-081-1/+1
* Merge r687-689,691,693-701,720 from libarchive.googlecode.com:Tim Kientzle2009-03-081-3/+6
* Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com:Tim Kientzle2009-03-081-1/+16
* New command-line parser for bsdtar.Tim Kientzle2008-11-081-329/+33
* Test for -q (aka --fast-read).Tim Kientzle2008-08-221-1/+1
* MFp4: bsdtar 2.5.4bTim Kientzle2008-05-261-1/+21
* Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit,Colin Percival2008-05-191-2/+2
* Add --keep-newer-files option (as in GNU tar: When in -x mode, ignoreColin Percival2008-05-171-0/+5
* Documentation updates:Tim Kientzle2008-05-021-1/+1
* bsdtar --version should succeed.Tim Kientzle2008-05-021-1/+1
* style(9) fix to add whitespace around an '=' sign and restoreTim Kientzle2008-03-151-1/+2
* Support NetBSD's --insecure as a synonym for -P.Tim Kientzle2008-03-151-0/+1
* Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSDTim Kientzle2008-03-151-5/+4
* Also accept --uncompress as a synonym for -Z.Tim Kientzle2008-03-151-0/+1
* --chroot implementation thanks to Joerg Sonnenberger.Tim Kientzle2008-03-151-0/+5
* Support --compress as a synonym for -Z.Tim Kientzle2008-03-151-0/+1
* Enable and document the -Z option for selecting "compress" compression,Tim Kientzle2008-03-151-5/+0
* Make -l always have the SUSv2 meaning of "check links."Tim Kientzle2008-01-221-13/+3
* A couple of miscellaneous fixes:Tim Kientzle2008-01-021-1/+11
* 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