aboutsummaryrefslogtreecommitdiff
path: root/bin/mv
Commit message (Expand)AuthorAgeFilesLines
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* mv: Improve message when moving two or more files to non-directory.Jilles Tjoelker2015-06-281-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-5/+4
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-4/+13
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-283-0/+311
| |\ \ \
| * \ \ \ sync from headSimon J. Gerraty2013-04-122-2/+12
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-042-6/+36
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | | 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
| |_|_|_|_|/ |/| | | | |
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Make bsd.test.mk the only public mk fragment for the building of tests.Julio Merino2014-03-141-1/+1
* | | | | Migrate tools/regression/bin/ tests to the new layout.Julio Merino2013-12-113-0/+311
| |_|_|/ |/| | |
* | | | - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typePawel Jakub Dawidek2013-03-211-1/+1
* | | | Add a few examples.Joel Dahl2013-03-151-1/+11
| |_|/ |/| |
* | | 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-312-6/+36
|/
* 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
* Bump document date on behalf of previous revision.Ruslan Ermilov2007-11-011-1/+1
* Replace a fairly opaque sentence with a much clearer wording from NetBSD.Pav Lucistnik2007-05-121-2/+2
* 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
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-5/+5
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-062-8/+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-052-39/+0
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Grammar fix.Giorgos Keramidas2002-08-261-1/+1
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-211-1/+1
* mdoc(7) police: tidy up, bump document date on behalf of the -n option.Ruslan Ermilov2002-08-091-9/+9
* Update usage for the addition of -n in rev 1.35 of mv.c.Johan Karlsson2002-07-092-3/+3
* When trying to emulate a cross-device move operation with cp and rm, addTim J. Robbins2002-06-161-2/+2