<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/string/strerror.3, branch release/8.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-07-17T05:41:01Z</updated>
<entry>
<title>Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.</title>
<updated>2010-07-17T05:41:01Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2010-07-17T05:41:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=90d6fa76a8141fc596ad376ecd86a8a493836298'/>
<id>urn:sha1:90d6fa76a8141fc596ad376ecd86a8a493836298</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.1-RELEASE image.
</content>
</entry>
<entry>
<title>Per Regents of the University of Calfornia letter, remove advertising</title>
<updated>2007-01-09T00:28:16Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2007-01-09T00:28:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c879ae3536e6d92b8d96c8965c5b05fcb9541520'/>
<id>urn:sha1:c879ae3536e6d92b8d96c8965c5b05fcb9541520</id>
<content type='text'>
clause.

# If I've done so improperly on a file, please let me know.
</content>
</entry>
<entry>
<title>Correctly document the return value of strerror() and strerror_r() and</title>
<updated>2004-10-12T14:52:52Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2004-10-12T14:52:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4bf94cc1f736deed7f10c72724313d19b2f1263f'/>
<id>urn:sha1:4bf94cc1f736deed7f10c72724313d19b2f1263f</id>
<content type='text'>
the contents of the returned buffer for unknown error codes.

PR:		docs/72578
Submitted by:	Jilles Tjoelker &lt;jilles@stack.nl&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Add back the Standards section claiming conformance to 1003.1-2001 and</title>
<updated>2002-12-19T10:24:52Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-12-19T10:24:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c0dd63a8a86c5898580444f3ef9f112c1a7f2baa'/>
<id>urn:sha1:c0dd63a8a86c5898580444f3ef9f112c1a7f2baa</id>
<content type='text'>
C99 now that all known standards-related bugs have been fixed.
</content>
</entry>
<entry>
<title>Rearrange strerror() so that its itoa procedure can be used with</title>
<updated>2002-12-18T16:53:31Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-12-18T16:53:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5a98f074e6b1c2d0ab1bbad4cd23e7ac99a1ff2e'/>
<id>urn:sha1:5a98f074e6b1c2d0ab1bbad4cd23e7ac99a1ff2e</id>
<content type='text'>
strerror_r().  Doing this allows us to ensure that strerror_r() always
fills the supplied buffer regardless of EINVAL or ERANGE errors.

strerror()'s semantics have changed slightly such that an argument of
0 is now considered invalid and errno is set to EINVAL.

Remove internal regression test for strerror() and strerror_r().  This
will be reincarnated in src/tools/regression/lib/libc/string.

In strerror(3), add a comment about strerror()'s bogus return type.

PR:	44356
</content>
</entry>
<entry>
<title>Remove the Standards section again until we get these functions sorted</title>
<updated>2002-10-24T01:24:26Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-24T01:24:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6f9ed74abcf7352dcd9576c884909f23eec7b734'/>
<id>urn:sha1:6f9ed74abcf7352dcd9576c884909f23eec7b734</id>
<content type='text'>
out. This will probably have to wait until after 5.0-R.
</content>
</entry>
<entry>
<title>Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001.</title>
<updated>2002-10-23T10:16:21Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-23T10:16:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=edafcb6d73c198ca5545e54f8cfd2a447178beaa'/>
<id>urn:sha1:edafcb6d73c198ca5545e54f8cfd2a447178beaa</id>
<content type='text'>
Also add a note to the Bugs section pointing out that strerror() and
perror() share the same static buffer.
</content>
</entry>
<entry>
<title>Revert last commit.  stdio.h include is for perror(), not strerror()</title>
<updated>2002-01-31T13:32:14Z</updated>
<author>
<name>Chris D. Faulhaber</name>
<email>jedgar@FreeBSD.org</email>
</author>
<published>2002-01-31T13:32:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ea018aa2605c6070c94b7b54bf6b9fe4d6631825'/>
<id>urn:sha1:ea018aa2605c6070c94b7b54bf6b9fe4d6631825</id>
<content type='text'>
</content>
</entry>
<entry>
<title>strerror(3) is in string.h, not stdio.h</title>
<updated>2002-01-31T13:20:48Z</updated>
<author>
<name>Chris D. Faulhaber</name>
<email>jedgar@FreeBSD.org</email>
</author>
<published>2002-01-31T13:20:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=066f7169c1b561bbd678755ae77ccb33a7e6555c'/>
<id>urn:sha1:066f7169c1b561bbd678755ae77ccb33a7e6555c</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>mdoc(7) police: minor markup nits.</title>
<updated>2001-12-12T15:02:32Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-12-12T15:02:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6184d98a2a10cd4f13783533e189fd79a56aed76'/>
<id>urn:sha1:6184d98a2a10cd4f13783533e189fd79a56aed76</id>
<content type='text'>
</content>
</entry>
</feed>
