<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, branch OPENBSD_4_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2010-07-28T09:00:20+00:00</updated>
<entry>
<title>Sync hcreate(3) with NetBSD, adding some caveats.</title>
<updated>2010-07-28T09:00:20+00:00</updated>
<author>
<name>ray</name>
<email></email>
</author>
<published>2010-07-28T09:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b8cf097636fac0ceae64ef6eaea1e283d31c6d71'/>
<id>urn:sha1:b8cf097636fac0ceae64ef6eaea1e283d31c6d71</id>
<content type='text'>
OK jmc
</content>
</entry>
<entry>
<title>getopt_long.c replaced getopt.c 6+ years ago; we can retire</title>
<updated>2010-07-22T19:31:53+00:00</updated>
<author>
<name>blambert</name>
<email></email>
</author>
<published>2010-07-22T19:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0e5819976ae422dacdfb32d9b4bf3cc18ad089b2'/>
<id>urn:sha1:0e5819976ae422dacdfb32d9b4bf3cc18ad089b2</id>
<content type='text'>
the REPLACE_GETOPT macro, at long last

ok millert@
</content>
</entry>
<entry>
<title>Document new unsetenv() error returns.</title>
<updated>2010-07-06T20:52:00+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2010-07-06T20:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b4bd20add01dcd4b9a8b58e83b1e16b8e1a5f039'/>
<id>urn:sha1:b4bd20add01dcd4b9a8b58e83b1e16b8e1a5f039</id>
<content type='text'>
From Nicolas Legrand &lt;nlegrand@ethelred.fr&gt;; ok jmc@
</content>
</entry>
<entry>
<title>getpeereid() can now be a library routine using getsockopt() with</title>
<updated>2010-07-01T19:15:30+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2010-07-01T19:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3f82b28f1afc35ad022d05115d5cc220518cdef7'/>
<id>urn:sha1:3f82b28f1afc35ad022d05115d5cc220518cdef7</id>
<content type='text'>
SOL_SOCKET and SO_PEERCRED, only issue being that it cannot return
EFAULT for a page fault.  The kernel code will soon be put into
compat, and then in 10 years or so tedu will delete it.
ok guenther millert
</content>
</entry>
<entry>
<title>use a union to align the dns answer buffer until gcc4 is fixed</title>
<updated>2010-06-29T21:08:54+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2010-06-29T21:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f6553abd162a6805a6684eff37e95f1f0ed98844'/>
<id>urn:sha1:f6553abd162a6805a6684eff37e95f1f0ed98844</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use a union to align the dns answer buffer until gcc4 is fixed</title>
<updated>2010-06-29T09:22:06+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2010-06-29T09:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e7434a5f0966830d173d8d533e2794be5bc4c119'/>
<id>urn:sha1:e7434a5f0966830d173d8d533e2794be5bc4c119</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX.  ok deraadt@</title>
<updated>2010-06-29T04:09:34+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2010-06-29T04:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ea27549635fddb5047499ce46c454d3acfe0df83'/>
<id>urn:sha1:ea27549635fddb5047499ce46c454d3acfe0df83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid using and end pointer since strnlen(string, -1) is legal</title>
<updated>2010-06-02T12:58:12+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2010-06-02T12:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=718f25c6853b9204ccdaaa6947c90c056989f2bd'/>
<id>urn:sha1:718f25c6853b9204ccdaaa6947c90c056989f2bd</id>
<content type='text'>
and would otherwise result in overflowing the end pointer and
cause strnlen() to return 0.  OK sthen@
</content>
</entry>
<entry>
<title>oops - forgot to check for trailing whitespace;</title>
<updated>2010-05-26T08:22:11+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2010-05-26T08:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6d950030380c78428e74f7f7487ee813fa22f116'/>
<id>urn:sha1:6d950030380c78428e74f7f7487ee813fa22f116</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reword the 'D' dump bit to make it clear that the malloc.out file needs</title>
<updated>2010-05-26T07:27:38+00:00</updated>
<author>
<name>thib</name>
<email></email>
</author>
<published>2010-05-26T07:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b572f69b1b4eb83f0cdbedea16ef9e57a5209d9c'/>
<id>urn:sha1:b572f69b1b4eb83f0cdbedea16ef9e57a5209d9c</id>
<content type='text'>
to exist before exit for malloc to dump stats in it.

tweaks from jmc@
ok otto@,jmc@
</content>
</entry>
</feed>
