<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/net/getaddrinfo.c, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure the head entry of addrinfo chain has non-NULL ai_canonname to be</title>
<updated>2007-09-05T18:08:14+00:00</updated>
<author>
<name>JINMEI Tatuya</name>
<email>jinmei@FreeBSD.org</email>
</author>
<published>2007-09-05T18:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e47c82ed724a186a2c1d60c3df8ca089caa621fb'/>
<id>e47c82ed724a186a2c1d60c3df8ca089caa621fb</id>
<content type='text'>
compliant with RFC3493.

PR: standards/114910
Approved by:   ume (mentor)
Approved by:   re
MFC after:     1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
compliant with RFC3493.

PR: standards/114910
Approved by:   ume (mentor)
Approved by:   re
MFC after:     1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>do not overload the port number on to the return value of</title>
<updated>2006-07-23T15:31:03+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-07-23T15:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e24e9d998838177448222a10d94a18def655178c'/>
<id>e24e9d998838177448222a10d94a18def655178c</id>
<content type='text'>
str2number().  this could result in an unexpected code path.

Obtained from:	KAME
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
str2number().  this could result in an unexpected code path.

Obtained from:	KAME
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>remove obsolete comments.</title>
<updated>2006-07-22T14:36:56+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-07-22T14:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=816dc28540cbfb9bd93036932193e8bbb2242ef6'/>
<id>816dc28540cbfb9bd93036932193e8bbb2242ef6</id>
<content type='text'>
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>simplification in explore_numeric: unified the post-process with</title>
<updated>2006-07-21T19:02:28+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-07-21T19:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=da83bf18e4f94486b924fced8cb17453d1472bf2'/>
<id>da83bf18e4f94486b924fced8cb17453d1472bf2</id>
<content type='text'>
GET_AI and GET_PORT.  Commented on an impossible case.

Obtained from:	KAME
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GET_AI and GET_PORT.  Commented on an impossible case.

Obtained from:	KAME
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>RFC3493 requires use of inet_aton for AF_INET.</title>
<updated>2006-07-21T19:00:22+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-07-21T19:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0cf41987df03583a9489357933fe9fcca5692ed3'/>
<id>0cf41987df03583a9489357933fe9fcca5692ed3</id>
<content type='text'>
Obtained from:	KAME
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:	KAME
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>clean-up: rewrote explore_null and explore_numeric without using sentinel.</title>
<updated>2006-07-21T18:57:44+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-07-21T18:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0aceddcef76792af218fb15166571d808ad7f494'/>
<id>0aceddcef76792af218fb15166571d808ad7f494</id>
<content type='text'>
we do not need it since we make (at most) a single addrinfo entry in these
cases.

Obtained from:	KAME
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we do not need it since we make (at most) a single addrinfo entry in these
cases.

Obtained from:	KAME
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>- Extend the nsswitch to support Services, Protocols and Rpc</title>
<updated>2006-04-28T12:03:38+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-04-28T12:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=06a99fe36f0aac93e7689da6b3f07b727750691f'/>
<id>06a99fe36f0aac93e7689da6b3f07b727750691f</id>
<content type='text'>
  databases.
- Make nsswitch support caching.

Submitted by:	Michael Bushkov &lt;bushman__at__rsu.ru&gt;
Sponsored by:	Google Summer of Code 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  databases.
- Make nsswitch support caching.

Submitted by:	Michael Bushkov &lt;bushman__at__rsu.ru&gt;
Sponsored by:	Google Summer of Code 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>fix indent.</title>
<updated>2006-04-01T15:53:39+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-04-01T15:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3c3c80e4c8f3ee23a659b3e7a4e5fe25eedaac7a'/>
<id>3c3c80e4c8f3ee23a659b3e7a4e5fe25eedaac7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If the query choked with EDNS0, retry without EDNS0.</title>
<updated>2006-03-28T07:42:57+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-03-28T07:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1259a17acd691e6d46cc70466504030326a0e91f'/>
<id>1259a17acd691e6d46cc70466504030326a0e91f</id>
<content type='text'>
Obtained from:	res_nquery() of BIND9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:	res_nquery() of BIND9.
</pre>
</div>
</content>
</entry>
</feed>
