| Commit message (Expand) | Author | Age | Files | Lines |
* | mv: Improve message when moving two or more files to non-directory. | jilles | 2015-06-28 | 1 | -1/+1 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -5/+4 |
| |\
| |/
|/| |
|
| * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -4/+13 |
| |\ |
|
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | Merge from head | sjg | 2014-05-08 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merge head | sjg | 2014-04-28 | 3 | -0/+311 |
| |\ \ \ |
|
| * \ \ \ | sync from head | sjg | 2013-04-12 | 2 | -2/+12 |
| |\ \ \ \ |
|
| * | | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | | | | | Sync with HEAD. | obrien | 2013-02-08 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| *-. \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 2 | -6/+36 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | cp,mv: Use futimens() instead of utimensat() if possible. | jilles | 2015-03-23 | 1 | -1/+1 |
* | | | | | | | | cp,mv,touch: Set timestamps with nanosecond precision. | jilles | 2015-01-24 | 1 | -5/+4 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Check if fchflags() is needed by fstat'ing before and check | delphij | 2014-07-01 | 1 | -4/+13 |
* | | | | | | | Always set UF_ARCHIVE on target (because they are by definition new files | delphij | 2014-06-27 | 1 | -2/+2 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Make bsd.test.mk the only public mk fragment for the building of tests. | jmmv | 2014-03-14 | 1 | -1/+1 |
* | | | | | Migrate tools/regression/bin/ tests to the new layout. | jmmv | 2013-12-11 | 3 | -0/+311 |
| |_|_|/
|/| | | |
|
* | | | | - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type | pjd | 2013-03-21 | 1 | -1/+1 |
* | | | | Add a few examples. | joel | 2013-03-15 | 1 | -1/+11 |
| |_|/
|/| | |
|
* | | | Follow the behavior as specified in POSIX: | eadler | 2012-11-15 | 1 | -1/+1 |
| |/
|/| |
|
* | | Add a -h flag similar to the -h flag for ln to force mv(1) to treat a | jhb | 2012-08-31 | 2 | -6/+36 |
|/ |
|
* | Put some static keywords in the source code. | ed | 2011-10-31 | 1 | -1/+1 |
* | Don't chop IO into small pieces, follow cp(1) and just use MAXPHYS. | ivoras | 2011-10-03 | 1 | -15/+9 |
* | Add NFSv4 ACL support to mv(1). | trasz | 2009-09-04 | 1 | -12/+58 |
* | Staticify symbols that will not be used in other | delphij | 2008-07-19 | 1 | -11/+11 |
* | - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47, | dds | 2007-12-27 | 1 | -95/+69 |
* | Calling any function from vfork other than exec* and _exit yields | dds | 2007-12-17 | 1 | -3/+9 |
* | Eliminate gcc "variable clobbered" warnings by declaring the variables | dds | 2007-12-16 | 1 | -1/+2 |
* | When moving a directory across devices to a place where a directory | dds | 2007-12-16 | 1 | -22/+82 |
* | Bump document date on behalf of previous revision. | ru | 2007-11-01 | 1 | -1/+1 |
* | Replace a fairly opaque sentence with a much clearer wording from NetBSD. | pav | 2007-05-12 | 1 | -2/+2 |
* | Attempt to complete the userspace integration of POSIX.1e extended ACLs. | csjp | 2005-09-05 | 1 | -1/+18 |
* | Correct a few places where we called warn() when warnx() should have | mux | 2005-05-19 | 1 | -4/+4 |
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -5/+5 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 2 | -1/+2 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 2 | -8/+0 |
* | When symbolic link is pointed onto a mount point, it can't be moved | pjd | 2004-03-21 | 1 | -6/+17 |
* | Centralize _PATH_* definitions. | obrien | 2003-05-05 | 2 | -39/+0 |
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 1 | -2/+2 |
* | Grammar fix. | keramida | 2002-08-26 | 1 | -1/+1 |
* | s/filesystem/file system/ as discussed on -developers | trhodes | 2002-08-21 | 1 | -1/+1 |
* | mdoc(7) police: tidy up, bump document date on behalf of the -n option. | ru | 2002-08-09 | 1 | -9/+9 |
* | Update usage for the addition of -n in rev 1.35 of mv.c. | johan | 2002-07-09 | 2 | -3/+3 |
* | When trying to emulate a cross-device move operation with cp and rm, add | tjr | 2002-06-16 | 1 | -2/+2 |
* | Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in the | jmallett | 2002-05-17 | 2 | -1/+1 |