From owner-cvs-sys Sun Jun 23 07:28:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA29291 for cvs-sys-outgoing; Sun, 23 Jun 1996 07:28:18 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA29273; Sun, 23 Jun 1996 07:28:05 -0700 (PDT) Date: Sun, 23 Jun 1996 07:28:05 -0700 (PDT) From: Bruce Evans Message-Id: <199606231428.HAA29273@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user, cvs-sys Subject: cvs commit: src/lkm/ipfw Makefile src/sys/netinet ip_fw.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/06/23 07:28:05 Modified: lkm/ipfw Makefile sys/netinet ip_fw.c Log: Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicate LKM'ness. ACTUALLY_LKM_NOT_KERNEL is supposed to be so ugly that it only gets used until goes away. bsd.kmod.mk should define a better-named general macro for this. Some places use PSEUDO_LKM. This is another bad name. Makefile: Added IPFIREWALL_VERBOSE_LIMIT option (commented out). Revision Changes Path 1.5 +3 -2 src/lkm/ipfw/Makefile 1.41 +4 -4 src/sys/netinet/ip_fw.c