<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/net/ip6opt.c, branch releng/7.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>refer RFC 3542 rather than RFC 2292bis.</title>
<updated>2005-07-19T18:13:58+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-07-19T18:13:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d84e21303c7a6ec1ed4a80b6784a7da7724e74db'/>
<id>d84e21303c7a6ec1ed4a80b6784a7da7724e74db</id>
<content type='text'>
Submitted by:	Keiichi SHIMA &lt;keiichi__at__iijlab.net&gt;
Obtained from:	KAME
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Keiichi SHIMA &lt;keiichi__at__iijlab.net&gt;
Obtained from:	KAME
</pre>
</div>
</content>
</entry>
<entry>
<title>u_int8_t cannot carry a number greater than 255.</title>
<updated>2003-11-14T18:07:50+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-11-14T18:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2daa2369f09f5413dcff8e97f1b1a59813a131d7'/>
<id>2daa2369f09f5413dcff8e97f1b1a59813a131d7</id>
<content type='text'>
Reported by:	nectar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by:	nectar
</pre>
</div>
</content>
</entry>
<entry>
<title>according to RFC3542 10.5, the 5th argment of inet6_opt_next()</title>
<updated>2003-10-25T06:51:23+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-25T06:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8827557e3746731dc605977d04ba6ee0f24e4440'/>
<id>8827557e3746731dc605977d04ba6ee0f24e4440</id>
<content type='text'>
is not size_t but socklen_t.

Reported by:	tinderbox
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is not size_t but socklen_t.

Reported by:	tinderbox
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542</title>
<updated>2003-10-24T18:26:30+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-24T18:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f95d46333db63ce9df4e8a2ca8c5c09bc0edfe72'/>
<id>f95d46333db63ce9df4e8a2ca8c5c09bc0edfe72</id>
<content type='text'>
(aka RFC2292bis).  Though I believe this commit doesn't break
backward compatibility againt existing binaries, it breaks
backward compatibility of API.
Now, the applications which use Advanced Sockets API such as
telnet, ping6, mld6query and traceroute6 use RFC3542 API.

Obtained from:	KAME
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(aka RFC2292bis).  Though I believe this commit doesn't break
backward compatibility againt existing binaries, it breaks
backward compatibility of API.
Now, the applications which use Advanced Sockets API such as
telnet, ping6, mld6query and traceroute6 use RFC3542 API.

Obtained from:	KAME
</pre>
</div>
</content>
</entry>
<entry>
<title>An u_int8_t can never be bigger than 255, so remove a useless check.</title>
<updated>2003-07-25T12:23:25+00:00</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2003-07-25T12:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=434252892a018c607df12e31a4362f20238676df'/>
<id>434252892a018c607df12e31a4362f20238676df</id>
<content type='text'>
Spotted by:	GCC
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spotted by:	GCC
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the style of the SCM ID's.</title>
<updated>2002-03-22T21:53:29+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-22T21:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=333fc21e3cd79bca0c94d7722c5a56cb5ad078d1'/>
<id>333fc21e3cd79bca0c94d7722c5a56cb5ad078d1</id>
<content type='text'>
I believe have made all of libc .c's as consistent as possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I believe have made all of libc .c's as consistent as possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'register' keyword.</title>
<updated>2002-03-21T18:49:23+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-21T18:49:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8fb3f3f68288ae2b1b53dd65e3dd673d83c80f4c'/>
<id>8fb3f3f68288ae2b1b53dd65e3dd673d83c80f4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KAME 4th patch</title>
<updated>1999-12-16T18:32:01+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>1999-12-16T18:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=05a244b4077824dd8e83b71c4c2804000c3a08c7'/>
<id>05a244b4077824dd8e83b71c4c2804000c3a08c7</id>
<content type='text'>
IPv6 specific library functions addition.
(getnameinfo(), getaddrinfo(), and IPv6 transport support is not yet)

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IPv6 specific library functions addition.
(getnameinfo(), getaddrinfo(), and IPv6 transport support is not yet)

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
</pre>
</div>
</content>
</entry>
</feed>
