<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string/__strerror.c, branch libressl-v3.3.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.3.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.3.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2004-05-03T17:35:07+00:00</updated>
<entry>
<title>No longer need __strerror(3) now that we use strerror_r() inside libc.</title>
<updated>2004-05-03T17:35:07+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2004-05-03T17:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0c5ef24a857a5f13f45b81acccf4973d92e8c5e3'/>
<id>urn:sha1:0c5ef24a857a5f13f45b81acccf4973d92e8c5e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build the error message in strerror_r.c directly, avoiding one copy there.</title>
<updated>2004-05-03T05:07:34+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2004-05-03T05:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=76aa3dd62e5e4b02cca65819f1c8d9938aec06fd'/>
<id>urn:sha1:76aa3dd62e5e4b02cca65819f1c8d9938aec06fd</id>
<content type='text'>
handle a few subtle details caught by the regression tests: correct
termination, non copying if buffer length == 0, errno setting.
let all former users of __strerror go through strerror_r.

Work by Todd Miller and I. Okay millert@.
</content>
</entry>
<entry>
<title>let __strerror fill precisely the part of the buffer it can.</title>
<updated>2004-05-01T10:52:59+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2004-05-01T10:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=020a840ea33d9a0972e79af8e8d5b08fd704ff84'/>
<id>urn:sha1:020a840ea33d9a0972e79af8e8d5b08fd704ff84</id>
<content type='text'>
okay millert@
</content>
</entry>
<entry>
<title>Let __strerror work by fixing a number of problems. Work by tholo and I,</title>
<updated>2004-04-30T17:13:02+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2004-04-30T17:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0a296eded866d7ff51a920ebce2ab8399cf97cf3'/>
<id>urn:sha1:0a296eded866d7ff51a920ebce2ab8399cf97cf3</id>
<content type='text'>
okay millert@.

- atoi was bogus.
- atoi was not reentrant.
- there's no reason to cast stuff to unsigned int.
</content>
</entry>
<entry>
<title>Remove the advertising clause in the UCB license which Berkeley</title>
<updated>2003-06-02T20:18:38+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-02T20:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=021d32a253720a2fcdb07690f59c7e08d1d661e6'/>
<id>urn:sha1:021d32a253720a2fcdb07690f59c7e08d1d661e6</id>
<content type='text'>
rescinded 22 July 1999.  Proofed by myself and Theo.
</content>
</entry>
<entry>
<title>a few more strlcy; ok from beck &amp; ho</title>
<updated>2003-03-13T15:47:33+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2003-03-13T15:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d088ab7ffc5483ee741713b7b9340d9e521c0432'/>
<id>urn:sha1:d088ab7ffc5483ee741713b7b9340d9e521c0432</id>
<content type='text'>
</content>
</entry>
<entry>
<title>when strerror() has an Unknown error, also set EINVAL</title>
<updated>2001-12-08T20:37:32+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2001-12-08T20:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e5c0bcf0a1bf83998cce5c66cc9fb31068867108'/>
<id>urn:sha1:e5c0bcf0a1bf83998cce5c66cc9fb31068867108</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use strlcpy vs strncpy+a[len-1]='\0'.  millert@ ok.</title>
<updated>2001-06-27T00:58:56+00:00</updated>
<author>
<name>lebel</name>
<email></email>
</author>
<published>2001-06-27T00:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ba6f70d7550cc513151c4bb719659d4775a9efff'/>
<id>urn:sha1:ba6f70d7550cc513151c4bb719659d4775a9efff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike.long@analog.com</title>
<updated>1996-09-25T08:17:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1996-09-25T08:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e1d97f672bb21109e95b3a91fd67865f61ec96ca'/>
<id>urn:sha1:e1d97f672bb21109e95b3a91fd67865f61ec96ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid pulling in stdio</title>
<updated>1996-09-16T05:43:40+00:00</updated>
<author>
<name>tholo</name>
<email></email>
</author>
<published>1996-09-16T05:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9b25cbf97ec9b0c0fe72bf7024007a17a16b4b4a'/>
<id>urn:sha1:9b25cbf97ec9b0c0fe72bf7024007a17a16b4b4a</id>
<content type='text'>
</content>
</entry>
</feed>
