summaryrefslogtreecommitdiffstats
path: root/bin/mv/mv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* add verbose flagmharo1999-08-291-7/+17
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* 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-151-3/+5
* Merge from OpenBSD:eivind1997-12-101-2/+16
* Synchronize usage() and man page.helbig1997-10-261-3/+3
* 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-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* -Wall cleaning.steve1996-12-141-3/+3
* delete unused label endargwosch1996-03-011-9/+8
* option -f and -i are exclusive (Posix)wosch1996-02-201-4/+15
* -- is implemented in getopt(3)pst1996-02-191-5/+2
* delete my last commitwosch1996-02-191-15/+4
* option -f and -i are exclusivewosch1996-02-181-5/+16
* Handle trailing slashes in source filenames correctly. E.g., rewritebde1995-10-071-5/+11
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+300
OpenPOWER on IntegriCloud