From owner-freebsd-stable Thu Sep 17 13:41:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23327 for freebsd-stable-outgoing; Thu, 17 Sep 1998 13:41:18 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23218 for ; Thu, 17 Sep 1998 13:40:37 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id NAA04486 for ; Thu, 17 Sep 1998 13:40:07 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <360173A6.42E4AB00@dal.net> Date: Thu, 17 Sep 1998 13:40:06 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0914 i386) MIME-Version: 1.0 To: Stable Subject: [Fwd: cvs commit: src/sbin/ipfw ipfw.c src/sys/conf filessrc/sys/i386/isa if_ed.c if_ep.c if_lnc.c src/sys/netif_ethersubr.c src/sys/netinet if_ether.c in.h ip_fw.c] Content-Type: multipart/mixed; boundary="------------B50BED15E80E0808ACE3937F" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------B50BED15E80E0808ACE3937F Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Another important commit. Doug --------------B50BED15E80E0808ACE3937F Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Received: from pop-server.san.rr.com by fetchmail-4.5.5 POP3 for (single-drop); Thu, 17 Sep 1998 12:29:19 PDT Received: by mail2.san.rr.com for studded (with Cubic Circle's cucipop (v1.21 1997/08/10) Thu Sep 17 12:29:19 1998) X-From_: owner-cvs-all@FreeBSD.ORG Thu Sep 17 12:14 PDT 1998 Received: from sarip.sol.net (mail@sarip.sol.net [169.207.30.120]) by mail-atm.san.rr.com (8.8.7/8.8.8) with ESMTP id MAA01274 for ; Thu, 17 Sep 1998 12:14:32 -0700 (PDT) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by sarip.sol.net (8.8.8/8.8.8/SNNS-1.02) with ESMTP id OAA19950; Thu, 17 Sep 1998 14:14:04 -0500 (CDT) Received: from localhost (daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA23029; Thu, 17 Sep 1998 11:03:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: by hub.freebsd.org (bulk_mailer v1.6); Thu, 17 Sep 1998 11:02:55 -0700 Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22976 for cvs-all-outgoing; Thu, 17 Sep 1998 11:02:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22965; Thu, 17 Sep 1998 11:02:52 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA17679; Thu, 17 Sep 1998 11:02:33 -0700 (PDT) From: Luigi Rizzo Date: Thu, 17 Sep 1998 11:02:33 -0700 (PDT) Message-Id: <199809171802.LAA17679@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/ipfw ipfw.c src/sys/conf files src/sys/i386/isa if_ed.c if_ep.c if_lnc.c src/sys/net if_ethersubr.c src/sys/netinet if_ether.c in.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c tcp_input.c src/sys/pci if_de.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Content-Type: text luigi 1998/09/17 11:02:33 PDT Modified files: (Branch: RELENG_2_2) sbin/ipfw ipfw.c sys/conf files sys/i386/isa if_ed.c if_ep.c if_lnc.c sys/net if_ethersubr.c sys/netinet if_ether.c in.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c tcp_input.c sys/pci if_de.c if_fxp.c Log: bring DUMMYNET and BRIDGE support into -stable decouple BPF and PROMISC handling on some if drivers make ipstat available through sysctl (already in -current) NOTE: you have to recompile ipfw! Revision Changes Path 1.34.2.19 +154 -1 src/sbin/ipfw/ipfw.c 1.80.2.22 +2 -0 src/sys/conf/files 1.107.2.9 +52 -15 src/sys/i386/isa/if_ed.c 1.53.2.6 +44 -26 src/sys/i386/isa/if_ep.c 1.28.2.7 +25 -3 src/sys/i386/isa/if_lnc.c 1.26.2.5 +18 -1 src/sys/net/if_ethersubr.c 1.34.2.3 +10 -1 src/sys/netinet/if_ether.c 1.22.2.6 +14 -2 src/sys/netinet/in.h 1.51.2.18 +194 -42 src/sys/netinet/ip_fw.c 1.23.2.4 +7 -2 src/sys/netinet/ip_fw.h 1.50.2.20 +62 -21 src/sys/netinet/ip_input.c 1.44.2.10 +74 -16 src/sys/netinet/ip_output.c 1.37.2.6 +18 -1 src/sys/netinet/raw_ip.c 1.54.2.13 +3 -2 src/sys/netinet/tcp_input.c 1.54.2.12 +21 -1 src/sys/pci/if_de.c 1.21.2.14 +42 -18 src/sys/pci/if_fxp.c --------------B50BED15E80E0808ACE3937F-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message