summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* If a file is specifically both included and excluded, then:kientzle2010-04-111-25/+26
* Diff reduction against bsdtar 2.8.3kientzle2010-04-111-11/+25
* Diff reduction against bsdtar 2.8.3kientzle2010-04-111-1/+2
* Fix -X.kientzle2010-04-111-1/+1
* Consistently specify O_BINARY when opening files.kientzle2010-04-111-5/+9
* Remove an unnecessary include and conditionalize some code.kientzle2010-04-112-1/+6
* Correct the markup for the -s option,kientzle2010-04-111-7/+30
* Fix several typos in macros or macro misusage.uqs2010-03-121-1/+1
* Fixed dependencies (make checkdpadd).ru2010-02-251-1/+2
* Fix common misspelling of hierarchyuqs2010-02-203-3/+3
* Simplify, remove unnecessary code.kientzle2010-02-071-30/+10
* Merge a bunch of refactoring from Joerg Sonnenberger tokientzle2010-02-0713-433/+724
* Style & Portability: Use archive_entry methods to examinekientzle2010-02-072-40/+24
* Various portability workarounds for non-FreeBSD platforms.kientzle2010-02-072-6/+49
* Restructure the logic that determines when we're crossing a mountkientzle2010-02-071-8/+29
* Minor code rework.kientzle2010-02-071-21/+8
* Trim out some unused configuration variables, removekientzle2010-02-074-65/+0
* Fill in some missing error handling, be a little more careful aboutkientzle2010-02-062-17/+18
* bsdtar doesn't actually know what compression is supported by libarchivekientzle2010-02-062-42/+11
* Refactor the siginfo/sigusr1 handling. The read/write reportingkientzle2010-02-067-202/+146
* Remove all traces of an experiment for handling "root" on Windows systems.kientzle2010-02-062-7/+6
* Reformat the Makefile slightly.kientzle2010-02-061-1/+11
* Allow -b up to 8192. I've had reports from people who routinelykientzle2010-02-061-2/+2
* Diff reduction compared to portable bsdtar 2.8: Move thekientzle2010-02-0612-184/+271
* Build usr.bin/ with WARNS=6 by default.ed2010-01-022-2/+0
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
* Make sure to use up-to-date libarchive header files from source tree whenpjd2009-09-071-1/+1
* Make -lcrypto usage dependent on whether or not we're building with OpenSSL.kientzle2009-04-181-1/+5
* Merge remaining changes from libarchive.googlecode.com:kientzle2009-04-176-42/+150
* Set options before opening the archive.kientzle2009-04-171-7/+10
* Minor portability improvement in calls to ctype.h macros.kientzle2009-04-171-2/+2
* Merge from libarchive.googlecode.com: Numerous Windows-specific build tweaks.kientzle2009-04-1710-52/+58
* Update version to 2.6.901a to indicate this is synced up with r745 ofkientzle2009-03-081-1/+1
* Merge r492 from libarchive.googlecode.com: First cut at exposing thekientzle2009-03-085-0/+29
* Match a comment to reduce differences with libarchive.googlecode.com.kientzle2009-03-082-1/+5
* Merge r709,r710 from libarchive.googlecode.com: More work onkientzle2009-03-083-31/+779
* Merge r687-689,691,693-701,720 from libarchive.googlecode.com:kientzle2009-03-086-822/+1102
* Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com:kientzle2009-03-0823-66/+733
* Merge r368,496,625,626 from libarchive.googlecode.com: A number ofkientzle2009-03-082-36/+83
* Merge r622 from libarchive.googlecode.com: Avoid warning on platformskientzle2009-03-081-1/+1
* Merge r552,r559 from libarchive.googlecode.com: High-resolution timekientzle2009-03-081-3/+10
* Merge r529 from libarchive.googlecode.com: Fix how we read ext2fs_fs.hkientzle2009-03-081-4/+11
* Merge r435,r443 from libarchive.googlecode.com: Let the compiler optionskientzle2009-03-082-4/+4
* Merge r283,r423 from libarchive.googlecode.com: Use libarchive's newkientzle2009-03-083-530/+127
* Merge r374 from libarchive.googlecode.com: Stupid typo in open() call. <sigh>kientzle2009-03-081-1/+1
* Merge r369 from libarchive.googlecode.com: Test -s option.kientzle2009-03-082-0/+96
* Merge r278 from libarchive.googlecode.com: Reduce the number ofkientzle2009-03-081-3/+5
* Merge r273 from libarchive.googlecode.com: Use open() correctly.kientzle2009-03-081-1/+1
* Fix multiple -s options.kientzle2009-02-081-1/+1
OpenPOWER on IntegriCloud