<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/random.c, branch pre_openssl_0_9_8h</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=pre_openssl_0_9_8h</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=pre_openssl_0_9_8h'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2008-07-28T23:44:12+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'pre_openssl_0_9_8h'.</title>
<updated>2008-07-28T23:44:12+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2008-07-28T23:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=daac2f633f49a45baa8412c5e4e71e594236e7b8'/>
<id>urn:sha1:daac2f633f49a45baa8412c5e4e71e594236e7b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time</title>
<updated>2005-11-30T07:51:02+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2005-11-30T07:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f8452f05564b5820c3745b9348d85a2b3a745467'/>
<id>urn:sha1:f8452f05564b5820c3745b9348d85a2b3a745467</id>
<content type='text'>
and remove fallback code. If somebody is dumb enough to make the
sysctl fail using systrace, he deserves what he gets. Saves 7 syscalls
on process startup.
looks good miod@ ok deraadt@ tedu@
</content>
</entry>
<entry>
<title>zap remaining rcsid.</title>
<updated>2005-08-08T08:05:37+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-08T08:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7398a270c9cd1b7b4d545ed70ea24384781a86c'/>
<id>urn:sha1:d7398a270c9cd1b7b4d545ed70ea24384781a86c</id>
<content type='text'>
Kill old files that are no longer compiled.

okay theo
</content>
</entry>
<entry>
<title>ansi + de-register</title>
<updated>2005-03-30T18:51:49+00:00</updated>
<author>
<name>pat</name>
<email></email>
</author>
<published>2005-03-30T18:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=894b6ab0099e7d9ca2ad9acb75246cd0a4542167'/>
<id>urn:sha1:894b6ab0099e7d9ca2ad9acb75246cd0a4542167</id>
<content type='text'>
ok otto deraadt
</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>Use int32_t, not long since this deals with 32bit quantities.</title>
<updated>2003-02-28T21:27:44+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-02-28T21:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=13520626baf49aa5b220d51d3379c849d73c23fc'/>
<id>urn:sha1:13520626baf49aa5b220d51d3379c849d73c23fc</id>
<content type='text'>
Inspired by a change in NetBSD and reported by Jan Johansson.
</content>
</entry>
<entry>
<title>In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead.</title>
<updated>2002-12-06T17:43:34+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-12-06T17:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=27ad3c1b70e1ff5a88d4f7761f12549dd24f8d39'/>
<id>urn:sha1:27ad3c1b70e1ff5a88d4f7761f12549dd24f8d39</id>
<content type='text'>
We don't want to use the sysctl() by default since we are reading more
than just a few bytes of entropy when setting up the state.
</content>
</entry>
<entry>
<title>Fix the leak for real (that's what I get for hacking when i can't sleep).</title>
<updated>2000-04-04T14:27:00+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2000-04-04T14:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=49942362248a15d0555f7bcddd090271eb1a6fbb'/>
<id>urn:sha1:49942362248a15d0555f7bcddd090271eb1a6fbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix an fd leak if the read from /dev/arandom fails.  Pointed out by</title>
<updated>2000-04-04T13:38:24+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2000-04-04T13:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ead26851c853278c861706f40bd67ea1e0e88bcb'/>
<id>urn:sha1:ead26851c853278c861706f40bd67ea1e0e88bcb</id>
<content type='text'>
Markus Friedl.
</content>
</entry>
<entry>
<title>Add srandomdev() from FreeBSD for use by sendmail and others.</title>
<updated>2000-04-03T23:23:48+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2000-04-03T23:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dc35e9219fa6088544a9e0fe13b3baf01ae24d1c'/>
<id>urn:sha1:dc35e9219fa6088544a9e0fe13b3baf01ae24d1c</id>
<content type='text'>
</content>
</entry>
</feed>
