aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/write.c
Commit message (Expand)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-1176/+0
* Sync bsdtar with vendor branch release/2.8:Martin Matuska2011-12-201-3/+2
* Bring in the --gid --gname --uid and --uname implementationTim Kientzle2011-10-221-0/+18
* Update bsdtar to 2.8.4Martin Matuska2011-07-171-45/+45
* The --newer-than test should descend into oldTim Kientzle2011-06-261-4/+12
* If there is a read error reading Y/N confirmation from the keyboard,Tim Kientzle2011-06-251-0/+7
* If the compressed data is larger than the uncompressed,Tim Kientzle2010-06-141-1/+7
* Consistently specify O_BINARY when opening files.Tim Kientzle2010-04-111-5/+9
* Merge a bunch of refactoring from Joerg Sonnenberger toTim Kientzle2010-02-071-23/+26
* Style & Portability: Use archive_entry methods to examineTim Kientzle2010-02-071-8/+5
* Various portability workarounds for non-FreeBSD platforms.Tim Kientzle2010-02-071-6/+45
* Restructure the logic that determines when we're crossing a mountTim Kientzle2010-02-071-8/+29
* Trim out some unused configuration variables, removeTim Kientzle2010-02-071-3/+0
* Fill in some missing error handling, be a little more careful aboutTim Kientzle2010-02-061-16/+17
* bsdtar doesn't actually know what compression is supported by libarchiveTim Kientzle2010-02-061-12/+11
* Refactor the siginfo/sigusr1 handling. The read/write reportingTim Kientzle2010-02-061-24/+37
* Diff reduction compared to portable bsdtar 2.8: Move theTim Kientzle2010-02-061-41/+42
* Merge remaining changes from libarchive.googlecode.com:Tim Kientzle2009-04-171-23/+20
* Merge r492 from libarchive.googlecode.com: First cut at exposing theTim Kientzle2009-03-081-0/+17
* Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com:Tim Kientzle2009-03-081-0/+5
* Merge r529 from libarchive.googlecode.com: Fix how we read ext2fs_fs.hTim Kientzle2009-03-081-4/+11
* Merge r283,r423 from libarchive.googlecode.com: Use libarchive's newTim Kientzle2009-03-081-528/+124
* When copying file data to the archive, don't write moreTim Kientzle2009-02-081-1/+1
* After visiting a subdirectory, we use chdir("..") orTim Kientzle2008-11-271-1/+6
* If we're unable to chdir() to a directory that we know exists,Tim Kientzle2008-11-271-1/+3
* Clean up flags support just a tad: FreeBSD support depends onTim Kientzle2008-09-141-28/+29
* 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-051-12/+20
* 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
* Stop using the deprecated linux/ext2_fs.h.Tim Kientzle2008-07-051-3/+0
* Pass the entry down into the core write loop, so weTim Kientzle2008-06-251-4/+6
* MFp4: bsdtar 2.5.4bTim Kientzle2008-05-261-222/+87
* The value le->name cannot be NULL when we're freeing an entry in theColin Percival2008-05-231-2/+1
* 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-181-0/+25
* Allow -r with -T even if there are no files on the command line.Tim Kientzle2008-05-021-1/+1
* Enable and document the -Z option for selecting "compress" compression,Tim Kientzle2008-03-151-0/+3
* Allow appending to archives on block devices as well asTim Kientzle2008-02-191-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