From owner-svn-src-stable-7@FreeBSD.ORG Sat Oct 30 16:02:16 2010 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 874BD106566C; Sat, 30 Oct 2010 16:02:16 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 741938FC14; Sat, 30 Oct 2010 16:02:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9UG2GjW004033; Sat, 30 Oct 2010 16:02:16 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9UG2Got004030; Sat, 30 Oct 2010 16:02:16 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <201010301602.o9UG2Got004030@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 30 Oct 2010 16:02:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r214557 - in stable/7/sys: conf netinet X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 16:02:16 -0000 Author: bz Date: Sat Oct 30 16:02:16 2010 New Revision: 214557 URL: http://svn.freebsd.org/changeset/base/214557 Log: MFC r214303: Add initial inet DDB support for show in_ifaddr and show sin commands which proved to be useful while debugging address list problems. Added: stable/7/sys/netinet/in_debug.c - copied, changed from r214303, head/sys/netinet/in_debug.c Modified: stable/7/sys/conf/files Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sys/contrib/dev/acpica/ (props changed) stable/7/sys/contrib/pf/ (props changed) Modified: stable/7/sys/conf/files ============================================================================== --- stable/7/sys/conf/files Sat Oct 30 14:08:26 2010 (r214556) +++ stable/7/sys/conf/files Sat Oct 30 16:02:16 2010 (r214557) @@ -1954,6 +1954,7 @@ netinet/if_atm.c optional atm netinet/if_ether.c optional ether netinet/igmp.c optional inet netinet/in.c optional inet +netinet/in_debug.c optional inet ddb netinet/ip_carp.c optional carp netinet/in_gif.c optional gif inet netinet/ip_gre.c optional gre inet Copied and modified: stable/7/sys/netinet/in_debug.c (from r214303, head/sys/netinet/in_debug.c) ============================================================================== --- head/sys/netinet/in_debug.c Sun Oct 24 22:02:36 2010 (r214303, copy source) +++ stable/7/sys/netinet/in_debug.c Sat Oct 30 16:02:16 2010 (r214557) @@ -30,6 +30,7 @@ __FBSDID("$FreeBSD$"); #include "opt_ddb.h" #include +#include #include #include