summaryrefslogtreecommitdiffstats
path: root/bin/mv/cp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* remove unused variablechl2015-12-271-3/+3
* Set the times, mode, and flags on symlinks when doing cp -p (or mv acrossguenther2015-12-261-18/+3
* don't need locale header anymoretedu2015-11-171-3/+2
* remove some more flagstedu2015-11-171-17/+4
* remove Rflag and pflag (1) and rflag (0).tedu2015-11-171-61/+12
* remove getopt() from the nested cp and rm mainstedu2015-11-171-51/+5
* direct copy of cp and rm code into mv, so it can avoid fork+exec.tedu2015-11-171-0/+796