summaryrefslogtreecommitdiff
path: root/bin/mv
AgeCommit message (Expand)Author
2008-05-26get the argument name right; from Jacek MasiulaniecJason McIntyre
2007-07-27Separate code a little, making it clearer. From Gilles ChehadeRay Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-02-16Allow moving files starting with a dash acrossMoritz Jodeit
2006-08-10- use .ExJason McIntyre
2006-08-10better explanation of second synopsis form; add a caveat alsoJason McIntyre
2005-06-30Set tv_usec sensibly when calling utimes() instead of just zeroing it.Todd C. Miller
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondJared Yanovich
2004-12-13Use warnx() instead of warn() in four places where we know errno is zero.Otto Moerbeek
2003-07-29spacingTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-21Fix some typos in comments; Patrick LatifiTodd C. Miller
2003-03-13Use the return value of strcpy() to detect ENAMETOOLONG instead ofTodd C. Miller
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-12more .LiTheo de Raadt
2002-07-04ansiTheo de Raadt
2002-02-18change -pr to -PRp (ok mpech@, millert@)Mark Grimes
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-11Initial patch.Mike Pechkin
2002-01-25Stat source path at the top of do_move() and return an error ifTodd C. Miller
2002-01-16missed some registers, kill'em!Mike Pechkin
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
2001-12-01KNFTheo de Raadt
2001-09-06o) __progname aria;Mike Pechkin
2001-08-13Document how to remove or rename a file that is a getopt(3) flagHeikki Korpela
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-01-08Fix a bug in previous commit; we need a separate stat buffer forTodd C. Miller
2001-01-06Fix 3 cases related to symbolic links when moving between filesystes:Todd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
2000-03-21Add HISTORY sections; from FreeBSD. Information originally obtained fromAaron Campbell
2000-03-17Remove hard sentence breaks.Aaron Campbell
1999-12-24Try to preserve file flags in mv (Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>)Angelos D. Keromytis
1999-08-17consistencyAaron Campbell
1999-07-26When using the -i option, check for the existence of the source file beforeAaron Campbell
1999-01-12use pid_tAaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
1998-07-02indentTheo de Raadt
1998-07-02Fix mv b/ a where a is a directory.Constantine Sapuntzakis
1998-05-18MAXPATHLEN not MAXPATHLEN+1, no buf oflow of targdirTheo de Raadt
1997-09-28avoid looping on question; wosch@freebsdTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-08-27clean up 'Theo de Raadt
1997-04-12don't print more directory slashes than user specified on error.michaels
1997-03-01Error out if someone tries to mv a mount point. Old behavior was toTodd C. Miller
1997-02-02Remember errno if fchown() fails so we get correct warningsThorsten Lockert