From owner-cvs-all@FreeBSD.ORG Wed Jun 16 22:59:07 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 30D5816A4CE; Wed, 16 Jun 2004 22:59:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A7FB43D53; Wed, 16 Jun 2004 22:59:07 +0000 (GMT) (envelope-from mlaier@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 i5GMx6ji068138; Wed, 16 Jun 2004 22:59:06 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5GMx6xP068137; Wed, 16 Jun 2004 22:59:06 GMT (envelope-from mlaier) Message-Id: <200406162259.i5GMx6xP068137@repoman.freebsd.org> From: Max Laier Date: Wed, 16 Jun 2004 22:59:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mbuf.h src/sys/netinet in.h src/sys/modules Makefile src/sys/modules/pflog Makefile src/sys/modules/pfsync Makefile 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: Wed, 16 Jun 2004 22:59:07 -0000 mlaier 2004-06-16 22:59:06 UTC FreeBSD src repository Modified files: sys/sys mbuf.h sys/netinet in.h sys/modules Makefile Removed files: sys/modules/pflog Makefile sys/modules/pfsync Makefile Log: Prepare for pf 3.5 import: - Remove pflog and pfsync modules. Things will change in such a fashion that there will be one module with pf+pflog that can be loaded into GENERIC without problems (which is what most people want). pfsync is no longer possible as a module. - Add multicast address for in-kernel multicast pfsync protocol. Protocol glue will follow once the import is done. - Add one more mbuf tag Revision Changes Path 1.383 +0 -4 src/sys/modules/Makefile 1.3 +0 -29 src/sys/modules/pflog/Makefile (dead) 1.3 +0 -29 src/sys/modules/pfsync/Makefile (dead) 1.85 +2 -0 src/sys/netinet/in.h 1.150 +1 -0 src/sys/sys/mbuf.h