aboutsummaryrefslogtreecommitdiff
path: root/libbb/copy_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* adapt it to be buildableNguyễn Thái Ngọc Duy2009-04-231-0/+10
* style fixes. No code changesvda2007-04-121-1/+1
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-111-6/+4
* fix accumulated whitespace and indentation damagevda2007-03-201-2/+2
* copy_file: comment out one condition which is always false.vda2007-03-151-28/+50
* stop using big static buffer for inode hashvda2007-03-141-12/+11
* introduce and use setfscreatecon_or_dievda2007-03-121-1/+1
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)vda2007-03-101-0/+40
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-111-1/+1
* Trailing whitespace removal over entire treevda2007-01-111-1/+1
* cp: add support for -s, -l. Fix free(nonmalloc) bug.vda2006-10-211-84/+126
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-3/+1
* The logic to make cp -d or -P treat things like regular files should onlylandley2006-06-241-21/+14
* Random cleanup of platform.h.landley2006-06-131-7/+0
* - add and use bb_opendir(), bb_xopendir().aldot2006-04-121-2/+1
* - move buffer allocation schemes to libbb.haldot2006-04-031-1/+1
* Attempt to make a warning go away without increasing size.landley2006-03-141-4/+3
* just whitespacetimr2006-01-251-1/+1
* Fix cp /dev/null filename, and a few in-passing cleanups.landley2005-11-011-59/+44
* applying fix for:pgf2005-07-191-1/+1
* applying fix from:pgf2005-07-191-3/+7
* fake out support for POSIX -H and -L options since busybox cp dereferences ev...vapier2005-04-141-4/+5
* Dont try and preserve hard links to directories.bug12004-04-191-1/+3
* For the time being, revert the changes for detecting copyingandersen2004-02-221-6/+0
* Chris Larson (kergoth) writes:andersen2004-02-191-16/+6
* Chris Larson (kergoth) writes:andersen2004-02-191-0/+16
* Patch from Matt Kraai to fix debian bug #227081bug12004-01-111-1/+1
* Use low level file descriptors to match bb_copyfd_eofbug12003-12-201-20/+19
* As we no longer use function pointers for read in common archiving codebug12003-11-211-1/+1
* Vodz, last_patch_86bug12003-05-261-4/+2
* Major coreutils update.mjn32003-03-191-27/+27
* Merge copyfd and copy_file_chunkbug12002-12-131-1/+1
* last_patch56 from vodz to simplify copy_file logicandersen2002-09-171-74/+18
* Let people force overwrite linksandersen2002-09-161-1/+1
* Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE forandersen2002-09-161-1/+65
* * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev.kraai2002-06-111-1/+1
* Make cp and mv optionally preserve hard links.kraai2001-12-171-1/+23
* Open the source before creating the destination.kraai2001-12-111-8/+11
* Major rework of the directory structure and the entire build system.andersen2001-10-241-1/+0
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.kraai2001-10-051-2/+2
* dfp might be used uninitialized. NULL it.andersen2001-08-211-1/+1
* Add some missing includes to kill warnings when building with the defaultmjn32001-06-291-0/+1
* Copy files until EOF, not the reported file size, to deal with bad sizes inkraai2001-06-111-3/+4
* Made new xreadlink function for libbb and changed applets to use it instead ofmarkw2001-04-301-10/+3
* Fix user permissions of copied directories.kraai2001-04-301-1/+8
* Simplify permission handling for FIFOs.kraai2001-04-301-12/+1
* Fix exit status when there is an error copying a file.kraai2001-04-301-1/+1
* Terminate source correctly when copying symlink. Report and patch bykraai2001-04-271-2/+3
* Use generic flag names.kraai2001-04-241-9/+10