svn commit: r343704 - head/contrib/ipfilter

Cy Schubert cy at FreeBSD.org
Sun Feb 3 05:26:15 UTC 2019


Author: cy
Date: Sun Feb  3 05:26:07 2019
New Revision: 343704
URL: https://svnweb.freebsd.org/changeset/base/343704

Log:
  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

Deleted:
  head/contrib/ipfilter/ml_ipl.c
  head/contrib/ipfilter/mlf_ipl.c
  head/contrib/ipfilter/mlf_rule.c
  head/contrib/ipfilter/mlfk_ipl.c
  head/contrib/ipfilter/mlh_rule.c
  head/contrib/ipfilter/mln_ipl.c
  head/contrib/ipfilter/mln_rule.c
  head/contrib/ipfilter/mlo_ipl.c
  head/contrib/ipfilter/mlo_rule.c
  head/contrib/ipfilter/mls_ipl.c
  head/contrib/ipfilter/mls_rule.c
  head/contrib/ipfilter/mlso_rule.c


More information about the svn-src-head mailing list