aboutsummaryrefslogtreecommitdiff
path: root/bin/mv/mv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-2/+3
* Use PATH_MAX in preference to MAXPATHLEN.Warner Losh2001-05-291-3/+4
* Silence WARNS=2 and BDECFLAGS on alpha and i386, except for mode_tKris Kennaway2001-05-201-7/+8
* Don't emit a warning message if fchflags() returns EOPNOTSUPPSADA Kenji2000-07-201-1/+10
* To make inherit file flags when mv(1) moves file between directoriesSADA Kenji2000-07-151-0/+2
* Use lstat(2) instead of stat(2) when deciding if we should fastcopyDavid Malone2000-07-111-1/+1
* add verbose flagMichael Haro1999-08-291-7/+17
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-2/+2
* Fixed printf format errors.Bruce Evans1998-06-281-3/+3
* Make sure we don't overflow the path buffer. Exit if we do.Warner Losh1998-06-091-2/+4
* Don't append a '/' to the destination directory if thereSteve Price1998-05-251-3/+5
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-151-3/+5
* Merge from OpenBSD:Eivind Eklund1997-12-101-2/+16
* Synchronize usage() and man page.Wolfgang Helbig1997-10-261-3/+3
* mv(1) is too silent if used with the option -i. It shouldWolfram Schneider1997-10-041-6/+9
* Endless loop.Wolfram Schneider1997-09-281-5/+6
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Make mv more robust. A race has been fixed, as well as an extra warningGuido van Rooij1997-03-081-10/+28
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* -Wall cleaning.Steve Price1996-12-141-3/+3
* delete unused label endargWolfram Schneider1996-03-011-9/+8
* option -f and -i are exclusive (Posix)Wolfram Schneider1996-02-201-4/+15
* -- is implemented in getopt(3)Paul Traina1996-02-191-5/+2
* delete my last commitWolfram Schneider1996-02-191-15/+4
* option -f and -i are exclusiveWolfram Schneider1996-02-181-5/+16
* Handle trailing slashes in source filenames correctly. E.g., rewriteBruce Evans1995-10-071-5/+11
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+300