From owner-p4-projects@FreeBSD.ORG Sun Sep 21 21:17:10 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B683A106566B; Sun, 21 Sep 2008 21:17:10 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A68F1065676 for ; Sun, 21 Sep 2008 21:17:10 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68F988FC08 for ; Sun, 21 Sep 2008 21:17:10 +0000 (UTC) (envelope-from ed@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 m8LLHAbD086662 for ; Sun, 21 Sep 2008 21:17:10 GMT (envelope-from ed@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8LLHA93086660 for perforce@freebsd.org; Sun, 21 Sep 2008 21:17:10 GMT (envelope-from ed@FreeBSD.org) Date: Sun, 21 Sep 2008 21:17:10 GMT Message-Id: <200809212117.m8LLHA93086660@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to ed@FreeBSD.org using -f From: Ed Schouten To: Perforce Change Reviews Cc: Subject: PERFORCE change 150236 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2008 21:17:10 -0000 http://perforce.freebsd.org/chv.cgi?CH=150236 Change 150236 by ed@ed_dull on 2008/09/21 21:16:26 IFC, so I can generate proper diffs again. Affected files ... .. //depot/projects/mpsafetty/sys/kern/tty_pts.c#22 integrate .. //depot/projects/mpsafetty/sys/netinet/ip_fw.h#4 integrate .. //depot/projects/mpsafetty/tools/tools/nanobsd/nanobsd.sh#8 integrate Differences ... ==== //depot/projects/mpsafetty/sys/kern/tty_pts.c#22 (text+ko) ==== @@ -28,7 +28,7 @@ */ #include -__FBSDID("$FreeBSD: src/sys/kern/tty_pts.c,v 1.21 2008/09/04 16:39:02 ed Exp $"); +__FBSDID("$FreeBSD: src/sys/kern/tty_pts.c,v 1.22 2008/09/21 19:24:15 ed Exp $"); #include "opt_tty.h" ==== //depot/projects/mpsafetty/sys/netinet/ip_fw.h#4 (text+ko) ==== @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: src/sys/netinet/ip_fw.h,v 1.116 2008/09/14 06:14:06 rik Exp $ + * $FreeBSD: src/sys/netinet/ip_fw.h,v 1.117 2008/09/21 20:42:42 rik Exp $ */ #ifndef _IPFW2_H @@ -37,6 +37,12 @@ #define IPFW_DEFAULT_RULE 65535 /* + * The number of ipfw tables. The maximum allowed table number is the + * (IPFW_TABLES_MAX - 1). + */ +#define IPFW_TABLES_MAX 128 + +/* * The kernel representation of ipfw rules is made of a list of * 'instructions' (for all practical purposes equivalent to BPF * instructions), which specify which fields of the packet @@ -640,7 +646,6 @@ #ifdef IPFW_INTERNAL -#define IPFW_TABLES_MAX 128 struct ip_fw_chain { struct ip_fw *rules; /* list of rules */ struct ip_fw *reap; /* list of rules to reap */ ==== //depot/projects/mpsafetty/tools/tools/nanobsd/nanobsd.sh#8 (text+ko) ==== @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD: src/tools/tools/nanobsd/nanobsd.sh,v 1.38 2008/09/07 14:32:03 simon Exp $ +# $FreeBSD: src/tools/tools/nanobsd/nanobsd.sh,v 1.39 2008/09/21 18:02:00 simon Exp $ # set -e @@ -750,4 +750,4 @@ fi last_orders -echo "# NanoBSD image completed" +echo "# NanoBSD image ${NANO_NAME} completed"