From owner-cvs-all@FreeBSD.ORG Sat Apr 14 02:27:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68F7B16A408; Sat, 14 Apr 2007 02:27:53 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 3C0EA13C4BD; Sat, 14 Apr 2007 02:27:53 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 03E70215376; Fri, 13 Apr 2007 22:27:54 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 13 Apr 2007 22:27:53 -0400 X-Sasl-enc: DhM76VjhM9S2Ea7uWUo57Gs9R7871kQPH4n3WcydhNLD 1176517673 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id B1133B656; Fri, 13 Apr 2007 22:27:52 -0400 (EDT) Message-ID: <46203C27.3060606@FreeBSD.org> Date: Sat, 14 Apr 2007 03:27:51 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.10 (X11/20070407) MIME-Version: 1.0 To: Bruce M Simpson References: <200704100026.l3A0QDau007183@repoman.freebsd.org> In-Reply-To: <200704100026.l3A0QDau007183@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ifmcstat Makefile ifmcstat.8 ifmcstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 14 Apr 2007 02:27:53 -0000 Bruce M Simpson wrote: > 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. > This is a wee bit broken for INET6 and sysctl (getifmaddrs()). It would be good to get it fixed, but I'm fairly well in need of a short break, so if anyone would like to wade in they are more than welcome... BMS