aboutsummaryrefslogtreecommitdiff
path: root/bin/mv/mv.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Close from_fd if malloc() fails to avoid a file descriptor leak.Don Lewis2016-05-251-0/+1
* mv: Improve message when moving two or more files to non-directory.Jilles Tjoelker2015-06-281-1/+1
* cp,mv: Use futimens() instead of utimensat() if possible.Jilles Tjoelker2015-03-231-1/+1
* cp,mv,touch: Set timestamps with nanosecond precision.Jilles Tjoelker2015-01-241-5/+4
* Check if fchflags() is needed by fstat'ing before and checkXin LI2014-07-011-4/+13
* Always set UF_ARCHIVE on target (because they are by definition new filesXin LI2014-06-271-2/+2
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typePawel Jakub Dawidek2013-03-211-1/+1
* Follow the behavior as specified in POSIX:Eitan Adler2012-11-151-1/+1
* Add a -h flag similar to the -h flag for ln to force mv(1) to treat aJohn Baldwin2012-08-311-3/+17
* Put some static keywords in the source code.Ed Schouten2011-10-311-1/+1
* Don't chop IO into small pieces, follow cp(1) and just use MAXPHYS.Ivan Voras2011-10-031-15/+9
* Add NFSv4 ACL support to mv(1).Edward Tomasz Napierala2009-09-041-12/+58
* Staticify symbols that will not be used in otherXin LI2008-07-191-11/+11
* - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47,Diomidis Spinellis2007-12-271-95/+69
* Calling any function from vfork other than exec* and _exit yieldsDiomidis Spinellis2007-12-171-3/+9
* Eliminate gcc "variable clobbered" warnings by declaring the variablesDiomidis Spinellis2007-12-161-1/+2
* When moving a directory across devices to a place where a directoryDiomidis Spinellis2007-12-161-22/+82
* Attempt to complete the userspace integration of POSIX.1e extended ACLs.Christian S.J. Peron2005-09-051-1/+18
* Correct a few places where we called warn() when warnx() should haveMaxime Henrion2005-05-191-4/+4
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* When symbolic link is pointed onto a mount point, it can't be movedPawel Jakub Dawidek2004-03-211-6/+17
* Centralize _PATH_* definitions.David E. O'Brien2003-05-051-2/+0
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Update usage for the addition of -n in rev 1.35 of mv.c.Johan Karlsson2002-07-091-2/+2
* When trying to emulate a cross-device move operation with cp and rm, addTim J. Robbins2002-06-161-2/+2
* Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in theJuli Mallett2002-05-171-0/+1
* Update SCM ID.David E. O'Brien2002-03-221-2/+2
* Add the -n option, which automatically answers "no" to the overwrite question.David E. O'Brien2002-03-221-5/+13
* Warnings fixes.Mark Murray2002-02-221-1/+2
* Move user_from_uid to pwd.hWarner Losh2002-02-141-0/+2
* missed a few registersWarner Losh2002-02-021-3/+3
* o __P has been reovedWarner Losh2002-02-021-16/+9
* 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