<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netgraph/ng_parse.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>Fix various compilation warnings for gcc-4.2.</title>
<updated>2007-06-23T00:02:20+00:00</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2007-06-23T00:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2a9a64c6a2c43649b24d6f0c9d82dabfeb01eeb9'/>
<id>2a9a64c6a2c43649b24d6f0c9d82dabfeb01eeb9</id>
<content type='text'>
Approved by:	re (bruce)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (bruce)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix two accesses to uninitialized variables that a revision 1.27</title>
<updated>2006-01-18T16:09:00+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-01-18T16:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4006cd2b3fcbbd3ae72d2ccda07b4066df093847'/>
<id>4006cd2b3fcbbd3ae72d2ccda07b4066df093847</id>
<content type='text'>
has introduced.

Found with:	Coverity Prevent(tm)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
has introduced.

Found with:	Coverity Prevent(tm)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make code simplier fixing memory leak.</title>
<updated>2006-01-14T21:28:30+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-01-14T21:28:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=efa3bacc868efac0ed75af7dc4a646b24a1f9473'/>
<id>efa3bacc868efac0ed75af7dc4a646b24a1f9473</id>
<content type='text'>
Found with:	Coverity Prevent(tm)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found with:	Coverity Prevent(tm)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix two memory leakages.</title>
<updated>2006-01-14T12:16:39+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-01-14T12:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=222c1141ea17780afc6acae54d3a7d9985112a8b'/>
<id>222c1141ea17780afc6acae54d3a7d9985112a8b</id>
<content type='text'>
Found with:	Coverity Prevent(tm)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found with:	Coverity Prevent(tm)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed parsing of unsigned integers.</title>
<updated>2005-08-02T20:05:37+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-08-02T20:05:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=91b756f4359ec2a5198d7a380bdd3af082fb261d'/>
<id>91b756f4359ec2a5198d7a380bdd3af082fb261d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace NG_PARSE_APPEND() macro with ng_parse_append() function. Check</title>
<updated>2005-03-01T11:31:06+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-03-01T11:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f627a37920cc3ba3a9d3d3547ef331e15b216b38'/>
<id>f627a37920cc3ba3a9d3d3547ef331e15b216b38</id>
<content type='text'>
its return value and free resources if function returns error. Plug
several memory leaks with this change.

Submitted by:	archie
Found by:	Coverity Prevent analysis tool
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
its return value and free resources if function returns error. Plug
several memory leaks with this change.

Submitted by:	archie
Found by:	Coverity Prevent analysis tool
</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>Avoid casts as lvalues.</title>
<updated>2004-07-28T06:59:55+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2004-07-28T06:59:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=445e045b0d8959ad639767025a83c8367b5200e7'/>
<id>445e045b0d8959ad639767025a83c8367b5200e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert Netgraph to use mbuf tags to pass its meta information around.</title>
<updated>2004-06-25T19:22:05+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2004-06-25T19:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=327b288e5ce5515e6914ef443418cf2401384fe7'/>
<id>327b288e5ce5515e6914ef443418cf2401384fe7</id>
<content type='text'>
Thanks to Sam for importing tags in a way that allowed this to be done.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
Also allow the sr and ar drivers to create netgraph versions of their modules.
Document the change to the ksocket node.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Sam for importing tags in a way that allowed this to be done.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
Also allow the sr and ar drivers to create netgraph versions of their modules.
Document the change to the ksocket node.
</pre>
</div>
</content>
</entry>
</feed>
