]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Kernel module shim sources have no business being in the userland
authorCy Schubert <cy@FreeBSD.org>
Sun, 3 Feb 2019 05:26:07 +0000 (05:26 +0000)
committerCy Schubert <cy@FreeBSD.org>
Sun, 3 Feb 2019 05:26:07 +0000 (05:26 +0000)
commite9a5006bff7649603eca4271b166b3453a906171
treec6878ee69f0e5c7c87590907af932aeec5ee90b0
parente82e8246fc1ab8b3892f69fbdd4ec546f617e2ff
Kernel module shim sources have no business being in the userland
build directory, especially those for other operating systems.
The kernel module shims for other operating systems are hereby removed.
The kernel module shim for FreeBSD, mlfk_ipl.c, is already in
sys/contrib/ipfilter/netinet. The one here is never used and should
not be in the userland build directory either.

mlfk_rule.c isn't used either however we will keep it in case someone
wishes to use this shim to load rules via a kernel module, handy for
embedded. In that case it should be copied to
sys/contrib/ipfilter/netinet and a Makefile created to employ it.
(Probably a useful documentation project when time permits.)

MFC after: 1 month
12 files changed:
contrib/ipfilter/ml_ipl.c [deleted file]
contrib/ipfilter/mlf_ipl.c [deleted file]
contrib/ipfilter/mlf_rule.c [deleted file]
contrib/ipfilter/mlfk_ipl.c [deleted file]
contrib/ipfilter/mlh_rule.c [deleted file]
contrib/ipfilter/mln_ipl.c [deleted file]
contrib/ipfilter/mln_rule.c [deleted file]
contrib/ipfilter/mlo_ipl.c [deleted file]
contrib/ipfilter/mlo_rule.c [deleted file]
contrib/ipfilter/mls_ipl.c [deleted file]
contrib/ipfilter/mls_rule.c [deleted file]
contrib/ipfilter/mlso_rule.c [deleted file]