From owner-cvs-all Mon Dec 6 12:38:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95A8915B73; Mon, 6 Dec 1999 12:37:02 -0800 (PST) (envelope-from guido@FreeBSD.org) Received: (from guido@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA99159; Mon, 6 Dec 1999 12:37:02 -0800 (PST) (envelope-from guido@FreeBSD.org) Message-Id: <199912062037.MAA99159@freefall.freebsd.org> From: Guido van Rooij Date: Mon, 6 Dec 1999 12:37:01 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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