OSDN Git Service

Evgenii Stepanov found a bug where argv0len was set wrong for threads
[android-x86/external-toybox.git] / toys / posix / cp.c
2016-08-19 Rob LandleyChange xgetpwnamid/xgetgrnamid to xgetuid/xgetgid retur...
2016-06-15 Rob LandleyAdd readlink0() and readlinkat0() which null terminate...
2016-06-09 Kyungsik LeeFix dangling link after cp command
2016-05-31 Rob LandleyIn cp -a, don't complain if non-root user can't chown...
2016-05-30 Rob LandleyAdd output path to cp error message filenames.
2016-03-30 Rob LandleyWhitespace and comment.
2016-03-30 Andy ChuImplement mv -n / cp -n (no clobber).
2016-03-12 Rob LandleyUpdate scripts/single.sh and cp.c so "make mv" isn...
2016-03-12 Rob LandleyThe xattr functions were added during the 2.5 kernel...
2016-03-07 Rob LandleyCleanup pass on the dirtree infrastructure, in preparat...
2016-02-02 Elliott HughesFix directory test in cp.
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2015-12-22 Rob LandleyFirst guess at cp xattr support, ala --preserve=context...
2015-12-22 Rob LandleyConvert cp from magic constants to TAGGED_ARRAY()
2015-10-28 Rob LandleyInstall without a mode should use 0755, and check FLAG_...
2015-09-07 Rob LandleyRemove prompt argument from yesno(), caller can fprintf...
2015-08-30 Elliott HughesFix mv on overwrite.
2015-07-04 Rob LandleyFirst pass on cp --preserve
2015-05-10 Rob LandleyCleanups of dirtree_start() calls. (Don't need to feed...
2015-05-09 Rob LandleyAdd DIRTREE_SHUTUP to disable dirtree warnings if file...
2015-03-21 Rob Landleyinstall -D bugfix from David Halls.
2015-03-12 Rob LandleyMake install support numeric uid/gids (reported by...
2015-03-01 Rob LandleyPatches from Elliott Hughes to fix various printf(...
2015-02-15 Rob LandleyAdd --remove-destination longopt for -F because the...
2015-01-01 Rob LandleyWhen CP_MORE was disabled, the d flag was still in...
2014-12-18 Rob LandleyDecouple cp and mv so mv uses its own --help text.
2014-11-22 Rob LandleyAs long as Android's going to require fortify, fixup...
2014-10-14 Rob LandleyFix last night's mv commit (use dest, not source).
2014-10-14 Rob LandleyImplement mv -f and -i.
2014-10-09 Rob LandleyVarious bugfixes (mostly resource leaks) from Ashwini...
2014-09-14 Rob LandleySplit xpopen() into xpopen_both(), xpopen(), and xrun...
2014-09-01 Rob LandleyAdd cp -F to force delete of existing destination files...
2014-08-16 Rob LandleyAdd install to cp/mv.
2014-07-26 Rob LandleyMove DIRTREE_COMEAGAIN second callback up to when the...
2014-07-14 Rob LandleyImplement -HL for cp.
2014-02-04 Rob LandleyTweak help text.
2014-01-16 Rob LandleyRename xmsprintf() to just xmprintf().
2013-08-01 Rob LandleyNeed to specify bool for CP_MV_MORE config symbol to...
2013-06-23 Rob LandleyImplement mv as an extension of cp.
2013-02-11 Rob LandleyImplement cp -s option.
2013-01-31 Rob LandleyFix -in behavior: descend into existing directory witho...
2013-01-18 Rob LandleyAdjust umask(0) for cp -p so mknod doesn't have to...
2013-01-16 Rob LandleyMake "sudo cp -rp /dev/null blah" work. Still not happy...
2013-01-12 Rob LandleyUpdate -p and -f to apply properly to various condition...
2013-01-11 Rob LandleyTeach cp to do -n.
2013-01-09 Rob LandleyTeach cp to do mknod.
2013-01-08 Rob LandleyAdapt cp to updated dirtree code.
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-08-25 Rob LandleyRegularize command headers, update links to standards...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...