From owner-cvs-src@FreeBSD.ORG Tue Apr 10 00:26:13 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADC6D16A400; Tue, 10 Apr 2007 00:26:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9DC0013C448; Tue, 10 Apr 2007 00:26:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3A0QDBk007184; Tue, 10 Apr 2007 00:26:13 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3A0QDau007183; Tue, 10 Apr 2007 00:26:13 GMT (envelope-from bms) Message-Id: <200704100026.l3A0QDau007183@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 10 Apr 2007 00:26:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ifmcstat Makefile ifmcstat.8 ifmcstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 00:26:13 -0000 bms 2007-04-10 00:26:13 UTC FreeBSD src repository Modified files: usr.sbin/ifmcstat Makefile ifmcstat.8 ifmcstat.c Log: Considerably rework the ifmcstat utility. * Build with or without INET, INET6, or KVM features. * When built without KVM, the sysctl-based getifmaddrs() function is used as the back-end for the utility. * Reflect the fact that FreeBSD now uses the in_multi refcount as a true refcount. * Style. The utility may now be run without super-user privilege, albeit with a less detailed display, equivalent to that of the soon-to-be-retired netstat -g host-mode output. MFC after: 3 weeks Revision Changes Path 1.10 +3 -0 src/usr.sbin/ifmcstat/Makefile 1.9 +40 -2 src/usr.sbin/ifmcstat/ifmcstat.8 1.17 +342 -113 src/usr.sbin/ifmcstat/ifmcstat.c