<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/mv, branch releng/6.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-01-27T07:38:39Z</updated>
<entry>
<title>MFC revisions 1.47-1.50.</title>
<updated>2008-01-27T07:38:39Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2008-01-27T07:38:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f27066439291b87d8ba9a34d38215287a9213247'/>
<id>urn:sha1:f27066439291b87d8ba9a34d38215287a9213247</id>
<content type='text'>
- Follow POSIX specification when moving a directory to an existing
  directory across devices.

- Improve consistency and remove some style bugs of earlier versions.

This version passes all tests of tools/regression/bin/mv/regress.sh 1.6

PR:		bin/118367
</content>
</entry>
<entry>
<title>MFC 1.29:</title>
<updated>2007-05-24T22:52:46Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2007-05-24T22:52:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cc1e53ab06f023eae62f8a3034b9b85f56951d02'/>
<id>urn:sha1:cc1e53ab06f023eae62f8a3034b9b85f56951d02</id>
<content type='text'>
  Replace a fairly opaque sentence with a much clearer wording from NetBSD.
</content>
</entry>
<entry>
<title>MFC Log:</title>
<updated>2005-11-12T21:21:46Z</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2005-11-12T21:21:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c2f3fd712757f7d4b41b7bf7bff4a006ad9ccb7'/>
<id>urn:sha1:7c2f3fd712757f7d4b41b7bf7bff4a006ad9ccb7</id>
<content type='text'>
  Attempt to complete the userspace integration of POSIX.1e extended ACLs.
  This includes adding support for ACLs into cp(1) and mv(1) userspace
  utilities.

  For mv(1), if _PC_ACL_EXTENDED is in effect for the source AND destination
  operands, the destination file's ACLs shall reflect the source.

  For cp(1), if _PC_ACL_EXTENDED is in effect for both source and destination
  operands, and -p has been specified, the ACLs from the source shall be
  preserved on the destination.
</content>
</entry>
<entry>
<title>Correct a few places where we called warn() when warnx() should have</title>
<updated>2005-05-19T21:33:48Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2005-05-19T21:33:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8835fa27595bd3d0a8030962b29cf44b24a9d6b2'/>
<id>urn:sha1:8835fa27595bd3d0a8030962b29cf44b24a9d6b2</id>
<content type='text'>
been used.

Submitted by:	"Liam J. Foy" &lt;liamfoy@sepulcrum.org&gt;
Obtained from:	DragonFlyBSD
</content>
</entry>
<entry>
<title>Add the new standard EXIT STATUS section where appropriate.</title>
<updated>2005-01-16T16:41:59Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-16T16:41:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581'/>
<id>urn:sha1:6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581</id>
<content type='text'>
Sort standard sections in the (documented) preferred order.
</content>
</entry>
<entry>
<title>/*- or .\"- or #- to begin license clauses.</title>
<updated>2005-01-10T08:39:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-10T08:39:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9ddb49cbe45441fa3f3a10f6dd355e9956480b5f'/>
<id>urn:sha1:9ddb49cbe45441fa3f3a10f6dd355e9956480b5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove clause 3 from the UCB licenses.</title>
<updated>2004-04-06T20:06:54Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-04-06T20:06:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9'/>
<id>urn:sha1:6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9</id>
<content type='text'>
OK'ed by:	imp, core
</content>
</entry>
<entry>
<title>When symbolic link is pointed onto a mount point, it can't be moved</title>
<updated>2004-03-21T13:38:37Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-03-21T13:38:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3184e921006e4ae6bb7d6d7b59199d21b0110a9d'/>
<id>urn:sha1:3184e921006e4ae6bb7d6d7b59199d21b0110a9d</id>
<content type='text'>
to a different file system.
Patch in PR was incorrect.

PR:		bin/64430
Submitted by:	Samuel Tardieu
MFC after:	3 days
</content>
</entry>
<entry>
<title>Centralize _PATH_* definitions.</title>
<updated>2003-05-05T22:49:23Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-05T22:49:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d5c19ffbccf759faae955929ac28c0d0252cf78'/>
<id>urn:sha1:8d5c19ffbccf759faae955929ac28c0d0252cf78</id>
<content type='text'>
Submitted by:	Tim Kientzle &lt;kientzle@acm.org&gt; (embellished by me)
</content>
</entry>
<entry>
<title>Quiet warnings about copyright[].</title>
<updated>2003-05-01T16:58:57Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-01T16:58:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=09a80d4867b85b3df9856d150eb565232dc900d4'/>
<id>urn:sha1:09a80d4867b85b3df9856d150eb565232dc900d4</id>
<content type='text'>
</content>
</entry>
</feed>
