summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-08-13cp: fix -i for POSIX mode. Closes 9106Denys Vlasenko1-4/+9
2016-07-14cp: make verbose cp show symlink copies tooDenys Vlasenko1-1/+2
2016-05-26cp: add -u/--update and --remove-destinationDenys Vlasenko3-19/+56
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko11-10/+62
2011-01-28libbb/copy_file.c: use smallints instead of signed charsDenys Vlasenko1-4/+4
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-06cosmetic fixesDenys Vlasenko2-7/+8
2010-01-15cp: fix -H handlingDenys Vlasenko5-24/+227
2009-11-29fix improper utimes usageDenys Vlasenko4-18/+18
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko4-11/+18
2009-11-14use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer4-17/+13
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-07-05cp: make "non-POSIX" cp a bit more consistentDenys Vlasenko1-34/+28
2009-07-05cp: by popular demand, make it POSIX compliant (but less safe)Denys Vlasenko2-9/+19
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-03-28copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko6-26/+63
2008-02-13cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko3-1/+32
2007-09-11cp: make it a bit closer to POSIX, but still refuse to open andDenis Vlasenko1-5/+7
2007-09-11cp: make "cp file /dev/node" special case; explained in commentsDenis Vlasenko1-7/+15
2007-08-27cp: fix recursion check to not waste bytes remembering names of dirsDenis Vlasenko1-6/+5
2007-08-27cp: detect and prevent infinite recursionDenis Vlasenko1-17/+35
2007-08-25make copy_file() a bit easier to understand, and smallerDenis Vlasenko4-71/+68
2007-08-24cp: make POSIX-me-harder mode complain with a bit less insane messageDenis Vlasenko1-7/+8
2007-06-20do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko6-54/+56
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko20-162/+183
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko23-145/+145
2007-03-15copy_file: comment out one condition which is always false.Denis Vlasenko1-28/+50
2007-03-14stop using big static buffer for inode hashDenis Vlasenko3-43/+48
2007-03-12introduce and use setfscreatecon_or_dieDenis Vlasenko7-13/+16
2007-03-10selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko14-47/+452
2007-02-11syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko15-38/+46
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko48-310/+310
2006-10-21cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko6-159/+188
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko45-69/+71
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-06-24The logic to make cp -d or -P treat things like regular files should onlyRob Landley1-21/+14
2006-06-13Random cleanup of platform.h.Rob Landley3-29/+24
2006-04-12- add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer13-90/+66
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer18-109/+47
2006-03-14Attempt to make a warning go away without increasing size.Rob Landley1-4/+3
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-11-01Fix cp /dev/null filename, and a few in-passing cleanups.Rob Landley2-84/+46
2005-07-19applying fix for:Paul Fox1-1/+1
2005-07-19applying fix from:Paul Fox1-3/+7
2005-04-14fake out support for POSIX -H and -L options since busybox cp dereferences ev...Mike Frysinger3-9/+19
2004-04-19Dont try and preserve hard links to directories.Glenn L McGrath1-1/+3
2004-02-22For the time being, revert the changes for detecting copyingEric Andersen1-6/+0
2004-02-19Chris Larson (kergoth) writes:Eric Andersen1-16/+6
2004-02-19Chris Larson (kergoth) writes:Eric Andersen1-0/+16
[next]