| Commit message (Expand) | Author | Age | Files | Lines |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -4/+4 |
* | add a -v verbose flag to cp, mv, and rm. useful for monitoring progress, |  tedu | 2017-06-27 | 1 | -6/+25 |
* | Remove now-unused pathnames.h, from Jan Stary |  millert | 2016-10-11 | 1 | -3/+1 |
* | remove getopt() from the nested cp and rm mains |  tedu | 2015-11-17 | 1 | -22/+10 |
* | direct copy of cp and rm code into mv, so it can avoid fork+exec. |  tedu | 2015-11-17 | 1 | -39/+32 |
* | we're running rm. call it rm too. |  tedu | 2015-10-06 | 1 | -2/+2 |
* | In fastcopy(), do the required malloc() before opening input or output file. |  guenther | 2015-08-24 | 1 | -9/+10 |
* | Preserve times to nanosecond precision instead of just microsecond. |  guenther | 2015-05-03 | 1 | -5/+5 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -5/+5 |
* | don't try to be clever and name the _PATH_CP exec "mv", since this |  deraadt | 2014-07-21 | 1 | -3/+3 |
* | Use errc/warnc to simplify code. |  guenther | 2014-05-21 | 1 | -4/+4 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -15/+1 |
* | Separate code a little, making it clearer. From Gilles Chehade |  ray | 2007-07-27 | 1 | -6/+10 |
* | Allow moving files starting with a dash across |  moritz | 2007-02-16 | 1 | -4/+4 |
* | Set tv_usec sensibly when calling utimes() instead of just zeroing it. |  millert | 2005-06-30 | 1 | -5/+4 |
* | Sync with recent realpath(3) changes: on failure, don't use the second |  jaredy | 2005-04-08 | 1 | -3/+3 |
* | Use warnx() instead of warn() in four places where we know errno is zero. |  otto | 2004-12-13 | 1 | -6/+6 |
* | spacing |  deraadt | 2003-07-29 | 1 | -3/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |
* | Fix some typos in comments; Patrick Latifi |  millert | 2003-03-21 | 1 | -4/+4 |
* | Use the return value of strcpy() to detect ENAMETOOLONG instead of |  millert | 2003-03-13 | 1 | -4/+3 |
* | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu |  deraadt | 2003-03-13 | 1 | -3/+3 |
* | ansi |  deraadt | 2002-07-04 | 1 | -13/+7 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -6/+6 |
* | Stat source path at the top of do_move() and return an error if |  millert | 2002-01-25 | 1 | -7/+8 |
* | missed some registers, kill'em! |  mpech | 2002-01-16 | 1 | -5/+5 |
* | KNF |  deraadt | 2001-12-01 | 1 | -3/+3 |
* | o) __progname aria; |  mpech | 2001-09-06 | 1 | -5/+7 |
* | correct type on last arg to execl(); nordin@cse.ogi.edu |  deraadt | 2001-07-09 | 1 | -4/+4 |
* | Fix a bug in previous commit; we need a separate stat buffer for |  millert | 2001-01-08 | 1 | -7/+7 |
* | Fix 3 cases related to symbolic links when moving between filesystes: |  millert | 2001-01-06 | 1 | -12/+15 |
* | Try to preserve file flags in mv (Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>) |  angelos | 1999-12-24 | 1 | -2/+14 |
* | When using the -i option, check for the existence of the source file before |  aaron | 1999-07-26 | 1 | -3/+3 |
* | use pid_t |  aaron | 1999-01-12 | 1 | -3/+4 |
* | indent |  deraadt | 1998-07-02 | 1 | -10/+10 |
* | Fix mv b/ a where a is a directory. |  csapuntz | 1998-07-02 | 1 | -7/+26 |
* | MAXPATHLEN not MAXPATHLEN+1, no buf oflow of targdir |  deraadt | 1998-05-18 | 1 | -3/+5 |
* | avoid looping on question; wosch@freebsd |  deraadt | 1997-09-28 | 1 | -6/+7 |
* | don't print more directory slashes than user specified on error. |  michaels | 1997-04-12 | 1 | -4/+6 |
* | Error out if someone tries to mv a mount point. Old behavior was to |  millert | 1997-03-01 | 1 | -3/+17 |
* | Remember errno if fchown() fails so we get correct warnings |  tholo | 1997-02-02 | 1 | -5/+8 |
* | -Wall'ing. |  mickey | 1996-12-14 | 1 | -2/+4 |
* | zap getopt() case of -?, come on, it is the default! |  deraadt | 1996-08-02 | 1 | -3/+2 |
* | regarding freebsd pr#1351 & pr#1377 re: fastcopy(); kill "wrong gid but |  deraadt | 1996-07-30 | 1 | -6/+17 |
* | update rcsid |  deraadt | 1996-06-23 | 1 | -1/+2 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+344 |