aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
...
* 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-315/+694
* 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
* Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSDTim Kientzle2008-03-152-14/+13
* Also accept --uncompress as a synonym for -Z.Tim Kientzle2008-03-151-0/+1
* --chroot implementation thanks to Joerg Sonnenberger.Tim Kientzle2008-03-154-0/+18
* Support --compress as a synonym for -Z.Tim Kientzle2008-03-151-0/+1
* Enable and document the -Z option for selecting "compress" compression,Tim Kientzle2008-03-153-5/+13
* Allow appending to archives on block devices as well asTim Kientzle2008-02-191-1/+1
* Make -l always have the SUSv2 meaning of "check links."Tim Kientzle2008-01-222-30/+11
* Remove the old bsdtar test scripts; something muchTim Kientzle2008-01-028-859/+0
* A couple of miscellaneous fixes:Tim Kientzle2008-01-023-4/+18