summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* When copying file data to the archive, don't write morekientzle2009-02-081-1/+1
* Spell "substitution" correctly.kientzle2008-12-151-3/+3
* bsdtar is synced up with 2.5.903akientzle2008-12-061-1/+1
* bsdtar always supports long options now, so we can removekientzle2008-12-061-2/+2
* Only use GCC-specific __dead2 marker when building with GCC.kientzle2008-12-062-1/+11
* When deciding which characters (of a filename, for instance)kientzle2008-11-292-49/+119
* After visiting a subdirectory, we use chdir("..") orkientzle2008-11-273-19/+57
* If we're unable to chdir() to a directory that we know exists,kientzle2008-11-271-1/+3
* Include more detailed explanation of this case, since it's prettykientzle2008-11-101-5/+34
* Test --strip-components and fix it to actually work. Jaakko did akientzle2008-11-103-16/+116
* New command-line parser for bsdtar.kientzle2008-11-086-356/+455
* When comparing, cast to the larger size, off_t in this case.kientzle2008-11-051-1/+1
* Fix compile warnings building on amd64. This is modified slightlykientzle2008-11-051-4/+5
* Clean up flags support just a tad: FreeBSD support depends onkientzle2008-09-142-28/+30
* Test handling of restores relative to symlinks.kientzle2008-09-142-0/+173
* Minor cleanup of the -q test: Assert that stdout/stderr are empty for eachkientzle2008-08-221-3/+9
* Don't clean before running tests.kientzle2008-08-221-1/+1
* Explain how the test_option_q test works.kientzle2008-08-221-0/+15
* Test for -q (aka --fast-read).kientzle2008-08-223-1/+106
* The results for test 2 here are short enough to just be included inline.kientzle2008-08-212-8/+3
* Add some more tests to verify that "./foo" matches "foo" but "/foo" does not.kientzle2008-08-214-1/+76
* Always display the unedited pathname in -t output.kientzle2008-08-214-21/+12
* Better comment the pattern tests; adjust the filenames for thekientzle2008-08-204-12/+22
* Fix SVN r181821 by not using FNM_LEADING_DIR wherekientzle2008-08-181-1/+1
* Strip leading "./" or ".//" from patterns and filenameskientzle2008-08-181-3/+39
* Don't strip a leading '/' from a pattern to be matched.kientzle2008-08-171-2/+0
OpenPOWER on IntegriCloud