<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdlib/rand.3, branch release/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>http://cgit.freebsd.org/src/atom?h=release%2F11.1.0</id>
<link rel='self' href='http://cgit.freebsd.org/src/atom?h=release%2F11.1.0'/>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<updated>2013-06-13T00:19:30Z</updated>
<entry>
<title>Renumber clauses to reduce diffs to other versions</title>
<updated>2013-06-13T00:19:30Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-06-13T00:19:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=580b4d185bc1d20da91429229920ce590309cbf6'/>
<id>urn:sha1:580b4d185bc1d20da91429229920ce590309cbf6</id>
<content type='text'>
NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3,
so follow suit to make comparison easier.
</content>
</entry>
<entry>
<title>Replace access to /dev/random with the kernel pseudo-random number</title>
<updated>2013-04-02T23:41:20Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2013-04-02T23:41:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=12a6865090ad2f88c671256c53a8fed4d5424424'/>
<id>urn:sha1:12a6865090ad2f88c671256c53a8fed4d5424424</id>
<content type='text'>
source sysctl(KERN_ARND) and remove the fallback code.

Obtained from:	OpenBSD
Reviewed by:	secteam
MFC after:	1 month
</content>
</entry>
<entry>
<title>Bump dates.</title>
<updated>2012-09-04T22:03:16Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2012-09-04T22:03:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cf949d128392129bd09ae38efb7cf3731042f5de'/>
<id>urn:sha1:cf949d128392129bd09ae38efb7cf3731042f5de</id>
<content type='text'>
Reminded by:	bz@
</content>
</entry>
<entry>
<title>Add a prominent warning about these functions' unsuitability for</title>
<updated>2012-09-04T21:40:53Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2012-09-04T21:40:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=edab57e04e8c6bfbcb30dacc2135c2325d685646'/>
<id>urn:sha1:edab57e04e8c6bfbcb30dacc2135c2325d685646</id>
<content type='text'>
cryptographic purposes, and recommend using arc4random(3) instead.
</content>
</entry>
<entry>
<title>Missed space.</title>
<updated>2010-10-06T09:24:33Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2010-10-06T09:24:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3ac535965a939ba237aafbf802676461e5494e25'/>
<id>urn:sha1:3ac535965a939ba237aafbf802676461e5494e25</id>
<content type='text'>
Submitted by:	brueffer
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add cross-references to lrand48(3) and arc4random(3) from rand(3)</title>
<updated>2010-10-06T09:05:47Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2010-10-06T09:05:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=866dcc94625d9f09f3df85a630b6b5a8d2d50852'/>
<id>urn:sha1:866dcc94625d9f09f3df85a630b6b5a8d2d50852</id>
<content type='text'>
and random(3).

Submitted by:	Valentin Nechayev &lt;netch netch kiev ua&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Per Regents of the University of Calfornia letter, remove advertising</title>
<updated>2007-01-09T00:28:16Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2007-01-09T00:28:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c879ae3536e6d92b8d96c8965c5b05fcb9541520'/>
<id>urn:sha1:c879ae3536e6d92b8d96c8965c5b05fcb9541520</id>
<content type='text'>
clause.

# If I've done so improperly on a file, please let me know.
</content>
</entry>
<entry>
<title>sranddev() is not magic pixie dust.  While it gives a good random</title>
<updated>2004-11-10T17:25:49Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-11-10T17:25:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dfcc91e219593066705b396070817c8336791664'/>
<id>urn:sha1:dfcc91e219593066705b396070817c8336791664</id>
<content type='text'>
seed, the random number generator rand(3) still sucks and is unlikely
sufficient for crypto use.  Correct what appears to be a cut and paste
error from the srandomdev() man page.

Submitted by: Ben Mesander
</content>
</entry>
<entry>
<title>mdoc(7): Use the new feature of the .In macro.</title>
<updated>2003-09-08T19:57:22Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-09-08T19:57:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fe08efe680f6705e0c60beabe3e39629c655e743'/>
<id>urn:sha1:fe08efe680f6705e0c60beabe3e39629c655e743</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) police: "The .Fn function".</title>
<updated>2002-12-18T12:45:11Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-18T12:45:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1fae73b137bfc5a237d7258e3c667ba87a36b7ff'/>
<id>urn:sha1:1fae73b137bfc5a237d7258e3c667ba87a36b7ff</id>
<content type='text'>
</content>
</entry>
</feed>
