<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/libkern, branch releng/4.9</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.9'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-06-16T12:35:18Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2002-06-16T12:35:18Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-06-16T12:35:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7182dcf5d23732a38b2aa1274d417f35608e0105'/>
<id>urn:sha1:7182dcf5d23732a38b2aa1274d417f35608e0105</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync to rev 1.9; no functional changes, just style and comment fixes.</title>
<updated>2001-09-17T07:06:50Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2001-09-17T07:06:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=662cabeb541b5710a57d47a8e244158a73de8f0b'/>
<id>urn:sha1:662cabeb541b5710a57d47a8e244158a73de8f0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC of rev 1.8 + change of read_random to read_random_unlimited.</title>
<updated>2001-09-01T22:26:04Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2001-09-01T22:26:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b51a47fe6a895db725974ac382e901b80e86d0e'/>
<id>urn:sha1:2b51a47fe6a895db725974ac382e901b80e86d0e</id>
<content type='text'>
These changes increase the security of arc4random and also lower its
overhead.

Approved by: re (jkh)
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2001-04-09T21:29:45Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2001-04-09T21:29:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07c847a65c72573f8c7230c73563f7bafa106f14'/>
<id>urn:sha1:07c847a65c72573f8c7230c73563f7bafa106f14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: $FreeBSD$</title>
<updated>2000-08-03T01:09:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-03T01:09:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8f782fbc5a2aa251c652981f9222d6c3f3dbd696'/>
<id>urn:sha1:8f782fbc5a2aa251c652981f9222d6c3f3dbd696</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-03-13T04:59:44Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-13T04:59:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=842f30848780866cb822fe01c4d3d4576718ddb3'/>
<id>urn:sha1:842f30848780866cb822fe01c4d3d4576718ddb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change #ifdef KERNEL to #ifdef _KERNEL in the public headers.  "KERNEL"</title>
<updated>1999-12-29T05:07:58Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-29T05:07:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c447342094276b4d604449bb776063c7b88c4992'/>
<id>urn:sha1:c447342094276b4d604449bb776063c7b88c4992</id>
<content type='text'>
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot).  This is consistant with the other
BSD's who made this change quite some time ago.  More commits to come.
</content>
</entry>
<entry>
<title>Zap c_index() and c_rindex().  Bruce prefers these to implicitly convert</title>
<updated>1999-12-10T17:38:41Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-10T17:38:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=453713898148aa3c05ff75238db3402a6ad1a1de'/>
<id>urn:sha1:453713898148aa3c05ff75238db3402a6ad1a1de</id>
<content type='text'>
a const into a non-const as they do in libc.  I feel that defeating the
type checking like that quite evil, but that's the way it is.
</content>
</entry>
<entry>
<title>Eliminate compiler warning.</title>
<updated>1999-12-01T22:56:51Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1999-12-01T22:56:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37438111e1937ba2a6ad7253f722d9f3b5baf26f'/>
<id>urn:sha1:37438111e1937ba2a6ad7253f722d9f3b5baf26f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In the extremely miniscule chance that read_random returns &lt;= 0, don't try</title>
<updated>1999-11-29T19:23:35Z</updated>
<author>
<name>Dan Moschuk</name>
<email>dan@FreeBSD.org</email>
</author>
<published>1999-11-29T19:23:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e6082d1936f6269db744aa6ae6e2761a77580ab7'/>
<id>urn:sha1:e6082d1936f6269db744aa6ae6e2761a77580ab7</id>
<content type='text'>
and use that return code as a modulus (panics are bad, mmmkay?)
</content>
</entry>
</feed>
