Age | Commit message (Expand) | Author |
2016-05-30 | Add output path to cp error message filenames. | Rob Landley |
2016-03-30 | Whitespace and comment. | Rob Landley |
2016-03-30 | Implement mv -n / cp -n (no clobber). | Andy Chu |
2016-03-12 | Update scripts/single.sh and cp.c so "make mv" isn't actually building cp. | Rob Landley |
2016-03-12 | The xattr functions were added during the 2.5 kernel, lsm.h can #include the | Rob Landley |
2016-03-07 | Cleanup pass on the dirtree infrastructure, in preparation for making rm -r | Rob Landley |
2016-02-01 | Fix directory test in cp. | Elliott Hughes |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-12-22 | First guess at cp xattr support, ala --preserve=context,xattr | Rob Landley |
2015-12-22 | Convert cp from magic constants to TAGGED_ARRAY() | Rob Landley |
2015-10-27 | Install without a mode should use 0755, and check FLAG_preserve instead of | Rob Landley |
2015-09-07 | Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself. | Rob Landley |
2015-08-30 | Fix mv on overwrite. | Elliott Hughes |
2015-07-03 | First pass on cp --preserve | Rob Landley |
2015-05-10 | Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just | Rob Landley |
2015-05-09 | Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from | Rob Landley |
2015-03-21 | install -D bugfix from David Halls. | Rob Landley |
2015-03-12 | Make install support numeric uid/gids (reported by Kylie McClain). | Rob Landley |
2015-03-01 | Patches from Elliott Hughes to fix various printf() format strings. | Rob Landley |
2015-02-15 | Add --remove-destination longopt for -F because the host version doesn't have... | Rob Landley |
2014-12-31 | When CP_MORE was disabled, the d flag was still in the [-exclusion] list at t... | Rob Landley |
2014-12-18 | Decouple cp and mv so mv uses its own --help text. | Rob Landley |
2014-11-22 | As long as Android's going to require fortify, fixup the warnings it generates. | Rob Landley |
2014-10-14 | Fix last night's mv commit (use dest, not source). | Rob Landley |
2014-10-14 | Implement mv -f and -i. | Rob Landley |
2014-10-09 | Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysi... | Rob Landley |
2014-09-14 | Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ... | Rob Landley |
2014-09-01 | Add cp -F to force delete of existing destination files, and make install com... | Rob Landley |
2014-08-16 | Add install to cp/mv. | Rob Landley |
2014-07-26 | Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ope... | Rob Landley |
2014-07-14 | Implement -HL for cp. | Rob Landley |
2014-02-04 | Tweak help text. | Rob Landley |
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley |
2013-08-01 | Need to specify bool for CP_MV_MORE config symbol to avoid warnings. | Rob Landley |
2013-06-22 | Implement mv as an extension of cp. | Rob Landley |
2013-02-10 | Implement cp -s option. | Rob Landley |
2013-01-31 | Fix -in behavior: descend into existing directory without prompting, show ful... | Rob Landley |
2013-01-18 | Adjust umask(0) for cp -p so mknod doesn't have to try to fchmodat() without ...0.4.3 | Rob Landley |
2013-01-16 | Make "sudo cp -rp /dev/null blah" work. Still not happy with it, fchmodat(AT_... | Rob Landley |
2013-01-12 | Update -p and -f to apply properly to various conditions. Still some bugs to ... | Rob Landley |
2013-01-10 | Teach cp to do -n. | Rob Landley |
2013-01-09 | Teach cp to do mknod. | Rob Landley |
2013-01-07 | Adapt cp to updated dirtree code. | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley |
2012-08-25 | Regularize command headers, update links to standards documents. | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |