<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/libkern, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-04-26T01:56:58Z</updated>
<entry>
<title>MFC r249631</title>
<updated>2013-04-26T01:56:58Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2013-04-26T01:56:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa425a071b8678af6023c4815f047170de74e76a'/>
<id>urn:sha1:aa425a071b8678af6023c4815f047170de74e76a</id>
<content type='text'>
Attempt to mitigate poor initialization of arc4 by one-shot
reinitialization from yarrow right after good entropy is harvested.

Approved by:    secteam (delphij)
</content>
</entry>
<entry>
<title>MFC r227293 (by ed):</title>
<updated>2013-04-05T08:22:11Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2013-04-05T08:22:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1139d398ea93668ee65ae02b8ceab630ca9e5487'/>
<id>urn:sha1:1139d398ea93668ee65ae02b8ceab630ca9e5487</id>
<content type='text'>
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.

This means that their use is restricted to a single C file.
</content>
</entry>
<entry>
<title>MFC r236899:</title>
<updated>2013-01-08T04:43:20Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2013-01-08T04:43:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eae81d3194701224de9ca9f9d0b193ec42e12e66'/>
<id>urn:sha1:eae81d3194701224de9ca9f9d0b193ec42e12e66</id>
<content type='text'>
Fix unloading of libiconv module.

Previously it would either loop infinitely or exit with error leaking a lock.
</content>
</entry>
<entry>
<title>MFC r242507:</title>
<updated>2012-12-03T18:08:44Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2012-12-03T18:08:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=048c34fe71ebc834f349f773b88f97ddfeb61c65'/>
<id>urn:sha1:048c34fe71ebc834f349f773b88f97ddfeb61c65</id>
<content type='text'>
Sync strlcpy with userland version.
</content>
</entry>
<entry>
<title>MFC r242506:</title>
<updated>2012-12-03T18:01:53Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2012-12-03T18:01:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=13547690da0d26e6af928725c90a25a7be26f3c7'/>
<id>urn:sha1:13547690da0d26e6af928725c90a25a7be26f3c7</id>
<content type='text'>
Sync strlen with userland implementation.
</content>
</entry>
<entry>
<title>MFC r228633,228634,228638,228642,228643: introduce cngets,</title>
<updated>2012-05-13T17:10:38Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2012-05-13T17:10:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0ca3c3e47d4cbcbc295da09eee18d5b5ab72fc3d'/>
<id>urn:sha1:0ca3c3e47d4cbcbc295da09eee18d5b5ab72fc3d</id>
<content type='text'>
a method for kernel to read a string from console
</content>
</entry>
<entry>
<title>MFC r228796:</title>
<updated>2012-01-16T05:15:13Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2012-01-16T05:15:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d863207d6871c0d2cc89bba63ee5dc20c0391606'/>
<id>urn:sha1:d863207d6871c0d2cc89bba63ee5dc20c0391606</id>
<content type='text'>
Discarding local array based on return values.

MFC r227650:
Add unicode support to msdosfs and smbfs; original pathes from imura,
bug fixes by Kuan-Chung Chiu &lt;buganini at gmail dot com&gt;.
</content>
</entry>
<entry>
<title>MFC:	r226029</title>
<updated>2011-10-10T19:07:55Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2011-10-10T19:07:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bf10a02fc0307c3213fe6af519dbee9cde049b23'/>
<id>urn:sha1:bf10a02fc0307c3213fe6af519dbee9cde049b23</id>
<content type='text'>
Add strnlen() to libkern.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Fix typos - remove duplicate "is".</title>
<updated>2011-02-23T09:22:33Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2011-02-23T09:22:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=974206cf705867f4eff213841d85545e7fad4117'/>
<id>urn:sha1:974206cf705867f4eff213841d85545e7fad4117</id>
<content type='text'>
PR:		docs/154934
Submitted by:	Eitan Adler &lt;lists at eitanadler.com&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Add support for asterisk characters when filling in the GELI password</title>
<updated>2010-11-14T14:12:43Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-11-14T14:12:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb4c31fd41e91a1a9d36616e8e8b4559513ee94b'/>
<id>urn:sha1:eb4c31fd41e91a1a9d36616e8e8b4559513ee94b</id>
<content type='text'>
during boot.

Change the last argument of gets() to indicate a visibility flag and add
definitions for the numerical constants. Except for the value 2, gets()
will behave exactly the same, so existing consumers shouldn't break. We
only use it in two places, though.

Submitted by:	lme (older version)
</content>
</entry>
</feed>
