summaryrefslogtreecommitdiffstats
path: root/bin/mv/mv.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r284916: mv: Improve message when moving two or more files tojilles2015-08-221-1/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-1/+1
* Follow the behavior as specified in POSIX:eadler2012-11-151-1/+1
* Add a -h flag similar to the -h flag for ln to force mv(1) to treat ajhb2012-08-311-3/+17
* Put some static keywords in the source code.ed2011-10-311-1/+1
* Don't chop IO into small pieces, follow cp(1) and just use MAXPHYS.ivoras2011-10-031-15/+9
* Add NFSv4 ACL support to mv(1).trasz2009-09-041-12/+58
* Staticify symbols that will not be used in otherdelphij2008-07-191-11/+11
* - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47,dds2007-12-271-95/+69
* Calling any function from vfork other than exec* and _exit yieldsdds2007-12-171-3/+9
* Eliminate gcc "variable clobbered" warnings by declaring the variablesdds2007-12-161-1/+2
* When moving a directory across devices to a place where a directorydds2007-12-161-22/+82
* Attempt to complete the userspace integration of POSIX.1e extended ACLs.csjp2005-09-051-1/+18
* Correct a few places where we called warn() when warnx() should havemux2005-05-191-4/+4
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* When symbolic link is pointed onto a mount point, it can't be movedpjd2004-03-211-6/+17
* Centralize _PATH_* definitions.obrien2003-05-051-2/+0
* Quiet warnings about copyright[].obrien2003-05-011-2/+2
* Update usage for the addition of -n in rev 1.35 of mv.c.johan2002-07-091-2/+2
* When trying to emulate a cross-device move operation with cp and rm, addtjr2002-06-161-2/+2
* Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in thejmallett2002-05-171-0/+1
* Update SCM ID.obrien2002-03-221-2/+2
* Add the -n option, which automatically answers "no" to the overwrite question.obrien2002-03-221-5/+13
* Warnings fixes.markm2002-02-221-1/+2
* Move user_from_uid to pwd.himp2002-02-141-0/+2
* missed a few registersimp2002-02-021-3/+3
* o __P has been reovedimp2002-02-021-16/+9
* 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
OpenPOWER on IntegriCloud