cvs commit: src/usr.sbin/ifmcstat Makefile ifmcstat.8 ifmcstat.c

Bruce M Simpson bms at FreeBSD.org
Tue Apr 10 00:26:13 UTC 2007


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


More information about the cvs-src mailing list