<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdlib/realpath.c, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-05-28T08:23:01Z</updated>
<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/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/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/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/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/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/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/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/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/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>Fix the style of the SCM ID's.</title>
<updated>2002-03-22T21:53:29Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-22T21:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=333fc21e3cd79bca0c94d7722c5a56cb5ad078d1'/>
<id>urn:sha1:333fc21e3cd79bca0c94d7722c5a56cb5ad078d1</id>
<content type='text'>
I believe have made all of libc .c's as consistent as possible.
</content>
</entry>
</feed>
