aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
...
* Fill in some missing error handling, be a little more careful aboutTim Kientzle2010-02-062-17/+18
* bsdtar doesn't actually know what compression is supported by libarchiveTim Kientzle2010-02-062-42/+11
* Refactor the siginfo/sigusr1 handling. The read/write reportingTim Kientzle2010-02-067-201/+145
* Remove all traces of an experiment for handling "root" on Windows systems.Tim Kientzle2010-02-062-7/+6
* Reformat the Makefile slightly.Tim Kientzle2010-02-061-1/+11
* 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-0612-184/+271
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-022-2/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* Make sure to use up-to-date libarchive header files from source tree whenPawel Jakub Dawidek2009-09-071-1/+1
* Make -lcrypto usage dependent on whether or not we're building with OpenSSL.Tim Kientzle2009-04-181-1/+5
* Merge remaining changes from libarchive.googlecode.com:Tim Kientzle2009-04-176-42/+150
* Set options before opening the archive.Tim Kientzle2009-04-171-7/+10
* Minor portability improvement in calls to ctype.h macros.Tim Kientzle2009-04-171-2/+2
* Merge from libarchive.googlecode.com: Numerous Windows-specific build tweaks.Tim Kientzle2009-04-1710-52/+58
* Update version to 2.6.901a to indicate this is synced up with r745 ofTim Kientzle2009-03-081-1/+1
* Merge r492 from libarchive.googlecode.com: First cut at exposing theTim Kientzle2009-03-085-0/+29
* Match a comment to reduce differences with libarchive.googlecode.com.Tim Kientzle2009-03-082-1/+5
* Merge r709,r710 from libarchive.googlecode.com: More work onTim Kientzle2009-03-083-31/+779
* Merge r687-689,691,693-701,720 from libarchive.googlecode.com:Tim Kientzle2009-03-086-822/+1102
* Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com:Tim Kientzle2009-03-0823-66/+733
* Merge r368,496,625,626 from libarchive.googlecode.com: A number ofTim Kientzle2009-03-082-36/+83
* Merge r622 from libarchive.googlecode.com: Avoid warning on platformsTim Kientzle2009-03-081-1/+1
* Merge r552,r559 from libarchive.googlecode.com: High-resolution timeTim Kientzle2009-03-081-3/+10
* Merge r529 from libarchive.googlecode.com: Fix how we read ext2fs_fs.hTim Kientzle2009-03-081-4/+11
* Merge r435,r443 from libarchive.googlecode.com: Let the compiler optionsTim Kientzle2009-03-082-4/+4
* Merge r283,r423 from libarchive.googlecode.com: Use libarchive's newTim Kientzle2009-03-083-530/+127
* Merge r374 from libarchive.googlecode.com: Stupid typo in open() call. <sigh>Tim Kientzle2009-03-081-1/+1
* Merge r369 from libarchive.googlecode.com: Test -s option.Tim Kientzle2009-03-082-0/+96
* Merge r278 from libarchive.googlecode.com: Reduce the number ofTim Kientzle2009-03-081-3/+5
* Merge r273 from libarchive.googlecode.com: Use open() correctly.Tim Kientzle2009-03-081-1/+1
* Fix multiple -s options.Tim Kientzle2009-02-081-1/+1
* When copying file data to the archive, don't write moreTim Kientzle2009-02-081-1/+1
* Spell "substitution" correctly.Tim Kientzle2008-12-151-3/+3
* bsdtar is synced up with 2.5.903aTim Kientzle2008-12-061-1/+1
* bsdtar always supports long options now, so we can removeTim Kientzle2008-12-061-2/+2
* Only use GCC-specific __dead2 marker when building with GCC.Tim Kientzle2008-12-062-1/+11
* When deciding which characters (of a filename, for instance)Tim Kientzle2008-11-292-48/+118
* After visiting a subdirectory, we use chdir("..") orTim Kientzle2008-11-273-19/+57
* If we're unable to chdir() to a directory that we know exists,Tim Kientzle2008-11-271-1/+3
* Include more detailed explanation of this case, since it's prettyTim Kientzle2008-11-101-5/+34
* Test --strip-components and fix it to actually work. Jaakko did aTim Kientzle2008-11-103-15/+115
* New command-line parser for bsdtar.Tim Kientzle2008-11-086-356/+455
* When comparing, cast to the larger size, off_t in this case.Tim Kientzle2008-11-051-1/+1
* Fix compile warnings building on amd64. This is modified slightlyTim Kientzle2008-11-051-4/+5
* Clean up flags support just a tad: FreeBSD support depends onTim Kientzle2008-09-142-28/+30
* Test handling of restores relative to symlinks.Tim Kientzle2008-09-142-0/+173
* Minor cleanup of the -q test: Assert that stdout/stderr are empty for eachTim Kientzle2008-08-221-3/+9
* Don't clean before running tests.Tim Kientzle2008-08-221-1/+1