summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/write.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up flags support just a tad: FreeBSD support depends onkientzle2008-09-141-28/+29
* 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-051-12/+20
* 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
* Stop using the deprecated linux/ext2_fs.h.kientzle2008-07-051-3/+0
* Pass the entry down into the core write loop, so wekientzle2008-06-251-4/+6
* MFp4: bsdtar 2.5.4bkientzle2008-05-261-222/+87
* The value le->name cannot be NULL when we're freeing an entry in thecperciva2008-05-231-2/+1
* 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-181-0/+25
* Allow -r with -T even if there are no files on the command line.kientzle2008-05-021-1/+1
* Enable and document the -Z option for selecting "compress" compression,kientzle2008-03-151-0/+3
* Allow appending to archives on block devices as well askientzle2008-02-191-1/+1
* bsdtar 2.2.3:kientzle2007-05-291-13/+18
* If lstat(2) fails, have bsdtar return a non-zero exit code if thecperciva2007-05-031-0/+10
* Clean up error handling in archive_append to match how errors arecperciva2007-04-091-19/+39
* Split the append_archive function (used for processing @<archive> directives)cperciva2007-03-311-13/+28
* Remove pathlen argument from write_entry function. It has never been used.cperciva2007-03-171-5/+2
* Fix logic bug; we want to do_chdir if arg doesn't start with / _and_ itcperciva2007-03-171-1/+1
* Don't consider an lstat(2) failure to be an error (in the sense ofcperciva2007-03-151-1/+0
* Reduce the risk of inducing heart attacks, by printing the right path whencperciva2007-03-141-1/+1
* bsdtar 2.0.23:kientzle2007-03-111-10/+37
* Andrew and Colin each pointed out to me that truncating the backupkientzle2007-02-181-2/+0
* Correctly handle writes beyond the end of the archive entrykientzle2007-02-141-1/+9
* Update -r handling:kientzle2007-02-081-12/+40
* Correct the copyright messages: Make this a standard vanillakientzle2007-01-091-3/+2
* If append_archive fails while writing an archive header, output the errorcperciva2007-01-051-1/+1
* Clean up the struct archive used for reading an archive in the handlingcperciva2007-01-021-0/+1
* Handle errors which occur during archive_write_data and archive_write_closecperciva2007-01-021-5/+11
* Remove two unused variables.kientzle2006-07-311-6/+0
* If you see a broken symlink, don't try to follow it,kientzle2006-04-021-3/+6
* Extended attribute support on write for Linux; FreeBSD hooks arekientzle2006-03-211-12/+125
* Edit pathnames for -x but not for -t. Otherwise, people get confusedkientzle2005-11-061-1/+1
* In mode 'u', check for an error return from archive_read_open.kientzle2005-11-011-2/+6
* Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handlingkientzle2005-09-241-12/+12
* Clarify some error messages.kientzle2005-05-081-4/+4
* bsdtar now uses the "tree" package instead of "fts" for walkingkientzle2005-04-241-175/+116
* A number of fixes to the autoconf-generated build system. Inkientzle2005-04-171-3/+7
* Support path-rewriting options (including --strip-components) for bothkientzle2005-04-171-27/+17
* A handful of minor portability and style improvements.kientzle2005-03-141-14/+13
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thankientzle2005-03-131-20/+44
* Correct error handling on failed writeskientzle2004-11-051-4/+2
* Make -C and -T work correctly together.kientzle2004-08-281-4/+5
* Better low-memory handling: If the link cache runs out of memory, justkientzle2004-08-081-35/+36
* Move the smart chdir logic into a couple of utility functions in util.c.kientzle2004-08-081-78/+3
* Add --totals option. Unlike gtar, this reports the bytes actuallykientzle2004-08-071-0/+16
* Add "make distfile" capabilities to bsdtar, including informationalkientzle2004-08-071-0/+4
* A bunch of style and security fixes (error checking return values, etc),kientzle2004-07-251-22/+44
* A bunch of stuff from Christoph Mellon:kientzle2004-07-241-8/+15
OpenPOWER on IntegriCloud