[netperf-dev] netperf2 commit notice r67 - trunk

raj at netperf.org raj at netperf.org
Fri Apr 14 14:38:10 PDT 2006


Author: raj
Date: 2006-04-14 14:38:09 -0700 (Fri, 14 Apr 2006)
New Revision: 67

Modified:
   trunk/AUTHORS
   trunk/Release_Notes
   trunk/configure
   trunk/configure.ac
Log:
Update AUTHORS and ReleaseNotes and fix a little problem with a split line
in the configure.ac file.


Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS	2006-04-14 21:27:52 UTC (rev 66)
+++ trunk/AUTHORS	2006-04-14 21:38:09 UTC (rev 67)
@@ -101,7 +101,8 @@
 for pointing-out that Solaris 9 has a copy of Linux sendfile()
 
 Andrew Gallatin 
-for assistance with the FreeBSD sysctl() stuff
+for assistance with the FreeBSD sysctl() stuff, and later making it
+calibration-free
 
 Mark Cooper
 pointing-out the need for -lresolv when compiling -DDO_DNS on RedHat

Modified: trunk/Release_Notes
===================================================================
--- trunk/Release_Notes	2006-04-14 21:27:52 UTC (rev 66)
+++ trunk/Release_Notes	2006-04-14 21:38:09 UTC (rev 67)
@@ -23,6 +23,9 @@
    setups the mapping only knows about retrieving actual CPU ids under
    HP-UX.
 
+*) The netcpu_sysctl method becomes calibration-free, courtesy of 
+   Adnrew Gallatin
+
 These are the Release Notes for Revision 2.4.1 of netperf:
 
 Things changed in this release:

Modified: trunk/configure
===================================================================
--- trunk/configure	2006-04-14 21:27:52 UTC (rev 66)
+++ trunk/configure	2006-04-14 21:38:09 UTC (rev 67)
@@ -7970,8 +7970,7 @@
 			enable_cpuutil="kstat - auto"
 			NETCPU_SOURCE="kstat"
 			;;
-                     *-*-freebsd4.* | *-*-freebsd5.* | *-*-freebsd6.* | *-*-fre
-ebsd7.* )
+                     *-*-freebsd4.* | *-*-freebsd5.* | *-*-freebsd6.* | *-*-freebsd7.* )
 			use_cpuutil=true
 
 cat >>confdefs.h <<\_ACEOF

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-04-14 21:27:52 UTC (rev 66)
+++ trunk/configure.ac	2006-04-14 21:38:09 UTC (rev 67)
@@ -531,8 +531,7 @@
 			enable_cpuutil="kstat - auto"
 			NETCPU_SOURCE="kstat"
 			;;
-                     *-*-freebsd4.* | *-*-freebsd5.* | *-*-freebsd6.* | *-*-fre
-ebsd7.* )
+                     *-*-freebsd4.* | *-*-freebsd5.* | *-*-freebsd6.* | *-*-freebsd7.* )
 			use_cpuutil=true
 			AC_DEFINE([USE_SYSCTL],,[Use FreeBSD's sysctl interface to measure CPU util.])
 			enable_cpuutil="sysctl - auto"



More information about the netperf-dev mailing list