<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdlib/realpath.c, branch release/7.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-05-01T02:51:58Z</updated>
<entry>
<title>Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.</title>
<updated>2009-05-01T02:51:58Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-05-01T02:51:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b205d83df7763ca1f099bce5ac12a05862a626c4'/>
<id>urn:sha1:b205d83df7763ca1f099bce5ac12a05862a626c4</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.2-RELEASE image.
</content>
</entry>
<entry>
<title>Fix stripping last path component when only one path component left.</title>
<updated>2003-05-28T08:23:01Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2003-05-28T08:23:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f4203da86c97fb14101aee42509dcc755aefce62'/>
<id>urn:sha1:f4203da86c97fb14101aee42509dcc755aefce62</id>
<content type='text'>
PR:		52686
MFC after:	1 day
</content>
</entry>
<entry>
<title>Back out the `hiding' of strlcpy and strlcat.  Several people</title>
<updated>2003-05-01T19:03:14Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-05-01T19:03:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d05090827f0e5b95cc7d2bcdde8b3b4e0f986241'/>
<id>urn:sha1:d05090827f0e5b95cc7d2bcdde8b3b4e0f986241</id>
<content type='text'>
vocally objected to this safety belt.
</content>
</entry>
<entry>
<title>`Hide' strlcpy and strlcat (using the namespace.h / __weak_reference</title>
<updated>2003-04-29T21:13:50Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-04-29T21:13:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5723e501abb675701352eb3e9fd58bb3cc2c649d'/>
<id>urn:sha1:5723e501abb675701352eb3e9fd58bb3cc2c649d</id>
<content type='text'>
technique) so that we don't wind up calling into an application's
version if the application defines them.

Inspired by:	qpopper's interfering and buggy version of strlcpy
</content>
</entry>
<entry>
<title>BDE'ify</title>
<updated>2003-03-29T21:56:59Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2003-03-29T21:56:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=839e119ec83e480e5b1a93513487655069eaba5c'/>
<id>urn:sha1:839e119ec83e480e5b1a93513487655069eaba5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix truncation check and buffer overflow check</title>
<updated>2003-03-29T21:34:13Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2003-03-29T21:34:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=057e4034dd04ef8e9b37d4fcf6ef402ba04c836f'/>
<id>urn:sha1:057e4034dd04ef8e9b37d4fcf6ef402ba04c836f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- MAXPATHLEN -&gt; PATH_MAX (pass correct buffer size to readlink as well)</title>
<updated>2003-03-28T12:05:45Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2003-03-28T12:05:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be6a158e0f149923f16395e45813347f30daea67'/>
<id>urn:sha1:be6a158e0f149923f16395e45813347f30daea67</id>
<content type='text'>
Requested by:		bde
</content>
</entry>
<entry>
<title>Make realpath() thread-safe. New implementation does not use chdir(2) at all.</title>
<updated>2003-03-27T20:48:53Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2003-03-27T20:48:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=226a0f0f8bdc3a64bdc6d9a455d3693db6ad7568'/>
<id>urn:sha1:226a0f0f8bdc3a64bdc6d9a455d3693db6ad7568</id>
<content type='text'>
Submitted by:	Constantin S. Svintsoff &lt;kostik (at) iclub.nsu.ru&gt;
</content>
</entry>
<entry>
<title>Use strlcpy instead of strncpy.</title>
<updated>2003-02-22T18:08:34Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2003-02-22T18:08:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=484251e7c41d6176c555589d72de776e30c78126'/>
<id>urn:sha1:484251e7c41d6176c555589d72de776e30c78126</id>
<content type='text'>
Submitted by:	imp
Reviewed by:	silence on -audit
</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-test2/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>
</feed>
