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