summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Test updates: Handling of patterns on command line, error messages.kientzle2008-08-156-1/+40
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-1/+1
* - Fix mtree example so it works.simon2008-07-261-0/+7
* Move duplicated code from tar_mode_[cru] into archive_write.cperciva2008-07-051-32/+15
* Use malloc in write_archive to allocate a 64kB buffer for holding file datacperciva2008-07-052-12/+21
* Clean up write_entry by eliminating fd except in the #ifdef __linux blockcperciva2008-07-051-13/+14
* Revert CVS revision 1.68; it is now possible for entry to be NULL at the endcperciva2008-07-051-1/+2
* FreeBSD-CURRENT bsdtar is synched up with libarchive-portable 2.5.5.kientzle2008-07-051-1/+1
* Remove HAVE_STRUCT_STAT_ST_RDEV, as it's not used anywhere.kientzle2008-07-051-1/+0
* Stop using the deprecated linux/ext2_fs.h.kientzle2008-07-051-3/+0
* Use %H:%M for strftime() time formatting instead of the non-portable %R.kientzle2008-07-051-1/+1
* Pass the entry down into the core write loop, so wekientzle2008-06-251-4/+6
* MfP4: Minor portability fix.kientzle2008-06-151-1/+9
* MfP4: test harness cleanup.kientzle2008-06-152-19/+21
* Make one-bit fields unsigned instead of signed. This has no effect,cperciva2008-06-091-1/+1
* Rework code to avoid using a pointer after freeing it. Aside from thecperciva2008-06-091-2/+4
* Compatibility fix: define REG_BASIC if it isn't already. In particular,kientzle2008-05-271-0/+4
* MFp4: bsdtar 2.5.4bkientzle2008-05-2614-316/+695
* The value le->name cannot be NULL when we're freeing an entry in thecperciva2008-05-231-2/+1
* Improve portability via s/struct siginfo/struct siginfo_data/. This wascperciva2008-05-222-3/+3
* Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit,cperciva2008-05-191-2/+2
* There's no way for entry to possibly be NULL at the end of write_entrycperciva2008-05-191-2/+1
* Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)cperciva2008-05-185-1/+205
* Add --keep-newer-files option (as in GNU tar: When in -x mode, ignorecperciva2008-05-172-0/+9
OpenPOWER on IntegriCloud