summaryrefslogtreecommitdiffstats
path: root/bin/mv
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: tidy up, bump document date on behalf of the -n option.ru2002-08-091-9/+9
* Update usage for the addition of -n in rev 1.35 of mv.c.johan2002-07-092-3/+3
* When trying to emulate a cross-device move operation with cp and rm, addtjr2002-06-161-2/+2
* Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in thejmallett2002-05-172-1/+1
* Consistancy check s/file system/filesystem/trhodes2002-05-161-1/+1
* Update SCM ID.obrien2002-03-221-2/+2
* Note that -n is non-standard.obrien2002-03-221-1/+3
* Add the -n option, which automatically answers "no" to the overwrite question.obrien2002-03-222-6/+27
* Warnings fixes.markm2002-02-221-1/+2
* Move user_from_uid to pwd.himp2002-02-141-0/+2
* missed a few registersimp2002-02-021-3/+3
* o __P has been reovedimp2002-02-021-16/+9
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-1/+0
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
* Set WARNS=2 on programs which compile cleanly.dd2001-07-151-0/+1
* Remove whitespace at EOL.dd2001-07-151-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-2/+3
* Use PATH_MAX in preference to MAXPATHLEN.imp2001-05-291-3/+4
* Silence WARNS=2 and BDECFLAGS on alpha and i386, except for mode_tkris2001-05-201-7/+8
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Don't emit a warning message if fchflags() returns EOPNOTSUPPsada2000-07-201-1/+10
* To make inherit file flags when mv(1) moves file between directoriessada2000-07-151-0/+2
* Use lstat(2) instead of stat(2) when deciding if we should fastcopydwmalone2000-07-111-1/+1
* Removed bogus dependancy on libutil.joe2000-01-011-3/+0
* mention that -v is non-standardmharo1999-09-041-0/+4
* add verbose flagmharo1999-08-292-7/+23
* $Id$ -> $FreeBSD$peter1999-08-274-4/+4
* Various spelling/formatting changes.kris1999-05-081-2/+2
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-2/+2
* Fixed printf format errors.bde1998-06-281-3/+3
* Make sure we don't overflow the path buffer. Exit if we do.imp1998-06-091-2/+4
* Don't append a '/' to the destination directory if theresteve1998-05-251-3/+5
* Correct use of .Nm. Add rcsid.charnier1998-05-152-13/+14
* Merge from OpenBSD:eivind1997-12-101-2/+16
* Synchronize usage() and man page.helbig1997-10-262-5/+5
* mv(1) is too silent if used with the option -i. It shouldwosch1997-10-041-6/+9
* Endless loop.wosch1997-09-281-5/+6
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Make mv more robust. A race has been fixed, as well as an extra warningguido1997-03-081-10/+28
* Revert $FreeBSD$ to $Id$peter1997-02-224-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
* -Wall cleaning.steve1996-12-141-3/+3
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-1/+6
* delete unused label endargwosch1996-03-011-9/+8
* option -f and -i are exclusive (Posix)wosch1996-02-202-9/+29
* -- is implemented in getopt(3)pst1996-02-191-5/+2
* delete my last commitwosch1996-02-192-28/+8
* option -f and -i are exclusivewosch1996-02-182-10/+30
* Handle trailing slashes in source filenames correctly. E.g., rewritebde1995-10-071-5/+11
* The command to `move' across file system boundaries is actuallyjoerg1995-08-151-2/+2
OpenPOWER on IntegriCloud