aboutsummaryrefslogtreecommitdiff
path: root/bin/mv
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Close from_fd if malloc() fails to avoid a file descriptor leak.Don Lewis2016-05-251-0/+1
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* 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