<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet6/nd6_rtr.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>Space cleanup</title>
<updated>2007-07-05T16:29:40+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2007-07-05T16:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2a463222be46a5f7ab718d440aa9cab6ecd50d56'/>
<id>2a463222be46a5f7ab718d440aa9cab6ecd50d56</id>
<content type='text'>
Approved by:	re (rwatson)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (rwatson)
</pre>
</div>
</content>
</entry>
<entry>
<title>ANSIfy[1] plus some style cleanup nearby.</title>
<updated>2007-07-05T16:23:49+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2007-07-05T16:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1272577e22d8f1c1c5b5e88f2624836e93aecb17'/>
<id>1272577e22d8f1c1c5b5e88f2624836e93aecb17</id>
<content type='text'>
Discussed with:	gnn, rwatson
Submitted by:	Karl Sj?dahl - dunceor &lt;dunceor gmail com&gt; [1]
Approved by:	re (rwatson)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Discussed with:	gnn, rwatson
Submitted by:	Karl Sj?dahl - dunceor &lt;dunceor gmail com&gt; [1]
Approved by:	re (rwatson)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFp4: 92972, 98913 + one more change</title>
<updated>2006-12-12T12:17:58+00:00</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2006-12-12T12:17:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1d54aa3ba94f4d9883b0746ce45123d5b5be773b'/>
<id>1d54aa3ba94f4d9883b0746ce45123d5b5be773b</id>
<content type='text'>
In ip6_sprintf no longer use and return one of eight static buffers
for printing/logging ipv6 addresses.
The caller now has to hand in a sufficiently large buffer as first
argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In ip6_sprintf no longer use and return one of eight static buffers
for printing/logging ipv6 addresses.
The caller now has to hand in a sufficiently large buffer as first
argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>With exception of the if_name() macro, all definitions in net_osdep.h</title>
<updated>2006-08-04T21:27:40+00:00</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2006-08-04T21:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=43bc7a9c62fa28bfa59061b28ce0102862a0b224'/>
<id>43bc7a9c62fa28bfa59061b28ce0102862a0b224</id>
<content type='text'>
were unused or already in if_var.h so add if_name() to if_var.h and
remove net_osdep.h along with all references to it.

Longer term we may want to kill off if_name() entierly since all modern
BSDs have if_xname variables rendering it unnecessicary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
were unused or already in if_var.h so add if_name() to if_var.h and
remove net_osdep.h along with all references to it.

Longer term we may want to kill off if_name() entierly since all modern
BSDs have if_xname variables rendering it unnecessicary.
</pre>
</div>
</content>
</entry>
<entry>
<title>implements section 2.2 of RFC4191, regarding the reserved preference value (10)</title>
<updated>2006-03-19T06:38:39+00:00</updated>
<author>
<name>SUZUKI Shinsuke</name>
<email>suz@FreeBSD.org</email>
</author>
<published>2006-03-19T06:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d3693a631ecb5430720784db4682d80047c6d33b'/>
<id>d3693a631ecb5430720784db4682d80047c6d33b</id>
<content type='text'>
Obtained from: KAME
MFC after: 1 day
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from: KAME
MFC after: 1 day
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with KAME regarding NDP</title>
<updated>2005-10-21T16:23:01+00:00</updated>
<author>
<name>SUZUKI Shinsuke</name>
<email>suz@FreeBSD.org</email>
</author>
<published>2005-10-21T16:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=743eee666f210e57243adc9ff8eb72e1082bff48'/>
<id>743eee666f210e57243adc9ff8eb72e1082bff48</id>
<content type='text'>
- introduced fine-grain-timer to manage ND-caches and IPv6 Multicast-Listeners
- supports Router-Preference &lt;draft-ietf-ipv6-router-selection-07.txt&gt;
- better prefix lifetime management
- more spec-comformant DAD advertisement
- updated RFC/internet-draft revisions

Obtained from: KAME
Reviewed by: ume, gnn
MFC after: 2 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- introduced fine-grain-timer to manage ND-caches and IPv6 Multicast-Listeners
- supports Router-Preference &lt;draft-ietf-ipv6-router-selection-07.txt&gt;
- better prefix lifetime management
- more spec-comformant DAD advertisement
- updated RFC/internet-draft revisions

Obtained from: KAME
Reviewed by: ume, gnn
MFC after: 2 month
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with KAME (nuked unused code, use NULL to denote a NULL pointer)</title>
<updated>2005-10-19T17:18:49+00:00</updated>
<author>
<name>SUZUKI Shinsuke</name>
<email>suz@FreeBSD.org</email>
</author>
<published>2005-10-19T17:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7aa59493756b51ce8fec7e6bdd242a98447ab9be'/>
<id>7aa59493756b51ce8fec7e6bdd242a98447ab9be</id>
<content type='text'>
Obtained from: KAME
Reviewed by: ume, gnn
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from: KAME
Reviewed by: ume, gnn
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with KAME in the following points:</title>
<updated>2005-10-19T10:09:19+00:00</updated>
<author>
<name>SUZUKI Shinsuke</name>
<email>suz@FreeBSD.org</email>
</author>
<published>2005-10-19T10:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2ce62dce170b9ac864834d0768104342d4dddd41'/>
<id>2ce62dce170b9ac864834d0768104342d4dddd41</id>
<content type='text'>
- fixed typos
- improved some comment descriptions
- use NULL, instead of 0, to denote a NULL pointer
- avoid embedding a magic number in the code
- use nd6log() instead of log() to record NDP-specific logs
- nuked an unnecessay white space

Obtained from: KAME
MFC after:  1 day
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed typos
- improved some comment descriptions
- use NULL, instead of 0, to denote a NULL pointer
- avoid embedding a magic number in the code
- use nd6log() instead of log() to record NDP-specific logs
- nuked an unnecessay white space

Obtained from: KAME
MFC after:  1 day
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix typo in comment.</title>
<updated>2005-08-12T15:27:25+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-08-12T15:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cd0fdcf7a713d3afdbbc9d9d08cd5dbdfc8551c4'/>
<id>cd0fdcf7a713d3afdbbc9d9d08cd5dbdfc8551c4</id>
<content type='text'>
- nuke unused code.

Submitted by:	suz
Obtained from:	KAME
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- nuke unused code.

Submitted by:	suz
Obtained from:	KAME
</pre>
</div>
</content>
</entry>
</feed>
