aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
* 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-16/+116
* 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
* Explain how the test_option_q test works.Tim Kientzle2008-08-221-0/+15
* Test for -q (aka --fast-read).Tim Kientzle2008-08-223-1/+106
* The results for test 2 here are short enough to just be included inline.Tim Kientzle2008-08-212-8/+3
* Add some more tests to verify that "./foo" matches "foo" but "/foo" does not.Tim Kientzle2008-08-214-1/+76
* Always display the unedited pathname in -t output.Tim Kientzle2008-08-214-21/+12
* Better comment the pattern tests; adjust the filenames for theTim Kientzle2008-08-204-12/+22
* Fix SVN r181821 by not using FNM_LEADING_DIR whereTim Kientzle2008-08-181-1/+1
* Strip leading "./" or ".//" from patterns and filenamesTim Kientzle2008-08-181-3/+39
* Don't strip a leading '/' from a pattern to be matched.Tim Kientzle2008-08-171-2/+0
* Test updates: Handling of patterns on command line, error messages.Tim Kientzle2008-08-156-1/+40
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-041-1/+1
* - Fix mtree example so it works.Simon L. B. Nielsen2008-07-261-0/+7
* Move duplicated code from tar_mode_[cru] into archive_write.Colin Percival2008-07-051-32/+15
* Use malloc in write_archive to allocate a 64kB buffer for holding file dataColin Percival2008-07-052-12/+21
* Clean up write_entry by eliminating fd except in the #ifdef __linux blockColin Percival2008-07-051-13/+14
* Revert CVS revision 1.68; it is now possible for entry to be NULL at the endColin Percival2008-07-051-1/+2
* FreeBSD-CURRENT bsdtar is synched up with libarchive-portable 2.5.5.Tim Kientzle2008-07-051-1/+1
* Remove HAVE_STRUCT_STAT_ST_RDEV, as it's not used anywhere.Tim Kientzle2008-07-051-1/+0
* Stop using the deprecated linux/ext2_fs.h.Tim Kientzle2008-07-051-3/+0
* Use %H:%M for strftime() time formatting instead of the non-portable %R.Tim Kientzle2008-07-051-1/+1
* Pass the entry down into the core write loop, so weTim Kientzle2008-06-251-4/+6
* MfP4: Minor portability fix.Tim Kientzle2008-06-151-1/+9
* MfP4: test harness cleanup.Tim Kientzle2008-06-152-19/+21
* Make one-bit fields unsigned instead of signed. This has no effect,Colin Percival2008-06-091-1/+1
* Rework code to avoid using a pointer after freeing it. Aside from theColin Percival2008-06-091-2/+4
* Compatibility fix: define REG_BASIC if it isn't already. In particular,Tim Kientzle2008-05-271-0/+4
* MFp4: bsdtar 2.5.4bTim Kientzle2008-05-2614-316/+695
* The value le->name cannot be NULL when we're freeing an entry in theColin Percival2008-05-231-2/+1
* Improve portability via s/struct siginfo/struct siginfo_data/. This wasColin Percival2008-05-222-3/+3
* Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit,Colin Percival2008-05-191-2/+2
* There's no way for entry to possibly be NULL at the end of write_entryColin Percival2008-05-191-2/+1
* Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)Colin Percival2008-05-185-1/+205
* Add --keep-newer-files option (as in GNU tar: When in -x mode, ignoreColin Percival2008-05-172-0/+9
* Documentation updates:Tim Kientzle2008-05-022-3/+9
* bsdtar --version should succeed.Tim Kientzle2008-05-021-1/+1
* New bsdtar test harness. Still rather skimpy, but a lot easierTim Kientzle2008-05-0211-0/+2203
* Allow -r with -T even if there are no files on the command line.Tim Kientzle2008-05-021-1/+1
* Fix --fast-read by decrementing the remaining patterns to be matched,Tim Kientzle2008-03-182-2/+2
* 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
* Document --chroot.Tim Kientzle2008-03-151-0/+6