aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/write.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r188343 from -CURRENT: Unbreak writing shar archives.Tim Kientzle2009-03-291-1/+1
* MFC r185359: Return a non-zero exit code when directoriesTim Kientzle2008-11-281-1/+3
* MFC r180283, r180284: Allocate 64k copy buffer on heap, not stack.Tim Kientzle2008-08-101-44/+35
* MFC r180281: Clean up fd handling.Tim Kientzle2008-08-101-13/+14
* MFC r180277: Restore an unnecessary NULL check, for stylistic reasons.Tim Kientzle2008-08-101-1/+2
* MFC r179988: Include the filename when reporting file truncation.Tim Kientzle2008-08-101-4/+6
* Big MFC of bsdtar 2.5.5.Tim Kientzle2008-08-101-227/+88
* MFC r179236: Remove an unnecessary check for NULLTim Kientzle2008-08-101-2/+1
* MFC r179083, r179213: When we receive SIGINFO (or SIGUSR1), print out someTim Kientzle2008-08-101-0/+25
* MFC r178714: allow -r and -T together even when there are no files onTim Kientzle2008-08-101-1/+1
* MFC r177204 | kientzle | 2008-03-14 19:41:44 -0700 (Fri, 14 Mar 2008)Tim Kientzle2008-08-101-0/+3
* MFC r176395 | kientzle | 2008-02-18 21:27:17 -0800 (Mon, 18 Feb 2008)Tim Kientzle2008-08-101-1/+1
* bsdtar 2.2.3:Tim Kientzle2007-05-291-13/+18
* If lstat(2) fails, have bsdtar return a non-zero exit code if theColin Percival2007-05-031-0/+10
* Clean up error handling in archive_append to match how errors areColin Percival2007-04-091-19/+39
* Split the append_archive function (used for processing @<archive> directives)Colin Percival2007-03-311-13/+28
* Remove pathlen argument from write_entry function. It has never been used.Colin Percival2007-03-171-5/+2
* Fix logic bug; we want to do_chdir if arg doesn't start with / _and_ itColin Percival2007-03-171-1/+1
* Don't consider an lstat(2) failure to be an error (in the sense ofColin Percival2007-03-151-1/+0
* Reduce the risk of inducing heart attacks, by printing the right path whenColin Percival2007-03-141-1/+1
* bsdtar 2.0.23:Tim Kientzle2007-03-111-10/+37
* Andrew and Colin each pointed out to me that truncating the backupTim Kientzle2007-02-181-2/+0
* Correctly handle writes beyond the end of the archive entryTim Kientzle2007-02-141-1/+9
* Update -r handling:Tim Kientzle2007-02-081-12/+40
* Correct the copyright messages: Make this a standard vanillaTim Kientzle2007-01-091-3/+2
* If append_archive fails while writing an archive header, output the errorColin Percival2007-01-051-1/+1
* Clean up the struct archive used for reading an archive in the handlingColin Percival2007-01-021-0/+1
* Handle errors which occur during archive_write_data and archive_write_closeColin Percival2007-01-021-5/+11
* Remove two unused variables.Tim Kientzle2006-07-311-6/+0
* If you see a broken symlink, don't try to follow it,Tim Kientzle2006-04-021-3/+6
* Extended attribute support on write for Linux; FreeBSD hooks areTim Kientzle2006-03-211-12/+125
* Edit pathnames for -x but not for -t. Otherwise, people get confusedTim Kientzle2005-11-061-1/+1
* In mode 'u', check for an error return from archive_read_open.Tim Kientzle2005-11-011-2/+6
* Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handlingTim Kientzle2005-09-241-12/+12
* Clarify some error messages.Tim Kientzle2005-05-081-4/+4
* bsdtar now uses the "tree" package instead of "fts" for walkingTim Kientzle2005-04-241-173/+114
* A number of fixes to the autoconf-generated build system. InTim Kientzle2005-04-171-3/+7
* Support path-rewriting options (including --strip-components) for bothTim Kientzle2005-04-171-27/+17
* A handful of minor portability and style improvements.Tim Kientzle2005-03-141-14/+13
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thanTim Kientzle2005-03-131-19/+43
* Correct error handling on failed writesTim Kientzle2004-11-051-4/+2
* Make -C and -T work correctly together.Tim Kientzle2004-08-281-4/+5
* Better low-memory handling: If the link cache runs out of memory, justTim Kientzle2004-08-081-35/+36
* Move the smart chdir logic into a couple of utility functions in util.c.Tim Kientzle2004-08-081-78/+3
* Add --totals option. Unlike gtar, this reports the bytes actuallyTim Kientzle2004-08-071-0/+16
* Add "make distfile" capabilities to bsdtar, including informationalTim Kientzle2004-08-071-0/+4
* A bunch of style and security fixes (error checking return values, etc),Tim Kientzle2004-07-251-22/+44
* A bunch of stuff from Christoph Mellon:Tim Kientzle2004-07-241-8/+15
* Warn about stripping leading '/' when creating archives.Tim Kientzle2004-06-271-1/+8
* Augment the -T handling:Tim Kientzle2004-06-271-39/+31