From owner-cvs-src-old@FreeBSD.ORG Tue Dec 15 21:24:36 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19DB11065670 for ; Tue, 15 Dec 2009 21:24:36 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 081D18FC1B for ; Tue, 15 Dec 2009 21:24:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBFLOZBv066615 for ; Tue, 15 Dec 2009 21:24:35 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBFLOZVa066614 for cvs-src-old@freebsd.org; Tue, 15 Dec 2009 21:24:35 GMT (envelope-from luigi@repoman.freebsd.org) Message-Id: <200912152124.nBFLOZVa066614@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to luigi@repoman.freebsd.org using -f From: Luigi Rizzo Date: Tue, 15 Dec 2009 21:24:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/netinet/ipfw ip_fw2.c ip_fw_private.h ip_fw_sockopt.c ip_fw_table.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2009 21:24:36 -0000 luigi 2009-12-15 21:24:12 UTC FreeBSD src repository Modified files: sys/conf files sys/netinet/ipfw ip_fw2.c ip_fw_private.h Added files: sys/netinet/ipfw ip_fw_sockopt.c ip_fw_table.c Log: SVN rev 200590 on 2009-12-15 21:24:12Z by luigi more splitting of ip_fw2.c, now extract the 'table' routines and the sockopt routines (the upper half of the kernel). Whoever is the author of the 'table' code (Ruslan/glebius/oleg ?) please change the attribution in ip_fw_table.c. I have copied the copyright line from ip_fw2.c but it carries my name and I have neither written nor designed the feature so I don't deserve the credit. MFC after: 1 month Revision Changes Path 1.1489 +2 -0 src/sys/conf/files 1.27 +7 -1208 src/sys/netinet/ipfw/ip_fw2.c 1.2 +34 -1 src/sys/netinet/ipfw/ip_fw_private.h 1.1 +1096 -0 src/sys/netinet/ipfw/ip_fw_sockopt.c (new) 1.1 +261 -0 src/sys/netinet/ipfw/ip_fw_table.c (new)