From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 08:30:45 2010 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 724701065706 for ; Mon, 25 Oct 2010 08:30:45 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 600888FC1B for ; Mon, 25 Oct 2010 08:30:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P8UjAW013938 for ; Mon, 25 Oct 2010 08:30:45 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P8UjNv013937 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 08:30:45 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010250830.o9P8UjNv013937@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Mon, 25 Oct 2010 08:30:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/net if.c if_debug.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: Mon, 25 Oct 2010 08:30:45 -0000 bz 2010-10-25 08:30:19 UTC FreeBSD src repository Modified files: sys/conf files sys/net if.c Added files: sys/net if_debug.c Log: SVN rev 214333 on 2010-10-25 08:30:19Z by bz Factor out DDB commands from r204145, r204279 into if_debug.c for further enhancements (1). Switch to a standard 2-clause BSD license for this (2). Unfortunately we have to un-static the ifindex_table for this but do not publicly export it. Suggested by: rwatson (1) a while back. Approved by: thompsa (2) for the change from r204279. MFC after: 6 days Revision Changes Path 1.1541 +1 -0 src/sys/conf/files 1.391 +1 -82 src/sys/net/if.c 1.1 +125 -0 src/sys/net/if_debug.c (new)