<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/crypt, branch libressl-v2.0.6</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.0.6</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.0.6'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-07-21T18:13:12+00:00</updated>
<entry>
<title>missing newline</title>
<updated>2014-07-21T18:13:12+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-21T18:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f77209c0557caea5b2eb62e9c88c62cede471020'/>
<id>urn:sha1:f77209c0557caea5b2eb62e9c88c62cede471020</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move more OS-specific functionality to arc4random.h headers.</title>
<updated>2014-07-20T20:51:13+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-07-20T20:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e1e31280b22a03036aa16e7c3814eedfa8ce1be4'/>
<id>urn:sha1:e1e31280b22a03036aa16e7c3814eedfa8ce1be4</id>
<content type='text'>
Move &lt;sys/mman.h&gt; and raise(SIGKILL) calls to OS-specific headers.
On OpenBSD, move thread_private.h as well to arc4random.h.
On Windows, use TerminateProcess on getentropy failure.

ok deraadt@
</content>
</entry>
<entry>
<title>From ISO/IEC 9899:1999 and 9899:201x,</title>
<updated>2014-07-20T04:22:34+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-07-20T04:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2d32133a5bf876d4d4e5ec6d7a5b28977b043411'/>
<id>urn:sha1:2d32133a5bf876d4d4e5ec6d7a5b28977b043411</id>
<content type='text'>
6.11.5 - Storage-class specifiers:
    The placement of a storage-class specifier other than at the
    beginning of the declaration specifiers in a declaration is
    an obsolescent feature.

Diff from Jean-Philippe Ouellet (jean-philippe (at) ouellet.biz)
</content>
</entry>
<entry>
<title>arc4random re-seeds with getentropy() now; ok deraadt@ jmc@</title>
<updated>2014-07-19T16:11:16+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2014-07-19T16:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=44dab54cee8b189ab97c01a1b9b5b85dc5423d84'/>
<id>urn:sha1:44dab54cee8b189ab97c01a1b9b5b85dc5423d84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change _rs_allocate so it can combine the two regions (rs and rsx)</title>
<updated>2014-07-19T00:08:43+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-19T00:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7dda705eb34d88c4c8c8ece0a009c6cac7b14c67'/>
<id>urn:sha1:7dda705eb34d88c4c8c8ece0a009c6cac7b14c67</id>
<content type='text'>
into one if a system has an awesome getentropy().  In that case it
is valid to totally throw away the rsx state in the child.  If the
getentropy() is not very good and has a lazy reseed operation, this
combining is a bad idea, and the reseed should probably continue to
use the "something old, something new" mix.  _rs_allocate() can
accomodate either method, but not on the fly.
ok matthew
</content>
</entry>
<entry>
<title>Seperate arc4random's os-dependent parts into static inline functions,</title>
<updated>2014-07-18T02:05:55+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-18T02:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c3ecd2f97aa6b0c3ad2b858fd98b8b662c2b7751'/>
<id>urn:sha1:c3ecd2f97aa6b0c3ad2b858fd98b8b662c2b7751</id>
<content type='text'>
making it much easier for libressl -portable to fill in the gaps.
ok bcook beck
</content>
</entry>
<entry>
<title>"Race-free because we're running single-threaded in a new</title>
<updated>2014-07-17T14:30:41+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-17T14:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=abc31963b47bed637894a360dd9ea17999dcd644'/>
<id>urn:sha1:abc31963b47bed637894a360dd9ea17999dcd644</id>
<content type='text'>
address space, and once allocated rs is never deallocated."
document the forkhandler to save reviewers time, with matthew
</content>
</entry>
<entry>
<title>#ifdef wrap the _rs_forkhandler</title>
<updated>2014-07-16T00:18:54+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-16T00:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b421c1fa9677663b9c0975f858faa4fe5b261880'/>
<id>urn:sha1:b421c1fa9677663b9c0975f858faa4fe5b261880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added handler for an atfork hook from kettenis@</title>
<updated>2014-07-16T00:15:35+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-07-16T00:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fc7a0451c93f18ca956719a11ea3c442a48e93ac'/>
<id>urn:sha1:fc7a0451c93f18ca956719a11ea3c442a48e93ac</id>
<content type='text'>
ok deraadt@ beck@ kettenis@
</content>
</entry>
<entry>
<title>While we thought this would make portable life easier it actually</title>
<updated>2014-07-13T09:32:42+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-07-13T09:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1c304b01638d44e13d1398b93ee6894b288fd12e'/>
<id>urn:sha1:1c304b01638d44e13d1398b93ee6894b288fd12e</id>
<content type='text'>
makes it much harder.
ok bcook@ kettenis@
</content>
</entry>
</feed>
