Date: Mon, 6 Dec 1999 12:37:01 -0800 (PST) From: Guido van Rooij <guido@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/modules/ipfilter Makefile mlfk_ipl.c src/sys/netinet mlfk_ipl.c ip_auth.c ip_compat.h ip_fil.c ip_input.c ip_state.c Message-ID: <199912062037.MAA99159@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
guido 1999/12/06 12:37:01 PST
Modified files:
sys/conf files options
Log:
Add ifilter klld module to ipfilter based kernels
Allow kld based kernel with option IPFILTER_LKM.
Revision Changes Path
1.296 +2 -1 src/sys/conf/files
1.177 +2 -1 src/sys/conf/options
Modified files:
sys/modules/ipfilter Makefile
Removed files:
sys/modules/ipfilter mlfk_ipl.c
Log:
Add forgotten ip_fil.c and fil.c to kld version
Remove mlfk_ipl.c from here: no sources allowed in these directories!
Revision Changes Path
1.2 +2 -2 src/sys/modules/ipfilter/Makefile
Modified files:
sys/netinet ip_auth.c ip_compat.h ip_fil.c ip_input.c
ip_state.c
Added files:
sys/netinet mlfk_ipl.c
Log:
Revive mlfk_ipl here. This version is slightly changed from
the old one: an unnecessary define (KLD_MODULE) has been deleted and
the initialisation of the module is done after domaininit was called
to be sure inet is running.
Some slight changed were made to ip_auth.c and ip_state.c in order
to assure including of sys/systm.h in case we make a kld
Make sure ip_fil does nmot include osreldate in kernel mode
Remove mlfk_ipl.c from here: no sources allowed in these directories!
Revision Changes Path
1.10 +2 -2 src/sys/netinet/ip_auth.c
1.5 +1 -5 src/sys/netinet/ip_compat.h
1.11 +2 -2 src/sys/netinet/ip_fil.c
1.124 +1 -6 src/sys/netinet/ip_input.c
1.9 +2 -2 src/sys/netinet/ip_state.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912062037.MAA99159>
