<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/modules/netgraph, branch release/6.4.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.4.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.4.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-11-26T01:09:48Z</updated>
<entry>
<title>Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.</title>
<updated>2008-11-26T01:09:48Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-11-26T01:09:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a93332491e10c1a23a9fd2f11ccbdba33d72d850'/>
<id>urn:sha1:a93332491e10c1a23a9fd2f11ccbdba33d72d850</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 6.4-RELEASE image.
</content>
</entry>
<entry>
<title>Merge the ng_deflate(4) and ng_pred1(4) nodes.</title>
<updated>2007-01-28T17:14:57Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2007-01-28T17:14:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ddfd5d719deb92c8455e4104f3972393be1d32bd'/>
<id>urn:sha1:ddfd5d719deb92c8455e4104f3972393be1d32bd</id>
<content type='text'>
Submitted by:	Alexander Motin &lt;mav alkar.net&gt;
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6'.</title>
<updated>2007-01-26T10:19:09Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-26T10:19:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bfa6c805eb2602c1a8b3636aff9e32f1141c9330'/>
<id>urn:sha1:bfa6c805eb2602c1a8b3636aff9e32f1141c9330</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: avoid unnecessary use of touch + ${.TARGET} fixes + redirection issues</title>
<updated>2006-09-13T08:40:21Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2006-09-13T08:40:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fda44e7c63b8939c694bc775f78e4483fa1923fc'/>
<id>urn:sha1:fda44e7c63b8939c694bc775f78e4483fa1923fc</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC ng_tag(4):</title>
<updated>2006-08-10T10:40:45Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-08-10T10:40:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=45557d73f882ddf1977fde9ea00445fa2cabe677'/>
<id>urn:sha1:45557d73f882ddf1977fde9ea00445fa2cabe677</id>
<content type='text'>
  A netgraph node that can do different manipulations with
  mbuf_tags(9) on packets.

  Submitted by:           Vadim Goncharov &lt;vadimnuclight tpu.ru&gt;
  mdoc(7) reviewed by:    ru
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6'.</title>
<updated>2006-07-14T22:22:58Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-07-14T22:22:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a21429d153ce09301ad6c17af9fa75e816c815d5'/>
<id>urn:sha1:a21429d153ce09301ad6c17af9fa75e816c815d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-02-10T00:38:08Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2006-02-10T00:38:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f6ee2913053fae980acb28ff2a09726dcfc90ff0'/>
<id>urn:sha1:f6ee2913053fae980acb28ff2a09726dcfc90ff0</id>
<content type='text'>
Avoid creating (and subsequently using) fake opt_*.h files
when the modules are built with the kernel and hence actual
opt_*.h files are available in ${KERNBUILDDIR}.  Fix a few
small bugs that would prevent this from working.

At last the build options of the modules become consistent
with those of the kernel unless the MODULES_WITH_WORLD way
still is used.

Approved by:	re (kensmith, scottl)
Requested by:	ru
Tested on:	amd64 i386 sparc64
Tested by:	md5
</content>
</entry>
<entry>
<title>Attach ng_tcpmss to the build.</title>
<updated>2005-06-10T08:05:13Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-06-10T08:05:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e9110049aaee4def1dbe091f9eb10ba2564dac37'/>
<id>urn:sha1:e9110049aaee4def1dbe091f9eb10ba2564dac37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off</title>
<updated>2005-05-16T08:25:55Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-05-16T08:25:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=73e872668d43e63a61d21d67d674ea5e279e3292'/>
<id>urn:sha1:73e872668d43e63a61d21d67d674ea5e279e3292</id>
<content type='text'>
without hacking source.

In collaboration with:	ru, julian
</content>
</entry>
<entry>
<title>Attach ng_nat and libalias to build.</title>
<updated>2005-05-06T14:47:54Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-05-06T14:47:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6cd047a0bb2ba4a57318fc8522c35927e009cfc9'/>
<id>urn:sha1:6cd047a0bb2ba4a57318fc8522c35927e009cfc9</id>
<content type='text'>
</content>
</entry>
</feed>
