<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/realpath, branch releng/8.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2008-03-09T12:46:39Z</updated>
<entry>
<title>Enhance realpath(1) in a number of ways:</title>
<updated>2008-03-09T12:46:39Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2008-03-09T12:46:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=08995e292e9870964bce2c1a8c008635b769c2c8'/>
<id>urn:sha1:08995e292e9870964bce2c1a8c008635b769c2c8</id>
<content type='text'>
- Allow realpath to accept multiple paths on the command line.
- Add -q to suppress warnings if some paths can't be processed, and use
  getopt(3) to process flags.
- Print the path being requested rather than a possibly partially
  processed path when a failure occurs so that you can tell which of
  several passed paths did fail.

MFC after:	1 week
PR:		112920
Submitted by:	Ighighi &lt;ighighi@gmail.com&gt;
</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/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/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/commit/?id=6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9'/>
<id>urn:sha1:6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9</id>
<content type='text'>
OK'ed by:	imp, core
</content>
</entry>
<entry>
<title>realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.</title>
<updated>2003-01-15T21:22:55Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2003-01-15T21:22:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=de216a83c249f840ed7ab77170e2f235aed2d937'/>
<id>urn:sha1:de216a83c249f840ed7ab77170e2f235aed2d937</id>
<content type='text'>
This also reverts the PATH_MAX -&gt; MAXPATHLEN part of
rev 1.3 of src/bin/realpath/realpath.c

Requested by:	imp
Reviewed by:	imp, bde
</content>
</entry>
<entry>
<title>Remove undocumented behavior (return current work dir if no path</title>
<updated>2002-12-18T11:50:28Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2002-12-18T11:50:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=894fd2da788ecf13e14176f20d2781f4375f0b71'/>
<id>urn:sha1:894fd2da788ecf13e14176f20d2781f4375f0b71</id>
<content type='text'>
is given as argument) that is not present in 4-Stable.
It was introduced when realpath(1) was split out of pwd(1).
The removed behavior is provided by pwd(1).

Reviewed by:	mike
</content>
</entry>
<entry>
<title>- use MAXPATHLEN per realpath(3)</title>
<updated>2002-12-18T10:20:40Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2002-12-18T10:20:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9a26e46eb49463ac5c18ddd8371b4b2b6a6d689b'/>
<id>urn:sha1:9a26e46eb49463ac5c18ddd8371b4b2b6a6d689b</id>
<content type='text'>
- use the problematic part of the path, instead of the argument,
  when reporting an error.

Reviewed by:	mike
</content>
</entry>
<entry>
<title>Check the return value of getcwd() to avoid printf()ing a NULL.  Mark</title>
<updated>2002-06-09T00:46:24Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-06-09T00:46:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f3a09c6c9bfd84fb510e218c61cfe345f8c1cf73'/>
<id>urn:sha1:f3a09c6c9bfd84fb510e218c61cfe345f8c1cf73</id>
<content type='text'>
usage() as __dead2 to avoid a GCC warning.

Spotted by:	keramida
</content>
</entry>
<entry>
<title>Use `The .Nm utility'</title>
<updated>2002-04-20T11:58:12Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-04-20T11:58:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=874506698f79dd2ca01b71552feed3cd28d6e901'/>
<id>urn:sha1:874506698f79dd2ca01b71552feed3cd28d6e901</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the realpath(1) source into its own directory.  Previously, it</title>
<updated>2002-02-11T07:32:17Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-02-11T07:32:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5330465c439e14b7d760d8369b484a7a7459c019'/>
<id>urn:sha1:5330465c439e14b7d760d8369b484a7a7459c019</id>
<content type='text'>
shared sources with pwd(1).
</content>
</entry>
</feed>
