<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/ipfilter/Makefile, branch releng/9.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-03-20T21:49:24Z</updated>
<entry>
<title>MFC r260039:</title>
<updated>2014-03-20T21:49:24Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2014-03-20T21:49:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1652aedb21d5d642ad0c38eab76027c1e06b455'/>
<id>urn:sha1:d1652aedb21d5d642ad0c38eab76027c1e06b455</id>
<content type='text'>
Turn off warnings about unused variables for a bunch of files under
contrib/ipfilter.
</content>
</entry>
<entry>
<title>MFC r228994:</title>
<updated>2012-01-06T21:23:00Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2012-01-06T21:23:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=64a4a7382d1e834ef6dfa0126d3e16ea48afa522'/>
<id>urn:sha1:64a4a7382d1e834ef6dfa0126d3e16ea48afa522</id>
<content type='text'>
Disable several instances instances of clang's -Wself-assign warning.
All of these are harmless, and are in fact used to shut up warnings from
lint.

While here, remove -Wno-missing-prototypes from the xfs module
Makefile, as I could not reproduce those warnings either with gcc or
clang.
</content>
</entry>
<entry>
<title>Reimplementation of world/kernel build options.  For details, see:</title>
<updated>2006-03-17T18:54:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-03-17T18:54:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1fe3dba5ce2826061f6489765be9b4a341736a9'/>
<id>urn:sha1:e1fe3dba5ce2826061f6489765be9b4a341736a9</id>
<content type='text'>
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)
</content>
</entry>
<entry>
<title>Let modules use the kernel's opt_*.h files if built along with</title>
<updated>2005-10-14T23:30:17Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2005-10-14T23:30:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=822923447e454b30d310cb46903c9ddeca9f0a7a'/>
<id>urn:sha1:822923447e454b30d310cb46903c9ddeca9f0a7a</id>
<content type='text'>
the kernel by wrapping all targets for fake opt_*.h files in
.if defined(KERNBUILDDIR).  Thus, such fake files won't be
created at all if modules are built with the kernel.

Some modules undergo cleanup like removing unused or unneeded
options or .h files, without which they wouldn't build this way
or the other.

Reviewed by:	ru
Tested by:	no binary changes in modules built alone
Tested on:	i386 sparc64 amd64
</content>
</entry>
<entry>
<title>Fix standalone module build.</title>
<updated>2005-06-03T15:31:10Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-06-03T15:31:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cff6281847cefd3dc1880baae92bd9a2cd65abc2'/>
<id>urn:sha1:cff6281847cefd3dc1880baae92bd9a2cd65abc2</id>
<content type='text'>
Reported by:	Boris Samorodov &lt;bsam@ipt.ru&gt;
</content>
</entry>
<entry>
<title>new files and compile defines to build new ipfilter</title>
<updated>2005-04-25T18:46:00Z</updated>
<author>
<name>Darren Reed</name>
<email>darrenr@FreeBSD.org</email>
</author>
<published>2005-04-25T18:46:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1033f3c55b0699675689ea8da80508e7fff6cbf7'/>
<id>urn:sha1:1033f3c55b0699675689ea8da80508e7fff6cbf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't define PFIL_HOOKS.  It's no longer required in RELENG_5 or HEAD.</title>
<updated>2004-12-25T00:23:36Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2004-12-25T00:23:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a8ad3dabd4c3d6d6da33b553041fb6b95267ef8'/>
<id>urn:sha1:4a8ad3dabd4c3d6d6da33b553041fb6b95267ef8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NOINET6 -&gt; NO_INET6</title>
<updated>2004-12-21T10:49:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-12-21T10:49:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=731db6a428d2389caf3795ff50f1895f04b80899'/>
<id>urn:sha1:731db6a428d2389caf3795ff50f1895f04b80899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recognise NOINET6 as an indication to not build IPv6 enabled source even</title>
<updated>2004-06-08T23:52:22Z</updated>
<author>
<name>Darren Reed</name>
<email>darrenr@FreeBSD.org</email>
</author>
<published>2004-06-08T23:52:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=578a650271f5e5181a6ed18d31604d948a0a71a2'/>
<id>urn:sha1:578a650271f5e5181a6ed18d31604d948a0a71a2</id>
<content type='text'>
if FreeBSD header files, etc, support it.

Submitted by:	Sergey Mokryshev &lt;mokr@mokr.net&gt;
</content>
</entry>
<entry>
<title>IPv6 is on by default in GENERIC so enable IPv6 in IPFilter too by default.</title>
<updated>2004-04-20T14:06:42Z</updated>
<author>
<name>Darren Reed</name>
<email>darrenr@FreeBSD.org</email>
</author>
<published>2004-04-20T14:06:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e885d527400feebd80f6707dc52b2b05bfb13d44'/>
<id>urn:sha1:e885d527400feebd80f6707dc52b2b05bfb13d44</id>
<content type='text'>
PR:		kern/57730
Submitted by:	FUKAUMI Naoki &lt;fukaumi@soum.co.jp&gt;
</content>
</entry>
</feed>
