Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2008 22:54:28 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net-mgmt/net-snmp53 Makefile ports/net-mgmt/net-snmp53/files patch-vmstat_freebsd2.c
Message-ID:  <200804282254.m3SMsSsT073621@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804282254.m3SMsSsT073621>