summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/write.c
Commit message (Expand)AuthorAgeFilesLines
* If the compressed data is larger than the uncompressed,kientzle2010-06-141-1/+7
* Consistently specify O_BINARY when opening files.kientzle2010-04-111-5/+9
* Merge a bunch of refactoring from Joerg Sonnenberger tokientzle2010-02-071-23/+26
* Style & Portability: Use archive_entry methods to examinekientzle2010-02-071-8/+5
* Various portability workarounds for non-FreeBSD platforms.kientzle2010-02-071-6/+45
* Restructure the logic that determines when we're crossing a mountkientzle2010-02-071-8/+29
* Trim out some unused configuration variables, removekientzle2010-02-071-3/+0
* Fill in some missing error handling, be a little more careful aboutkientzle2010-02-061-16/+17
* bsdtar doesn't actually know what compression is supported by libarchivekientzle2010-02-061-12/+11
* Refactor the siginfo/sigusr1 handling. The read/write reportingkientzle2010-02-061-24/+37
* Diff reduction compared to portable bsdtar 2.8: Move thekientzle2010-02-061-41/+42
* Merge remaining changes from libarchive.googlecode.com:kientzle2009-04-171-23/+20
* Merge r492 from libarchive.googlecode.com: First cut at exposing thekientzle2009-03-081-0/+17
* Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com:kientzle2009-03-081-0/+5
* Merge r529 from libarchive.googlecode.com: Fix how we read ext2fs_fs.hkientzle2009-03-081-4/+11
* Merge r283,r423 from libarchive.googlecode.com: Use libarchive's newkientzle2009-03-081-528/+124
* When copying file data to the archive, don't write morekientzle2009-02-081-1/+1
* After visiting a subdirectory, we use chdir("..") orkientzle2008-11-271-1/+6
* If we're unable to chdir() to a directory that we know exists,kientzle2008-11-271-1/+3
* 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
OpenPOWER on IntegriCloud