From owner-cvs-src-old@FreeBSD.ORG Sun Feb 1 16:01:05 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 4488D10656C0 for ; Sun, 1 Feb 2009 16:01:05 +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 31EC88FC0C for ; Sun, 1 Feb 2009 16:01:05 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n11G15FX003401 for ; Sun, 1 Feb 2009 16:01:05 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n11G15na003400 for cvs-src-old@freebsd.org; Sun, 1 Feb 2009 16:01:05 GMT (envelope-from luigi@repoman.freebsd.org) Message-Id: <200902011601.n11G15na003400@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to luigi@repoman.freebsd.org using -f From: Luigi Rizzo Date: Sun, 1 Feb 2009 16:00:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw Makefile altq.c dummynet.c ipfw2.c ipfw2.h nat.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: Sun, 01 Feb 2009 16:01:05 -0000 luigi 2009-02-01 16:00:49 UTC FreeBSD src repository Modified files: sbin/ipfw Makefile dummynet.c ipfw2.c ipfw2.h nat.c Added files: sbin/ipfw altq.c Log: SVN rev 187983 on 2009-02-01 16:00:49Z by luigi put the altq-related functions into a separate file. Minor cleanup of the includes used by the various source files, including annotations of why certain headers are used. Revision Changes Path 1.20 +1 -1 src/sbin/ipfw/Makefile 1.1 +150 -0 src/sbin/ipfw/altq.c (new) 1.4 +4 -4 src/sbin/ipfw/dummynet.c 1.145 +5 -115 src/sbin/ipfw/ipfw2.c 1.6 +7 -0 src/sbin/ipfw/ipfw2.h 1.2 +0 -2 src/sbin/ipfw/nat.c