[netperf-dev] netperf2 commit notice r99 - in trunk: . src
raj at netperf.org
raj at netperf.org
Thu Feb 15 17:32:52 PST 2007
Author: raj
Date: 2007-02-15 17:32:49 -0800 (Thu, 15 Feb 2007)
New Revision: 99
Modified:
trunk/Release_Notes
trunk/src/netcpu_kstat10.c
trunk/src/netcpu_looper.c
trunk/src/netcpu_ntperf.c
trunk/src/netcpu_osx.c
trunk/src/netcpu_procstat.c
trunk/src/netcpu_sysctl.c
trunk/src/netperf.c
trunk/src/netserver.c
trunk/src/nettest_dlpi.c
trunk/src/nettest_sctp.c
trunk/src/nettest_unix.c
trunk/src/nettest_xti.c
Log:
prepare to tag 2.4.3
Modified: trunk/Release_Notes
===================================================================
--- trunk/Release_Notes 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/Release_Notes 2007-02-16 01:32:49 UTC (rev 99)
@@ -1,4 +1,4 @@
-These are the Release Notes leading to Revision 2.4.3 of netperf:
+These are the Release Notes for Revision 2.4.3 of netperf:
Things changed in this release:
Modified: trunk/src/netcpu_kstat10.c
===================================================================
--- trunk/src/netcpu_kstat10.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/netcpu_kstat10.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -1,5 +1,5 @@
char netcpu_kstat10_id[]="\
-@(#)netcpu_kstat10.c (c) Copyright 2005, Hewlett-Packard Company Version 2.4.0";
+@(#)netcpu_kstat10.c (c) Copyright 2005-2007, Hewlett-Packard Company Version 2.4.3";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netcpu_looper.c
===================================================================
--- trunk/src/netcpu_looper.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/netcpu_looper.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -1,5 +1,5 @@
char netcpu_looper_id[]="\
-@(#)netcpu_looper.c (c) Copyright 2005. Version 2.4.0";
+@(#)netcpu_looper.c (c) Copyright 2005-2007. Version 2.4.3";
/* netcpu_looper.c
Modified: trunk/src/netcpu_ntperf.c
===================================================================
--- trunk/src/netcpu_ntperf.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/netcpu_ntperf.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -1,5 +1,5 @@
char netcpu_ntperf_id[]="\
-@(#)netcpu_ntperf.c (c) Copyright 2005, Hewlett-Packard Company, Version 2.4.0";
+@(#)netcpu_ntperf.c (c) Copyright 2005-2007, Hewlett-Packard Company, Version 2.4.3";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netcpu_osx.c
===================================================================
--- trunk/src/netcpu_osx.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/netcpu_osx.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -1,5 +1,5 @@
char netcpu_sysctl_id[]="\
-@(#)netcpu_osx.c Version 2.4.0";
+@(#)netcpu_osx.c Version 2.4.3";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netcpu_procstat.c
===================================================================
--- trunk/src/netcpu_procstat.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/netcpu_procstat.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -1,5 +1,5 @@
char netcpu_procstat_id[]="\
-@(#)netcpu_procstat.c (c) Copyright 2005. Version 2.4.0";
+@(#)netcpu_procstat.c (c) Copyright 2005-2007 Version 2.4.3";
/* netcpu_procstat.c
Modified: trunk/src/netcpu_sysctl.c
===================================================================
--- trunk/src/netcpu_sysctl.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/netcpu_sysctl.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -1,5 +1,5 @@
char netcpu_sysctl_id[]="\
-@(#)netcpu_sysctl.c Version 2.4.0";
+@(#)netcpu_sysctl.c Version 2.4.3";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netperf.c
===================================================================
--- trunk/src/netperf.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/netperf.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -1,6 +1,6 @@
/*
- Copyright (C) 1993-2005 Hewlett-Packard Company
+ Copyright (C) 1993-2007 Hewlett-Packard Company
ALL RIGHTS RESERVED.
The enclosed software and documentation includes copyrighted works
@@ -42,7 +42,7 @@
*/
char netperf_id[]="\
-@(#)netperf.c (c) Copyright 1993-2004 Hewlett-Packard Company. Version 2.4.3";
+@(#)netperf.c (c) Copyright 1993-2007 Hewlett-Packard Company. Version 2.4.3";
#ifdef HAVE_CONFIG_H
#include "config.h"
Modified: trunk/src/netserver.c
===================================================================
--- trunk/src/netserver.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/netserver.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -1,6 +1,6 @@
/*
- Copyright (C) 1993-2005 Hewlett-Packard Company
+ Copyright (C) 1993-2007 Hewlett-Packard Company
ALL RIGHTS RESERVED.
The enclosed software and documentation includes copyrighted works
@@ -42,7 +42,7 @@
*/
char netserver_id[]="\
-@(#)netserver.c (c) Copyright 1993-2004 Hewlett-Packard Co. Version 2.4.0";
+@(#)netserver.c (c) Copyright 1993-2007 Hewlett-Packard Co. Version 2.4.3";
/***********************************************************************/
/* */
Modified: trunk/src/nettest_dlpi.c
===================================================================
--- trunk/src/nettest_dlpi.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/nettest_dlpi.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -22,7 +22,7 @@
#ifdef WANT_DLPI
char nettest_dlpi_id[]="\
-@(#)nettest_dlpi.c (c) Copyright 1993,1995,2004 Hewlett-Packard Co. Version 2.4.1";
+@(#)nettest_dlpi.c (c) Copyright 1993,1995,2004 Hewlett-Packard Co. Version 2.4.3";
#include <sys/types.h>
#include <fcntl.h>
Modified: trunk/src/nettest_sctp.c
===================================================================
--- trunk/src/nettest_sctp.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/nettest_sctp.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -1,6 +1,6 @@
#ifndef lint
char nettest_sctp[]="\
-@(#)nettest_sctp.c (c) Copyright 2005 Hewlett-Packard Co. Version 2.4.3";
+@(#)nettest_sctp.c (c) Copyright 2005-2007 Hewlett-Packard Co. Version 2.4.3";
#else
#define DIRTY
#define WANT_HISTOGRAM
Modified: trunk/src/nettest_unix.c
===================================================================
--- trunk/src/nettest_unix.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/nettest_unix.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -10,7 +10,7 @@
#ifdef WANT_UNIX
char nettest_unix_id[]="\
-@(#)nettest_unix.c (c) Copyright 1994-2004 Hewlett-Packard Co. Version 2.4.1";
+@(#)nettest_unix.c (c) Copyright 1994-2007 Hewlett-Packard Co. Version 2.4.3";
/****************************************************************/
/* */
Modified: trunk/src/nettest_xti.c
===================================================================
--- trunk/src/nettest_xti.c 2007-02-15 23:21:47 UTC (rev 98)
+++ trunk/src/nettest_xti.c 2007-02-16 01:32:49 UTC (rev 99)
@@ -5,7 +5,7 @@
#ifdef WANT_XTI
#ifndef lint
char nettest_xti_id[]="\
-@(#)nettest_xti.c (c) Copyright 1995-2005 Hewlett-Packard Co. Version 2.4.1";
+@(#)nettest_xti.c (c) Copyright 1995-2007 Hewlett-Packard Co. Version 2.4.3";
#else
#define DIRTY
#define WANT_HISTOGRAM
More information about the netperf-dev
mailing list