summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Documentation updates:kientzle2008-05-022-3/+9
* bsdtar --version should succeed.kientzle2008-05-021-1/+1
* New bsdtar test harness. Still rather skimpy, but a lot easierkientzle2008-05-0211-0/+2203
* Allow -r with -T even if there are no files on the command line.kientzle2008-05-021-1/+1
* Fix --fast-read by decrementing the remaining patterns to be matched,kientzle2008-03-182-2/+2
* style(9) fix to add whitespace around an '=' sign and restorekientzle2008-03-151-1/+2
* Support NetBSD's --insecure as a synonym for -P.kientzle2008-03-151-0/+1
* Document --chroot.kientzle2008-03-151-0/+6
* Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSDkientzle2008-03-152-14/+13
* Also accept --uncompress as a synonym for -Z.kientzle2008-03-151-0/+1
* --chroot implementation thanks to Joerg Sonnenberger.kientzle2008-03-154-0/+18
* Support --compress as a synonym for -Z.kientzle2008-03-151-0/+1
* Enable and document the -Z option for selecting "compress" compression,kientzle2008-03-153-5/+13
* Allow appending to archives on block devices as well askientzle2008-02-191-1/+1
* Make -l always have the SUSv2 meaning of "check links."kientzle2008-01-222-30/+11
* Remove the old bsdtar test scripts; something muchkientzle2008-01-028-859/+0
* A couple of miscellaneous fixes:kientzle2008-01-023-4/+18
* Fill in the approximate date when tar(1) first appeared.kientzle2008-01-021-1/+1
* Include a suitable stub definition of __FBSDID() for non-FreeBSD platforms.kientzle2008-01-021-1/+2
* Use archive_entry_strmode() instead of a local bsdtar_strmode().kientzle2008-01-023-53/+3
* Include Guido's copyright for the fnmatch() code I cribbed from.kientzle2008-01-021-1/+36
* Add --posix as a synonym for --format=pax, for GNUkientzle2007-09-091-0/+5
* Fix for PR bin/115033. This corrects a crash when long optionskientzle2007-08-011-0/+4
* Fill in some casts that are needed (according to GCC 4.1)kientzle2007-07-201-6/+6
* Don't exit immediately on libarchive warnings, justkientzle2007-07-202-4/+4
* bsdtar 2.2.3:kientzle2007-05-296-20/+39
OpenPOWER on IntegriCloud