Date: Tue, 22 Dec 2009 13:53:34 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet/ipfw ip_fw2.c ip_fw_private.h ip_fw_sockopt.c ip_fw_table.c Message-ID: <200912221353.nBMDrxO5019631@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2009-12-22 13:53:34 UTC
FreeBSD src repository
Modified files:
sys/netinet/ipfw ip_fw2.c ip_fw_private.h ip_fw_sockopt.c
ip_fw_table.c
Log:
SVN rev 200838 on 2009-12-22 13:53:34Z by luigi
some mostly cosmetic changes in preparation for upcoming work:
+ in many places, replace &V_layer3_chain with a local
variable chain;
+ bring the counter of rules and static_len within ip_fw_chain
replacing static variables;
+ remove some spurious comments and extern declaration;
+ document which lock protects certain data structures
Revision Changes Path
1.32 +47 -46 src/sys/netinet/ipfw/ip_fw2.c
1.5 +6 -2 src/sys/netinet/ipfw/ip_fw_private.h
1.5 +33 -44 src/sys/netinet/ipfw/ip_fw_sockopt.c
1.4 +3 -0 src/sys/netinet/ipfw/ip_fw_table.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912221353.nBMDrxO5019631>
