<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/libkern, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-12-17T11:35:11Z</updated>
<entry>
<title>MFC: Make msdosfs long filenames matching case insensitive again.</title>
<updated>2003-12-17T11:35:11Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-12-17T11:35:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=48455098b087fd6867632a5c5f751ad92e571165'/>
<id>urn:sha1:48455098b087fd6867632a5c5f751ad92e571165</id>
<content type='text'>
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>- Support for multibyte charsets in LIBICONV.</title>
<updated>2003-09-26T20:26:25Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2003-09-26T20:26:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c4f02a891fe62fe1277c89859922804ea2c27bcd'/>
<id>urn:sha1:c4f02a891fe62fe1277c89859922804ea2c27bcd</id>
<content type='text'>
- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options
(with corresponding modules).
- kiconv(3) for loadable charset conversion tables support.

Submitted by:	Ryuichiro Imura &lt;imura@ryu16.org&gt;
</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/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>Lower initial drop value to 50, it is enough to hide linearity</title>
<updated>2003-08-10T17:56:58Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-08-10T17:56:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=696fe9ddcd17c46b7488c89126bc0123c2fd0c80'/>
<id>urn:sha1:696fe9ddcd17c46b7488c89126bc0123c2fd0c80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backed out the micro-optimization in 1.4.  It was to help gcc-2.6.3</title>
<updated>2003-07-25T15:54:23Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-07-25T15:54:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4066649d5aaa66cd2834d86beb8aeb0720304995'/>
<id>urn:sha1:4066649d5aaa66cd2834d86beb8aeb0720304995</id>
<content type='text'>
on i486's (and probably i386's), but it has had very little effect
since gcc-2.7 or gcc-2.95.  With gcc-3.3, it gave a small
pessimization for at least i386's, athlon-xp's and pentium4's, a
small optimization (I think) for pentium1's, and made no difference
for i386's.  (movzbl is best for all the later processors, and the
micro-optimization was to stop it being used on i486's.)
</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/commit/?id=ab0de15baf7234734b1b64c3145cd36f867c98ea'/>
<id>urn:sha1:ab0de15baf7234734b1b64c3145cd36f867c98ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecate machine/limits.h in favor of new sys/limits.h.</title>
<updated>2003-04-29T13:36:06Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-04-29T13:36:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=104a9b7e3edbd88cdda0698c5c77a2ad6dafcc16'/>
<id>urn:sha1:104a9b7e3edbd88cdda0698c5c77a2ad6dafcc16</id>
<content type='text'>
Change all in-tree consumers to include &lt;sys/limits.h&gt;

Discussed on:	standards@
Partially submitted by: Craig Rodrigues &lt;rodrigc@attbi.com&gt;
</content>
</entry>
<entry>
<title>Further GC of M_STRING, missed previously.</title>
<updated>2003-02-26T01:00:29Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2003-02-26T01:00:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=05c06d15e842ad1437f73b47fe8fc4a92df5b2d1'/>
<id>urn:sha1:05c06d15e842ad1437f73b47fe8fc4a92df5b2d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace license with two-clause BSD; an old license template with three</title>
<updated>2003-02-26T00:59:53Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2003-02-26T00:59:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae4f61f0d7b35651852723f8e57d33366ab9b27f'/>
<id>urn:sha1:ae4f61f0d7b35651852723f8e57d33366ab9b27f</id>
<content type='text'>
clauses was used by mistake.
</content>
</entry>
<entry>
<title>Pass a malloc type into the libkern strdup() implementation explicitly,</title>
<updated>2003-02-25T22:11:39Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2003-02-25T22:11:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=354d43abf30325d0059644e2b7bfe2d194041c99'/>
<id>urn:sha1:354d43abf30325d0059644e2b7bfe2d194041c99</id>
<content type='text'>
so that callers can specify what malloc pool the resulting memory
should come from.

Requested by:	phk
</content>
</entry>
</feed>
