<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd, 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:21+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'OPENBSD_4_8_BASE'.</title>
<updated>2010-07-28T09:00:21+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2010-07-28T09:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5ddaa036d8d4dbc19363c6710257163923c0cd40'/>
<id>urn:sha1:5ddaa036d8d4dbc19363c6710257163923c0cd40</id>
<content type='text'>
</content>
</entry>
<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>echo behaves differently in sh and csh, only handling C-style escapes</title>
<updated>2010-07-25T07:51:39+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2010-07-25T07:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e5d9c30299df3b28516d6f84c1bacee15f245077'/>
<id>urn:sha1:e5d9c30299df3b28516d6f84c1bacee15f245077</id>
<content type='text'>
in the former, so switch an example that needs them to use printf instead.
From bcr at freebsd.org.
ok halex@
</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>Fix the naming of interfaces and variables for rdomains and rtables</title>
<updated>2010-07-03T04:44:51+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2010-07-03T04:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d405364f6b636179991f873c388bb7dbb095768'/>
<id>urn:sha1:5d405364f6b636179991f873c388bb7dbb095768</id>
<content type='text'>
and make it possible to bind sockets (including listening sockets!)
to rtables and not just rdomains.  This changes the name of the
system calls, socket option, and ioctl.  After building with this
you should remove the files /usr/share/man/cat2/[gs]etrdomain.0.

Since this removes the existing [gs]etrdomain() system calls, the
libc major is bumped.

Written by claudio@, criticized^Wcritiqued by me
</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>oops. Missed this from my aes-ni commit.</title>
<updated>2010-07-01T17:44:57+00:00</updated>
<author>
<name>thib</name>
<email></email>
</author>
<published>2010-07-01T17:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4722e3b8cd01eb49fdc03a02aed428c5118eaf49'/>
<id>urn:sha1:4722e3b8cd01eb49fdc03a02aed428c5118eaf49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>AES-NI engine support for OpenSSL.</title>
<updated>2010-07-01T17:44:20+00:00</updated>
<author>
<name>thib</name>
<email></email>
</author>
<published>2010-07-01T17:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9084f839ac0f269821a954788017d4349b614e7d'/>
<id>urn:sha1:9084f839ac0f269821a954788017d4349b614e7d</id>
<content type='text'>
This is code mostly picked up from upstream OpenSSL, or to be more exact
a diff from David Woodhouse &lt;dwmw2 at infradead dot org&gt;.

Remember to make includes before doing a build!

no objections from djm@
OK deraadt@, reyk@ (AES is about 4.25x faster on his x201 now)
</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>
</feed>
