Age | Commit message (Expand) | Author |
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 |
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 |
2003-03-12 | more .Li | Theo de Raadt |
2002-07-04 | ansi | Theo de Raadt |
2002-02-18 | change -pr to -PRp (ok mpech@, millert@) | Mark Grimes |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-11 | Initial patch. | Mike Pechkin |
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-21 | Initial patch for a new mdoc issue. | Mike Pechkin |
2001-12-01 | KNF | Theo de Raadt |
2001-09-06 | o) __progname aria; | Mike Pechkin |
2001-08-13 | Document how to remove or rename a file that is a getopt(3) flag | Heikki Korpela |
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 |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell |
2000-03-21 | Add HISTORY sections; from FreeBSD. Information originally obtained from | Aaron Campbell |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell |
1999-12-24 | Try to preserve file flags in mv (Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>) | Angelos D. Keromytis |
1999-08-17 | consistency | Aaron Campbell |
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-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell |
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | 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-09-21 | $OpenBSD$ | Theo de Raadt |
1997-08-27 | clean up ' | 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 |