<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/random.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-11-28T06:55:49+00:00</updated>
<entry>
<title>GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections</title>
<updated>2017-11-28T06:55:49+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2017-11-28T06:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8498b91851192781ec9ed2dd8420226001473ef7'/>
<id>urn:sha1:8498b91851192781ec9ed2dd8420226001473ef7</id>
<content type='text'>
with "warning: " since 2003, so the messages themselves need not
contain the prefix anymore.

From Scott Cheloha
ok jca, deraadt
</content>
</entry>
<entry>
<title>Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific</title>
<updated>2016-04-05T04:29:21+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2016-04-05T04:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=503b7f2a3131d0c8321cd43845e068b0e800326b'/>
<id>urn:sha1:503b7f2a3131d0c8321cd43845e068b0e800326b</id>
<content type='text'>
data isn't necessary.

ok mpi@, ok&amp;tweak natano@
</content>
</entry>
<entry>
<title>Move to the &lt;limits.h&gt; universe.</title>
<updated>2015-01-16T16:48:51+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-01-16T16:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7027596ae70e4cf09e00ec2f7cb7434e59c533db'/>
<id>urn:sha1:7027596ae70e4cf09e00ec2f7cb7434e59c533db</id>
<content type='text'>
review by millert, binary checking process with doug, concept with guenther
</content>
</entry>
<entry>
<title>typo; ok deraadt</title>
<updated>2014-12-16T20:51:32+00:00</updated>
<author>
<name>sthen</name>
<email></email>
</author>
<published>2014-12-16T20:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c2e399263206ba62e8c110ac855698bccb450490'/>
<id>urn:sha1:c2e399263206ba62e8c110ac855698bccb450490</id>
<content type='text'>
</content>
</entry>
<entry>
<title>warn for correct symbol</title>
<updated>2014-12-16T20:42:36+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-12-16T20:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e67ae6690d33278dbeba862b85bfb365b1a1d24a'/>
<id>urn:sha1:e67ae6690d33278dbeba862b85bfb365b1a1d24a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve warnings from rand_r(), rand(), and random()</title>
<updated>2014-12-09T08:00:53+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-12-09T08:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=edffaf4998902baa8112fbdd357ca8d9f34c7b30'/>
<id>urn:sha1:edffaf4998902baa8112fbdd357ca8d9f34c7b30</id>
<content type='text'>
It may take a few iterations to get the tone right.
previously discussed with millert
</content>
</entry>
<entry>
<title>Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()</title>
<updated>2014-12-08T21:45:20+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-12-08T21:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9736a7f2a9e739ee9fc431040def5680fbb8794a'/>
<id>urn:sha1:9736a7f2a9e739ee9fc431040def5680fbb8794a</id>
<content type='text'>
to returning strong random by default, source from arc4random(3).
Parameters to the seeding functions are ignored, and the subsystems remain
in strong random mode.  If you wish the standardized deterministic mode,
call srand_deterministic(), srandom_determistic(), srand48_deterministic(),
seed48_deterministic() or lcong48_deterministic() instead.
The re-entrant functions rand_r(), erand48(), nrand48(), jrand48() are
unaffected by this change and remain in deterministic mode (for now).

Verified as a good roadmap forward by auditing 8800 pieces of software.
Roughly 60 pieces of software will need adaptation to request the
deterministic mode.

Violates POSIX and C89, which violate best practice in this century.
ok guenther tedu millert
</content>
</entry>
<entry>
<title>remove unused variable</title>
<updated>2014-10-13T20:54:13+00:00</updated>
<author>
<name>chl</name>
<email></email>
</author>
<published>2014-10-13T20:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e96d19d25ff68a3eb7d494fe74e5f49e99cfd041'/>
<id>urn:sha1:e96d19d25ff68a3eb7d494fe74e5f49e99cfd041</id>
<content type='text'>
ok tedu@
</content>
</entry>
<entry>
<title>once srandomdev() is called, switch to using arc4random() but mask off the</title>
<updated>2014-07-13T14:21:14+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-07-13T14:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1e61499a0b46ca01bb214325ac650de17119b094'/>
<id>urn:sha1:1e61499a0b46ca01bb214325ac650de17119b094</id>
<content type='text'>
high bit as required by posix. wouldn't want to break any standards.
idea and ok deraadt
</content>
</entry>
<entry>
<title>oops, typo. James Hartley is fast at trying -current</title>
<updated>2014-06-15T05:10:58+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-15T05:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ce091e871c74c0733db0cfb2d607b7a4b6608bfd'/>
<id>urn:sha1:ce091e871c74c0733db0cfb2d607b7a4b6608bfd</id>
<content type='text'>
</content>
</entry>
</feed>
