| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2 | -9/+9 |
| 2018-11-14 | mv imitates, but no longer uses, cp and rm to cross filesystems. |  tedu | 1 | -3/+3 |
| 2017-06-28 | add -v to SYNOPSIS and STANDARDS; |  jmc | 1 | -4/+8 |
| 2017-06-27 | add a -v verbose flag to cp, mv, and rm. useful for monitoring progress, |  tedu | 2 | -8/+29 |
| 2016-10-11 | Remove now-unused pathnames.h, from Jan Stary |  millert | 2 | -39/+1 |
| 2016-10-10 | don't need to worry about pre/post order and skipping directories. |  tedu | 1 | -19/+1 |
| 2016-10-10 | zap extra includes |  tedu | 1 | -6/+1 |
| 2016-10-10 | remove some more dead code. (previous diff from Jan Stary) |  tedu | 1 | -24/+3 |
| 2016-10-10 | remove some dead code that's only used in rm |  tedu | 1 | -69/+1 |
| 2016-02-01 | stop linking mv(1) to libutil, since that isn't used. |  gsoares | 1 | -4/+1 |
| 2015-12-27 | remove unused variable |  chl | 1 | -3/+3 |
| 2015-12-26 | Set the times, mode, and flags on symlinks when doing cp -p (or mv across |  guenther | 1 | -18/+3 |
| 2015-11-27 | the rm code in mv inherited pledge from rm. it shoud be safe, but there |  tedu | 1 | -3/+1 |
| 2015-11-17 | as in rm, needs getpw in pledge |  tedu | 1 | -2/+2 |
| 2015-11-17 | don't need locale header anymore |  tedu | 2 | -5/+3 |
| 2015-11-17 | overwriting code isn't used |  tedu | 1 | -82/+1 |
| 2015-11-17 | remove some more flags |  tedu | 1 | -17/+4 |
| 2015-11-17 | trim down the flags in rm |  tedu | 1 | -82/+29 |
| 2015-11-17 | remove Rflag and pflag (1) and rflag (0). |  tedu | 1 | -61/+12 |
| 2015-11-17 | remove getopt() from the nested cp and rm mains |  tedu | 3 | -101/+18 |
| 2015-11-17 | direct copy of cp and rm code into mv, so it can avoid fork+exec. |  tedu | 4 | -39/+1258 |
| 2015-10-06 | we're running rm. call it rm too. |  tedu | 1 | -2/+2 |
| 2015-08-24 | In fastcopy(), do the required malloc() before opening input or output file. |  guenther | 1 | -9/+10 |
| 2015-05-03 | Preserve times to nanosecond precision instead of just microsecond. |  guenther | 1 | -5/+5 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -5/+5 |
| 2014-07-21 | don't try to be clever and name the _PATH_CP exec "mv", since this |  deraadt | 1 | -3/+3 |
| 2014-05-21 | Use errc/warnc to simplify code. |  guenther | 1 | -4/+4 |
| 2012-06-18 | s/empy/empty/ typo fix |  matthew | 1 | -3/+3 |
| 2011-06-16 | fix error in previous; |  jmc | 1 | -3/+3 |
| 2011-06-15 | consistently specify that -f and -i override previous options in each |  tedu | 1 | -10/+12 |
| 2010-12-28 | a colon is not needed here; |  jmc | 1 | -3/+3 |
| 2010-12-27 | 1) Fix the pseudo-code explaining cross-filesystem moves. |  schwarze | 1 | -16/+31 |
| 2010-09-03 | add an EXIT STATUS section for /bin; |  jmc | 1 | -3/+3 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -15/+1 |
| 2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 1 | -3/+3 |
| 2008-10-21 | various doc fixes related to how mv handles symlinks |  jmc | 1 | -6/+12 |
| 2008-05-26 | get the argument name right; from Jacek Masiulaniec |  jmc | 1 | -3/+3 |
| 2007-07-27 | Separate code a little, making it clearer. From Gilles Chehade |  ray | 1 | -6/+10 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-29 | - consistent STANDARDS blurb |  jmc | 1 | -3/+3 |
| 2007-02-16 | Allow moving files starting with a dash across |  moritz | 1 | -4/+4 |
| 2006-08-10 | - use .Ex |  jmc | 1 | -14/+12 |
| 2006-08-10 | better explanation of second synopsis form; add a caveat also |  jmc | 1 | -9/+27 |
| 2005-06-30 | Set tv_usec sensibly when calling utimes() instead of just zeroing it. |  millert | 1 | -5/+4 |
| 2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second |  jaredy | 1 | -3/+3 |
| 2004-12-13 | Use warnx() instead of warn() in four places where we know errno is zero. |  otto | 1 | -6/+6 |
| 2003-07-29 | spacing |  deraadt | 1 | -3/+3 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 3 | -19/+7 |
| 2003-03-21 | Fix some typos in comments; Patrick Latifi |  millert | 1 | -4/+4 |
| 2003-03-13 | Use the return value of strcpy() to detect ENAMETOOLONG instead of |  millert | 1 | -4/+3 |