Date: Tue, 10 Apr 2007 00:26:13 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ifmcstat Makefile ifmcstat.8 ifmcstat.c Message-ID: <200704100026.l3A0QDau007183@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704100026.l3A0QDau007183>