<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/include, branch release/5.5.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.5.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.5.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-05-23T04:09:12Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2006-05-23T04:09:12Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-05-23T04:09:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6'/>
<id>urn:sha1:8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6</id>
<content type='text'>
'RELENG_5_5_0_RELEASE'.

This commit was manufactured to restore the state of the 5.5-RELEASE image.
</content>
</entry>
<entry>
<title>MFC rev 1.13:</title>
<updated>2006-04-21T05:16:41Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2006-04-21T05:16:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aacfa2aa6fa282fae2b81980b86895fc060293cb'/>
<id>urn:sha1:aacfa2aa6fa282fae2b81980b86895fc060293cb</id>
<content type='text'>
Fix ypwhich -m.  This should be MFC'ed back at least as far as RELENG_5.

Submitted by:	Gil Kloepfer &lt;gil@arlut.utexas.edu&gt;
PR:		64445
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC: Decrease the value of RES_DFLRETRY from 4 to 2.</title>
<updated>2006-03-06T14:50:09Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-03-06T14:50:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f6113c094185e4f13a307e73cf3f578498a0ab18'/>
<id>urn:sha1:f6113c094185e4f13a307e73cf3f578498a0ab18</id>
<content type='text'>
	include/resolv.h:		1.26, 1.28
	lib/libc/net/res_init.c:	1.33

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-06-27T01:54:40Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2005-06-27T01:54:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6b8fa543106f55cc4bc193b9271337ab8d97aa1f'/>
<id>urn:sha1:6b8fa543106f55cc4bc193b9271337ab8d97aa1f</id>
<content type='text'>
According to the information on:
http://www.opengroup.org/onlinepubs/009695399/functions/swab.html
the prototype for swab() should be in &lt;unistd.h&gt; and not in &lt;string.h&gt;.
Move it, and update to match SUS.  Leave the prototype in string.h for
now, for backwards compat.

PR:		74751
Submitted by:	Craig Rodrigues &lt;rodrigc@crodrigues.org&gt;
Discussed with:	das
</content>
</entry>
<entry>
<title>MFC: The ai_addrlen of a struct addrinfo used to be a size_t, per RFC</title>
<updated>2005-05-29T10:21:38Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-05-29T10:21:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=33bfde0a40af9d68165e7fb495e58fe8d17cf199'/>
<id>urn:sha1:33bfde0a40af9d68165e7fb495e58fe8d17cf199</id>
<content type='text'>
2553.  In XNS5.2, and subsequently in POSIX-2001 and RFC 3493, it was
changed to a socklen_t.  And, the n_net of a struct netent used to be
an unsigned long integer.  In XNS5, and subsequently in POSIX-2001, it
was changed to an uint32_t.  To accomodate for this while preserving
ABI compatibility with the old interface, we need to prepend or append
32 bits of padding, depending on the (LP64) architecture's endianness.

	include/netdb.h:		1.36 (partly)
	lib/libc/net/getaddrinfo.c:	1.69
	lib/libc/net/getnetbydns.c:	1.30
	lib/libc/net/getnetbyht.c:	1.15
	lib/libc/net/getnetbynis.c:	1.18
	lib/libc/net/getnetnamadr.c:	1.20 (partly)
	lib/libc/net/netdb_private.h:	1.9
</content>
</entry>
<entry>
<title>MFC: hide implementation specific internal functions from netdb.h.</title>
<updated>2005-05-16T18:28:19Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-05-16T18:28:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c90a8bac7742c19b78e09dc487e571374ca5ac4d'/>
<id>urn:sha1:c90a8bac7742c19b78e09dc487e571374ca5ac4d</id>
<content type='text'>
	include/netdb.h:		1.35
	lib/libc/net/gethostbydns.c:	1.50
	lib/libc/net/gethostbyht.c:	1.18
	lib/libc/net/gethostnamadr.c:	1.24
	lib/libc/net/getnetnamadr.c:	1.18
	lib/libc/net/name6.c:		1.46
	lib/libc/net/netdb_private.h:	1.5
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-03-07T20:38:51Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-03-07T20:38:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aae44425d494ed919ea60d3a2c939dd98bc99cc5'/>
<id>urn:sha1:aae44425d494ed919ea60d3a2c939dd98bc99cc5</id>
<content type='text'>
	userland ieee488 support

Approved by:	re@
</content>
</entry>
<entry>
<title>MFC: Add the acpica subdir and sync style with -current.</title>
<updated>2005-03-02T20:58:38Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-03-02T20:58:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=071f3cfc7cdc24b0158e82fa9951317a2c4fea23'/>
<id>urn:sha1:071f3cfc7cdc24b0158e82fa9951317a2c4fea23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.235 and 1.236: Install include for acpica and update bktr symlinks.</title>
<updated>2005-03-02T20:50:10Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-03-02T20:50:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=19ce697d2e73a1ce441730caf16efc04a7a2672a'/>
<id>urn:sha1:19ce697d2e73a1ce441730caf16efc04a7a2672a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Connect SHSEC GEOM class to the build.</title>
<updated>2005-03-01T13:32:17Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-03-01T13:32:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=62446140ca0978a983a56fcf2a468f6a43c588e9'/>
<id>urn:sha1:62446140ca0978a983a56fcf2a468f6a43c588e9</id>
<content type='text'>
</content>
</entry>
</feed>
