<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/libkern/arc4random.c, branch release/6.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-01-15T15:46:22Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-01-15T15:46:22Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-01-15T15:46:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5cd221028ba5e7ada35a0dd196fb642b44f197d1'/>
<id>urn:sha1:5cd221028ba5e7ada35a0dd196fb642b44f197d1</id>
<content type='text'>
'RELENG_6_3_0_RELEASE'.

This commit was manufactured to restore the state of the 6.3-RELEASE image.
</content>
</entry>
<entry>
<title>Lock down arc4random so it can be safely called w/o Giant.</title>
<updated>2003-08-15T06:34:47Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2003-08-15T06:34:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f823fa326f4b593bb8b9e74606e70a864c25426'/>
<id>urn:sha1:2f823fa326f4b593bb8b9e74606e70a864c25426</id>
<content type='text'>
Minor code reorganization was required, but the only functional
change was that the first 1024 bytes of output are thrown out
after each reseed, rather than just the initial seed.
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-06-11T05:37:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-06-11T05:37:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ab0de15baf7234734b1b64c3145cd36f867c98ea'/>
<id>urn:sha1:ab0de15baf7234734b1b64c3145cd36f867c98ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Slight overhaul of arc4random() and friends.</title>
<updated>2002-10-11T13:13:08Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-10-11T13:13:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2c38619b524c7d3ada336fc2aa3afcbb7dbff0f5'/>
<id>urn:sha1:2c38619b524c7d3ada336fc2aa3afcbb7dbff0f5</id>
<content type='text'>
One bug fixed:  Use getmicrouptime() to trigger reseeds so that we
cannot be tricked by a clock being stepped backwards.

Express parameters in natural units and with natural names.

Don't use struct timeval more than we need to.

Various stylistic and readability polishing.

Introduce arc4rand(void *ptr, u_int len, int reseed) function which
returns a stream of pseudo-random bytes, observing the automatic
reseed criteria as well as allowing forced reseeds.

Rewrite arc4random() in terms of arc4rand().

Sponsored by:   DARPA &amp; NAI Labs.
</content>
</entry>
<entry>
<title>Fixed some typos, verboseness and misformatting in comments.</title>
<updated>2001-08-30T12:30:58Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2001-08-30T12:30:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=60f8e3af927efe398a78f8fe960ab14a132a066b'/>
<id>urn:sha1:60f8e3af927efe398a78f8fe960ab14a132a066b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor improvements to arc4random():</title>
<updated>2001-08-30T01:15:25Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2001-08-30T01:15:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a7810bc39bcf802c5cd2c95364a2b0bb8744356'/>
<id>urn:sha1:3a7810bc39bcf802c5cd2c95364a2b0bb8744356</id>
<content type='text'>
- Decrease reseeding interval from every 64 to every 16384 runs
  to reduce entropy usage.
- Add time based reseeding.  (Every 5 minutes.)
- Throw away the first 256 words of output as suggested in
  "Weaknesses in the Key Scheduling Algorithm of RC4."

Reviewed by: Mark Murray
MFC After: jkh says ok
</content>
</entry>
<entry>
<title>Recouple arc4random(9) to the entropy device. This works whether the</title>
<updated>2000-12-02T16:23:54Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-12-02T16:23:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4cb1e53914f0333c68cecbac7c3e4ca054cd84be'/>
<id>urn:sha1:4cb1e53914f0333c68cecbac7c3e4ca054cd84be</id>
<content type='text'>
entropy device is loaded or not.

If the entropy device is NOT loaded, the the quality of perturbations
supplied by this will suffer.
</content>
</entry>
<entry>
<title>Back out previous revision now that sys/random.h is properly fixed.</title>
<updated>2000-09-11T19:34:04Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2000-09-11T19:34:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e2059d0bfbc164748cd0cdb85f047c31df162eb5'/>
<id>urn:sha1:e2059d0bfbc164748cd0cdb85f047c31df162eb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add #include's of sys/proc.h and sys/param.h to silence a warning.</title>
<updated>2000-09-11T05:51:58Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2000-09-11T05:51:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ebbb6afce34728d917b233ee192643b5f4283655'/>
<id>urn:sha1:ebbb6afce34728d917b233ee192643b5f4283655</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comment out unavailable call. This needs to be revisited when the entropy</title>
<updated>2000-06-25T10:15:58Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-06-25T10:15:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bf3191e9fa00fe44c58cfd0484fa1cbee135f3f0'/>
<id>urn:sha1:bf3191e9fa00fe44c58cfd0484fa1cbee135f3f0</id>
<content type='text'>
device is complete.
Reviewed by:	dfr
</content>
</entry>
</feed>
