From owner-cvs-all@FreeBSD.ORG Fri Aug 20 01:40:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEE2316A4CE; Fri, 20 Aug 2004 01:40:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C6243D3F; Fri, 20 Aug 2004 01:40:42 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7K1egn2096156; Fri, 20 Aug 2004 01:40:42 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7K1egIY096155; Fri, 20 Aug 2004 01:40:42 GMT (envelope-from kensmith) Message-Id: <200408200140.i7K1egIY096155@repoman.freebsd.org> From: Ken Smith Date: Fri, 20 Aug 2004 01:40:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c ip_fw_pfil.c ip_input.c tcp_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 01:40:43 -0000 kensmith 2004-08-20 01:40:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_fw.h ip_fw2.c ip_fw_pfil.c ip_input.c tcp_subr.c Log: MFC balance of ipfw fixes. Revs being MFC-ed: ip_fw.h rev 1.90 ip_fw2.c rev 1.71-1.73 ip_fw_pfil.c rev 1.2-1.3 ip_input.c rev 1.285 tcp_subr.c rev 1.202 Work done by: andre Approved by: re Revision Changes Path 1.89.2.1 +1 -0 src/sys/netinet/ip_fw.h 1.70.2.1 +3 -2 src/sys/netinet/ip_fw2.c 1.1.2.1 +9 -1 src/sys/netinet/ip_fw_pfil.c 1.283.2.2 +1 -0 src/sys/netinet/ip_input.c 1.201.2.1 +4 -1 src/sys/netinet/tcp_subr.c