summaryrefslogtreecommitdiffstats
path: root/bin/mv (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-9/+9
* mv imitates, but no longer uses, cp and rm to cross filesystems.tedu2018-11-141-3/+3
* add -v to SYNOPSIS and STANDARDS;jmc2017-06-281-4/+8
* add a -v verbose flag to cp, mv, and rm. useful for monitoring progress,tedu2017-06-272-8/+29
* Remove now-unused pathnames.h, from Jan Starymillert2016-10-112-39/+1
* don't need to worry about pre/post order and skipping directories.tedu2016-10-101-19/+1
* zap extra includestedu2016-10-101-6/+1
* remove some more dead code. (previous diff from Jan Stary)tedu2016-10-101-24/+3
* remove some dead code that's only used in rmtedu2016-10-101-69/+1
* stop linking mv(1) to libutil, since that isn't used.gsoares2016-02-011-4/+1
* 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
* the rm code in mv inherited pledge from rm. it shoud be safe, but theretedu2015-11-271-3/+1
* as in rm, needs getpw in pledgetedu2015-11-171-2/+2
* don't need locale header anymoretedu2015-11-172-5/+3
* overwriting code isn't usedtedu2015-11-171-82/+1
* remove some more flagstedu2015-11-171-17/+4
* trim down the flags in rmtedu2015-11-171-82/+29
* remove Rflag and pflag (1) and rflag (0).tedu2015-11-171-61/+12
* remove getopt() from the nested cp and rm mainstedu2015-11-173-102/+19
* direct copy of cp and rm code into mv, so it can avoid fork+exec.tedu2015-11-174-40/+1259
* we're running rm. call it rm too.tedu2015-10-061-2/+2
* In fastcopy(), do the required malloc() before opening input or output file.guenther2015-08-241-9/+10
* Preserve times to nanosecond precision instead of just microsecond.guenther2015-05-031-5/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-5/+5
* don't try to be clever and name the _PATH_CP exec "mv", since thisderaadt2014-07-211-3/+3
* Use errc/warnc to simplify code.guenther2014-05-211-4/+4
* s/empy/empty/ typo fixmatthew2012-06-181-3/+3
* fix error in previous;jmc2011-06-161-3/+3
* consistently specify that -f and -i override previous options in eachtedu2011-06-151-10/+12
* a colon is not needed here;jmc2010-12-281-3/+3
* 1) Fix the pseudo-code explaining cross-filesystem moves.schwarze2010-12-271-16/+31
* add an EXIT STATUS section for /bin;jmc2010-09-031-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* various doc fixes related to how mv handles symlinksjmc2008-10-211-6/+12
* get the argument name right; from Jacek Masiulaniecjmc2008-05-261-3/+3
* Separate code a little, making it clearer. From Gilles Chehaderay2007-07-271-6/+10
* convert to new .Dd format;jmc2007-05-311-2/+2
* - consistent STANDARDS blurbjmc2007-05-291-3/+3
* Allow moving files starting with a dash acrossmoritz2007-02-161-4/+4
* - use .Exjmc2006-08-101-14/+12
* better explanation of second synopsis form; add a caveat alsojmc2006-08-101-9/+27
* Set tv_usec sensibly when calling utimes() instead of just zeroing it.millert2005-06-301-5/+4
* Sync with recent realpath(3) changes: on failure, don't use the secondjaredy2005-04-081-3/+3
* Use warnx() instead of warn() in four places where we know errno is zero.otto2004-12-131-6/+6
* spacingderaadt2003-07-291-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-023-19/+7
* Fix some typos in comments; Patrick Latifimillert2003-03-211-4/+4
* Use the return value of strcpy() to detect ENAMETOOLONG instead ofmillert2003-03-131-4/+3