Age | Commit message (Expand) | Author |
2024-10-14 | remove duplicate includes and license; feedback and ok miod@ | Jonathan Gray |
2021-11-28 | Stop using MAXBSIZE to eliminate sys/param.h including (which injects a | Theo de Raadt |
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 |
2018-11-14 | mv imitates, but no longer uses, cp and rm to cross filesystems. | Ted Unangst |
2017-06-28 | add -v to SYNOPSIS and STANDARDS; | Jason McIntyre |
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 |
2016-10-10 | don't need to worry about pre/post order and skipping directories. | Ted Unangst |
2016-10-10 | zap extra includes | Ted Unangst |
2016-10-10 | remove some more dead code. (previous diff from Jan Stary) | Ted Unangst |
2016-10-10 | remove some dead code that's only used in rm | Ted Unangst |
2016-02-01 | stop linking mv(1) to libutil, since that isn't used. | Gleydson Soares |
2015-12-27 | remove unused variable | Charles Longeau |
2015-12-26 | Set the times, mode, and flags on symlinks when doing cp -p (or mv across | Philip Guenther |
2015-11-27 | the rm code in mv inherited pledge from rm. it shoud be safe, but there | Ted Unangst |
2015-11-17 | as in rm, needs getpw in pledge | Ted Unangst |
2015-11-17 | don't need locale header anymore | Ted Unangst |
2015-11-17 | overwriting code isn't used | Ted Unangst |
2015-11-17 | remove some more flags | Ted Unangst |
2015-11-17 | trim down the flags in rm | Ted Unangst |
2015-11-17 | remove Rflag and pflag (1) and rflag (0). | Ted Unangst |
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 |
2012-06-18 | s/empy/empty/ typo fix | Matthew Dempsky |
2011-06-16 | fix error in previous; | Jason McIntyre |
2011-06-15 | consistently specify that -f and -i override previous options in each | Ted Unangst |
2010-12-28 | a colon is not needed here; | Jason McIntyre |
2010-12-27 | 1) Fix the pseudo-code explaining cross-filesystem moves. | Ingo Schwarze |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-10-21 | various doc fixes related to how mv handles symlinks | Jason McIntyre |
2008-05-26 | get the argument name right; from Jacek Masiulaniec | Jason McIntyre |
2007-07-27 | Separate code a little, making it clearer. From Gilles Chehade | Ray Lai |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre |
2007-02-16 | Allow moving files starting with a dash across | Moritz Jodeit |
2006-08-10 | - use .Ex | Jason McIntyre |
2006-08-10 | better explanation of second synopsis form; add a caveat also | Jason McIntyre |
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 |