| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to complete the userspace integration of POSIX.1e extended ACLs. | Christian S.J. Peron | 2005-09-05 | 1 | -1/+18 |
* | Correct a few places where we called warn() when warnx() should have | Maxime Henrion | 2005-05-19 | 1 | -4/+4 |
* | Add the new standard EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-16 | 1 | -5/+5 |
* | /*- or .\"- or #- to begin license clauses. | Warner Losh | 2005-01-10 | 2 | -1/+2 |
* | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 2 | -8/+0 |
* | When symbolic link is pointed onto a mount point, it can't be moved | Pawel Jakub Dawidek | 2004-03-21 | 1 | -6/+17 |
* | Centralize _PATH_* definitions. | David E. O'Brien | 2003-05-05 | 2 | -39/+0 |
* | Quiet warnings about copyright[]. | David E. O'Brien | 2003-05-01 | 1 | -2/+2 |
* | Grammar fix. | Giorgos Keramidas | 2002-08-26 | 1 | -1/+1 |
* | s/filesystem/file system/ as discussed on -developers | Tom Rhodes | 2002-08-21 | 1 | -1/+1 |
* | mdoc(7) police: tidy up, bump document date on behalf of the -n option. | Ruslan Ermilov | 2002-08-09 | 1 | -9/+9 |
* | Update usage for the addition of -n in rev 1.35 of mv.c. | Johan Karlsson | 2002-07-09 | 2 | -3/+3 |
* | When trying to emulate a cross-device move operation with cp and rm, add | Tim J. Robbins | 2002-06-16 | 1 | -2/+2 |
* | Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in the | Juli Mallett | 2002-05-17 | 2 | -1/+1 |
* | Consistancy check s/file system/filesystem/ | Tom Rhodes | 2002-05-16 | 1 | -1/+1 |
* | Update SCM ID. | David E. O'Brien | 2002-03-22 | 1 | -2/+2 |
* | Note that -n is non-standard. | David E. O'Brien | 2002-03-22 | 1 | -1/+3 |
* | Add the -n option, which automatically answers "no" to the overwrite question. | David E. O'Brien | 2002-03-22 | 2 | -6/+27 |
* | Warnings fixes. | Mark Murray | 2002-02-22 | 1 | -1/+2 |
* | Move user_from_uid to pwd.h | Warner Losh | 2002-02-14 | 1 | -0/+2 |
* | missed a few registers | Warner Losh | 2002-02-02 | 1 | -3/+3 |
* | o __P has been reoved | Warner Losh | 2002-02-02 | 1 | -16/+9 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | David E. O'Brien | 2001-12-04 | 1 | -1/+0 |
* | mdoc(7) police: utilize the new .Ex macro. | Ruslan Ermilov | 2001-08-15 | 1 | -3/+1 |
* | Set WARNS=2 on programs which compile cleanly. | Dima Dorfman | 2001-07-15 | 1 | -0/+1 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -1/+1 |
* | Fix the type of the NULL arg to execl() | Brian Somers | 2001-07-09 | 1 | -2/+3 |
* | Use PATH_MAX in preference to MAXPATHLEN. | Warner Losh | 2001-05-29 | 1 | -3/+4 |
* | Silence WARNS=2 and BDECFLAGS on alpha and i386, except for mode_t | Kris Kennaway | 2001-05-20 | 1 | -7/+8 |
* | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -2/+2 |
* | Don't emit a warning message if fchflags() returns EOPNOTSUPP | SADA Kenji | 2000-07-20 | 1 | -1/+10 |
* | To make inherit file flags when mv(1) moves file between directories | SADA Kenji | 2000-07-15 | 1 | -0/+2 |
* | Use lstat(2) instead of stat(2) when deciding if we should fastcopy | David Malone | 2000-07-11 | 1 | -1/+1 |
* | Removed bogus dependancy on libutil. | Josef Karthauser | 2000-01-01 | 1 | -3/+0 |
* | mention that -v is non-standard | Michael Haro | 1999-09-04 | 1 | -0/+4 |
* | add verbose flag | Michael Haro | 1999-08-29 | 2 | -7/+23 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 4 | -4/+4 |
* | Various spelling/formatting changes. | Kris Kennaway | 1999-05-08 | 1 | -2/+2 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | Dag-Erling Smørgrav | 1998-10-13 | 1 | -2/+2 |
* | Fixed printf format errors. | Bruce Evans | 1998-06-28 | 1 | -3/+3 |
* | Make sure we don't overflow the path buffer. Exit if we do. | Warner Losh | 1998-06-09 | 1 | -2/+4 |
* | Don't append a '/' to the destination directory if there | Steve Price | 1998-05-25 | 1 | -3/+5 |
* | Correct use of .Nm. Add rcsid. | Philippe Charnier | 1998-05-15 | 2 | -13/+14 |
* | Merge from OpenBSD: | Eivind Eklund | 1997-12-10 | 1 | -2/+16 |
* | Synchronize usage() and man page. | Wolfgang Helbig | 1997-10-26 | 2 | -5/+5 |
* | mv(1) is too silent if used with the option -i. It should | Wolfram Schneider | 1997-10-04 | 1 | -6/+9 |
* | Endless loop. | Wolfram Schneider | 1997-09-28 | 1 | -5/+6 |
* | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-28 | 1 | -2/+2 |
* | Make mv more robust. A race has been fixed, as well as an extra warning | Guido van Rooij | 1997-03-08 | 1 | -10/+28 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 4 | -4/+4 |