cvs commit: ports/net-mgmt/net-snmp53 Makefile ports/net-mgmt/net-snmp53/files patch-vmstat_freebsd2.c

Maxim Sobolev sobomax at FreeBSD.org
Mon Apr 28 22:54:28 UTC 2008


sobomax     2008-04-28 22:54:28 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/net-snmp53  Makefile 
  Added files:
    net-mgmt/net-snmp53/files patch-vmstat_freebsd2.c 
  Log:
  Fix issue with retrieving CPU stats in 6.3-STABLE and upper. The problem
  is that the cp_time symbol is no longer avaliable in the nevest kernels.
  Use kern.cp_time sysctl which has been around for 8 years or so, so that
  it should be present virtually in every FreeBSD version that is able
  to use modern ports tree (4.x and upper). Sysctl is also better from the
  security standpoint, as you don't need elevated privileges to get the data.
  One should probably look at converting few others uses of KVM here, but
  ENOTIME from me. The patch has been submitted to the vendor.
  
  Approved by:    MAINTAINER
  
  Revision  Changes    Path
  1.153     +1 -1      ports/net-mgmt/net-snmp53/Makefile
  1.3       +22 -0     ports/net-mgmt/net-snmp53/files/patch-vmstat_freebsd2.c (new)


More information about the cvs-ports mailing list