<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc, branch release/4.10.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.10.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.10.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-05-21T02:19:21Z</updated>
<entry>
<title>Merge from RELENG_4:</title>
<updated>2004-05-21T02:19:21Z</updated>
<author>
<name>Hiten Pandya</name>
<email>hmp@FreeBSD.org</email>
</author>
<published>2004-05-21T02:19:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b859e04cf4021a5932550e11204bf6e15a4bca5b'/>
<id>urn:sha1:b859e04cf4021a5932550e11204bf6e15a4bca5b</id>
<content type='text'>
	* Remove a long obsolete paragraph from the BUGS section.
	* Bump the date.

Requested by:	alc
Approved by: 	re@ (scottl)
</content>
</entry>
<entry>
<title>This is a partial MFC of 1.74.  From the CVS log for that:</title>
<updated>2004-04-20T14:43:25Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2004-04-20T14:43:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6ba1378d1ba00fe168bc4342102029a29c853143'/>
<id>urn:sha1:6ba1378d1ba00fe168bc4342102029a29c853143</id>
<content type='text'>
	revision 1.74
	date: 2003/01/30 15:00:17;  author: phk;  state: Exp;  lines: +4 -0
	Catch some cases where asking for ridiculously large allocations could
	result in a segfault.  Instead just return NULL.

Requested by:	JINMEI Tatuya &lt;jinmei (at) isl.rdc.toshiba.co.jp&gt; and so@
Reviewed by:	phk (but he's not responsible if this makes 4.10 go boom :-)
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC: 1.16 - 1.19</title>
<updated>2004-04-17T10:04:10Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2004-04-17T10:04:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4815eb82c6ac5e5234cb85d6721d88101dd030f1'/>
<id>urn:sha1:4815eb82c6ac5e5234cb85d6721d88101dd030f1</id>
<content type='text'>
o List some sysctl variables that influence accounting
o Add reference to accton.8
o Bump document date

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC rev 1.36/1.37: fix _dns_ghbyname() to return NS_TRYAGAIN instead</title>
<updated>2004-04-12T23:07:29Z</updated>
<author>
<name>Pierre Beyssac</name>
<email>pb@FreeBSD.org</email>
</author>
<published>2004-04-12T23:07:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=892898510adb612b32d4d62c7dd93322c031d869'/>
<id>urn:sha1:892898510adb612b32d4d62c7dd93322c031d869</id>
<content type='text'>
of NS_NOTFOUND.  This gets getipnodebyname(3) to correctly return
h_errno=TRY_AGAIN instead of HOST_NOT_FOUND.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC revision 1.28</title>
<updated>2004-03-26T08:57:50Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2004-03-26T08:57:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9bad1b8e274c225362148ba20ac991a019f4dd96'/>
<id>urn:sha1:9bad1b8e274c225362148ba20ac991a019f4dd96</id>
<content type='text'>
Shave-off troff cycles by invoking .Fa only once.

Submitted by:	ru
</content>
</entry>
<entry>
<title>MFC 1.27 changes.</title>
<updated>2004-03-19T14:16:07Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2004-03-19T14:16:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a08b6abb17ab2e7ea0c491a7fabc600436624ff0'/>
<id>urn:sha1:a08b6abb17ab2e7ea0c491a7fabc600436624ff0</id>
<content type='text'>
Document missing EFAULT errno value.
</content>
</entry>
<entry>
<title>MFC: rev. 1.5:</title>
<updated>2004-03-02T18:20:35Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2004-03-02T18:20:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6b1d0124173f5e6c9ec22ea4897c1aaa168bb62f'/>
<id>urn:sha1:6b1d0124173f5e6c9ec22ea4897c1aaa168bb62f</id>
<content type='text'>
Properly cleanup the stack before jumping to cerror() if rfork(2) fails.

Submitted by:	Igor Sysoev &lt;is@rambler-co.ru&gt;
</content>
</entry>
<entry>
<title>Merge the int values for the signal(3) manual page from current.</title>
<updated>2004-03-01T21:43:50Z</updated>
<author>
<name>Josef El-Rayes</name>
<email>josef@FreeBSD.org</email>
</author>
<published>2004-03-01T21:43:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=145656ccefc2ec205363164743b75227e5ed20d1'/>
<id>urn:sha1:145656ccefc2ec205363164743b75227e5ed20d1</id>
<content type='text'>
I removed the line for SIGTHR which does not exist under 4.X

Approved by:    simon(mentor)
MFC v. 1.34
</content>
</entry>
<entry>
<title>MFC 1.27</title>
<updated>2004-02-13T20:59:43Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2004-02-13T20:59:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5bade38b08a39ba43b0eee280a9f63b44bad5daf'/>
<id>urn:sha1:5bade38b08a39ba43b0eee280a9f63b44bad5daf</id>
<content type='text'>
getnetbyname fixes:
Do not choke on malformed network addresses.
Return n_name in static space, not on the function's stack.

Tinderbox fixes by:	Ruslan Ermilov
</content>
</entry>
<entry>
<title>MFC: 1.32; make the documentation of PT_STEP match its implementation.</title>
<updated>2004-02-08T22:24:17Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2004-02-08T22:24:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e45410b4708b88b2c74368e0ee4d98385ced6639'/>
<id>urn:sha1:e45410b4708b88b2c74368e0ee4d98385ced6639</id>
<content type='text'>
</content>
</entry>
</feed>
