<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netgraph/ng_tee.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>Update statistics only in case if delivery was successfull.</title>
<updated>2005-06-07T12:22:13+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-06-07T12:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f4b580b1dd768cb827e2208d5fa00bef6d10675c'/>
<id>f4b580b1dd768cb827e2208d5fa00bef6d10675c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>/* -&gt; /*- for license, minor formatting changes</title>
<updated>2005-01-07T01:45:51+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-07T01:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c398230b64aea809cb7c5cea8db580af7097920c'/>
<id>c398230b64aea809cb7c5cea8db580af7097920c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Having moved metadata usage to mbuf tags, remove code that supports</title>
<updated>2004-06-26T22:24:16+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2004-06-26T22:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3ca24c284d7116d2764cd8bca4fa357a0bea07db'/>
<id>3ca24c284d7116d2764cd8bca4fa357a0bea07db</id>
<content type='text'>
the old way of doing it.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the old way of doing it.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed a leftover from the previous change.</title>
<updated>2004-06-01T13:15:32+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-06-01T13:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=58acf05adef4fbe7be5bb9c0072a94d0f7a52487'/>
<id>58acf05adef4fbe7be5bb9c0072a94d0f7a52487</id>
<content type='text'>
Submitted by:	Gleb Smirnoff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Gleb Smirnoff
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new netgraph method to allow restoration of some</title>
<updated>2004-05-29T07:21:46+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2004-05-29T07:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=991fc65a92691d0d81c3dfda275dc949b6c8dc5b'/>
<id>991fc65a92691d0d81c3dfda275dc949b6c8dc5b</id>
<content type='text'>
behaviour lost in the change from 4.x style netgraph tee nodes.
Alter the tee node to use the new method. Document the behaviour.

Step the ABI version number... old netgraph klds will refuse to load.
Better than just crashing.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
behaviour lost in the change from 4.x style netgraph tee nodes.
Alter the tee node to use the new method. Document the behaviour.

Step the ABI version number... old netgraph klds will refuse to load.
Better than just crashing.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to using C99 sparse initialisers for the type methods array.</title>
<updated>2004-05-29T00:51:19+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2004-05-29T00:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8aae7776f85d2fa8aa93f73c37782cd9e1204c6'/>
<id>f8aae7776f85d2fa8aa93f73c37782cd9e1204c6</id>
<content type='text'>
Should make no binary difference.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
Reviewed by:	Harti Brandt &lt;harti@freebsd.org&gt;
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should make no binary difference.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
Reviewed by:	Harti Brandt &lt;harti@freebsd.org&gt;
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't duplicate a packet, just to throw it away when we discover the</title>
<updated>2004-03-24T08:53:45+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2004-03-24T08:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ba9c6c61b29a8b0296145405dd8544cbd2ff6377'/>
<id>ba9c6c61b29a8b0296145405dd8544cbd2ff6377</id>
<content type='text'>
duplicat hook is not connected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
duplicat hook is not connected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dont count bytes being sent to a disconnected hook.</title>
<updated>2004-03-22T01:15:28+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2004-03-22T01:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0598ef01ee7c82328a22ff92ffbc682c666a7a1b'/>
<id>0598ef01ee7c82328a22ff92ffbc682c666a7a1b</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>Allow the caller to get an erro direclty if we sent the packet immediatly.</title>
<updated>2003-07-03T22:09:47+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2003-07-03T22:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=53dc6459d7d7dac5edafec8f57edf08428ec9fdf'/>
<id>53dc6459d7d7dac5edafec8f57edf08428ec9fdf</id>
<content type='text'>
Submitted by: Ian Dowse &lt;iedowse@maths.tcd.ie&gt;
MFC after:	1 day
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by: Ian Dowse &lt;iedowse@maths.tcd.ie&gt;
MFC after:	1 day
</pre>
</div>
</content>
</entry>
</feed>
