]> granicus.if.org Git - sysstat/commitdiff
Start version 10.0.0.
authorSebastien Godard <sysstat@orange.fr>
Sun, 2 Jan 2011 07:16:14 +0000 (08:16 +0100)
committerSebastien Godard <sysstat@orange.fr>
Sun, 2 Jan 2011 07:16:14 +0000 (08:16 +0100)
Init version 10.0.0 (version number updated in configure.in
and CHANGES files).
Also change Copyright messages from 2010 to 2011.

34 files changed:
CHANGES
Makefile.in
README
activity.c
common.c
common.h
configure.in
iostat.c
iostat.h
mpstat.c
mpstat.h
nls/sysstat.pot
pidstat.c
pidstat.h
pr_stats.c
pr_stats.h
rd_stats.c
rd_stats.h
rndr_stats.c
rndr_stats.h
sa.h
sa1.in
sa2.in
sa_common.c
sa_wrap.c
sadc.c
sadf.c
sadf.h
sar.c
sysconfig.in
sysstat.in
version.in
xml_stats.c
xml_stats.h

diff --git a/CHANGES b/CHANGES
index df41711292a9c57d64470adfd189bac48d21fbc4..f0a0d78befb444a5c98bc5292778d29c0c97f8da 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
 Changes:
 
+xxxx/xx/xx: Version 10.0.0 - Sebastien Godard (sysstat <at> orange.fr)
+
 2010/12/26: Version 9.1.7 - Sebastien Godard (sysstat <at> orange.fr)
          INFO: stats_queue structure format has changed and is *not*
          compatible with the previous one [+1]
index a3f3c28be76937e590129f903ea7ec803b664981..96d55c15624abb133eced8bb237ab3ed76cf77d5 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile to build sysstat commands
-# # (C) 1999-2010 Sebastien GODARD (sysstat <at> orange.fr)
+# # (C) 1999-2011 Sebastien GODARD (sysstat <at> orange.fr)
 
 # Version and package name
 VERSION = @PACKAGE_VERSION@
diff --git a/README b/README
index 550a681bb07fae28a59e4041a84da99d41d49469..657c46cf4c3d73a91b820b248f6e32665ec33182 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 sysstat: System performance tools for the Linux operating system...
 --
-(C) 1999-2010 Sebastien Godard (sysstat <at> orange.fr)
+(C) 1999-2011 Sebastien Godard (sysstat <at> orange.fr)
 
 The latest version of sysstat can always be found on my web site at:
 
index e622e9676e7dfd5fb683e6181c4b54fa3ddc448e..64fcc97ce5ea3376b94297b420a7e38b9ab9bf18 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * activity.c: Define system activities available for sar/sadc.
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 8b1bdbab51aa1b6fe329b59cfbe04df1afca65e8..61746c82760bc19d5085d58d5aa0365d8f907712 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1,6 +1,6 @@
 /*
  * sar, sadc, sadf, mpstat and iostat common routines.
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index cf067a392ddcb3c2487a786af8d4f7c57698c921..298f51fda036cd910526d73052d973876e3b1f8b 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _COMMON_H
index 105a1c6544c2b26d5d924e3e7a43e6dfad0d54ff..be300a8b86a0ffe8bd2cb55f79a3e55ea73e68b5 100644 (file)
@@ -4,7 +4,7 @@
 # Modified by Sebastien Godard (sysstat <at> orange.fr)
 
 # Initialization of $PACKAGE_VERSION and $PACKAGE_NAME variables
-AC_INIT(sysstat, 9.1.7)
+AC_INIT(sysstat, 10.0.0)
 
 # Ensure that a recent enough version of Autoconf is being used
 AC_PREREQ(2.53)
index 745a53068f4e82e519e96441951b8cbd62cd4dfd..a038815d0a0ed37e93d91929c4cc136828a3317b 100644 (file)
--- a/iostat.c
+++ b/iostat.c
@@ -1,6 +1,6 @@
 /*
  * iostat: report CPU and I/O statistics
- * (C) 1998-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1998-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index cc7e9a78a1aa87a8411d4471a18bc51362105a24..42b8d6487577a4ae570b548000319ead81e48a74 100644 (file)
--- a/iostat.h
+++ b/iostat.h
@@ -1,6 +1,6 @@
 /*
  * iostat: report CPU and I/O statistics
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _IOSTAT_H
index ca7d46144832aaa455d480a6567a821f5ef3d5c0..118036a75967dc19527e385c8f0538075714dff8 100644 (file)
--- a/mpstat.c
+++ b/mpstat.c
@@ -1,6 +1,6 @@
 /*
  * mpstat: per-processor statistics
- * (C) 2000-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2000-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index f72dff7b0007be46654a8bfa1f4d857b400dcf7a..9bcf86dc2a741a83929182d2fdd773db8fcdbca7 100644 (file)
--- a/mpstat.h
+++ b/mpstat.h
@@ -1,6 +1,6 @@
 /*
  * mpstat: per-processor statistics
- * (C) 2000-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2000-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _MPSTAT_H
index f13bf80f05e014a8ae88a516fda03517fe915c8f..d57b0ee29cc8a2da3981d375579d79ec50903504 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: sysstat <at> orange.fr\n"
-"POT-Creation-Date: 2010-12-18 16:20+0100\n"
+"POT-Creation-Date: 2010-12-24 15:16+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
index 65191214859562289c13c442b688f53ed8beef05..672c848a7c86c957250a20933fa5d24d4e9c0df7 100644 (file)
--- a/pidstat.c
+++ b/pidstat.c
@@ -1,6 +1,6 @@
 /*
  * pidstat: Report statistics for Linux tasks
- * (C) 2007-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 2007-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 86a3794261089788bd33ace7d84c7852c688405d..c99cf7a6f6ea85fea458efd55ddc95343230cd80 100644 (file)
--- a/pidstat.h
+++ b/pidstat.h
@@ -1,6 +1,6 @@
 /*
  * pidstat: Display per-process statistics.
- * (C) 2007-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2007-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _PIDSTAT_H
index 28b55a9de67f7db303e4fe43be08bf37ff1c2869..241b5a099d9401b530bf787585c709f9f5d8c1ba 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pr_stats.c: Functions used by sar to display statistics
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index f126c8154e7fa22025e5d73a8933b21f95ad0519..5228cfd831d13d1cba25d93c6e9516aa2d6cb05c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * pr_stats.h: Include file used to display system statistics
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _PR_STATS_H
index 9a1ad5ff3574b792bb3439e7b4a7b46b3b1f5944..772d1fbac092ff4b63edc18a568bb4c9ba136d77 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rd_stats.c: Read system statistics
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index ff34359a8ea60901ee9efe824d35eab7277a1d02..dcbc48462c673fbaf63ec2ca6a6914d0de09755d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rd_stats.h: Include file used to read system statistics
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _RD_STATS_H
index a6cf2a1d50c184f3478ddda9168dbe5f2f9fe46b..1265bccc9cfc64efb697ffc04097ef3f4db42850 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rndr_stats.c: Funtions used by sadf to display statistics in selected format.
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index b2100075224e942ef12ca66bb86f8039add2be3e..9a1124c8ab16970e7b122e8120ecee96d1770222 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * rndr_stats.h: Include file used to display system statistics in selected format.
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _RNDR_STATS_H
diff --git a/sa.h b/sa.h
index 7ce87c0a4be1f21f366a952bb4806900ad204a92..a210ebbd9a4a277ad951d278160043ef28099d1c 100644 (file)
--- a/sa.h
+++ b/sa.h
@@ -1,6 +1,6 @@
 /*
  * sar/sadc: Report system activity
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SA_H
diff --git a/sa1.in b/sa1.in
index e053b9b4a96e2e6b18567b69542844a5fb7e987f..e10af5c6530794255dc296c29b8cb1139f4c032f 100644 (file)
--- a/sa1.in
+++ b/sa1.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 # @SA_LIB_DIR@/sa1
-# (C) 1999-2009 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 1999-2011 Sebastien Godard (sysstat <at> orange.fr)
 #
 #@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@
 #@(#) sa1: Collect and store binary data in system activity data file.
diff --git a/sa2.in b/sa2.in
index c6ff59d40e4f6f7830328881c2fb8c4df3556bc6..325edb435fe66519749aa7048342f9126eb67e60 100644 (file)
--- a/sa2.in
+++ b/sa2.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 # @SA_LIB_DIR@/sa2
-# (C) 1999-2009 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 1999-2011 Sebastien Godard (sysstat <at> orange.fr)
 #
 #@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@
 #@(#) sa2: Write a daily report
index ab2e6e8668170ff68baf7037c53487db15f726e3..0d318b2100134075ce19e391aaef3a63e338389b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sar and sadf common routines.
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 93f834dfe3da97e8d3659d76c534a3fa79893559..78da6378b3a148fb074e787528ee5d38aa88cbeb 100644 (file)
--- a/sa_wrap.c
+++ b/sa_wrap.c
@@ -1,6 +1,6 @@
 /*
  * sysstat - sa_wrap.c: Functions used in activity.c
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
diff --git a/sadc.c b/sadc.c
index 54f1c7dcc9c87eb249a5ba3bf6ea0f1e50d3ee65..3f93dd53e460f414b70fbb3c58db4a934c51ffee 100644 (file)
--- a/sadc.c
+++ b/sadc.c
@@ -1,6 +1,6 @@
 /*
  * sadc: system activity data collector
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
diff --git a/sadf.c b/sadf.c
index 0d7b83655515ec41f0eb11df96f8ac81d26b4e5c..cc1b2c01d37f0cb4ef7b236dc691eff09ae6f5ca 100644 (file)
--- a/sadf.c
+++ b/sadf.c
@@ -1,6 +1,6 @@
 /*
  * sadf: system activity data formatter
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
diff --git a/sadf.h b/sadf.h
index d5b7afafb675253dc48d1a5b4dc660292c22627a..e51bc5b1e893910e96aa9e740f3fe3a6f9922cdb 100644 (file)
--- a/sadf.h
+++ b/sadf.h
@@ -1,6 +1,6 @@
 /*
  * sadf: System activity data formatter
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SADF_H
diff --git a/sar.c b/sar.c
index 6a2f84c6c83496acf69937c05af91a93f9fdf452..ca998b02830d3e13360264f04cb0d00df7820a19 100644 (file)
--- a/sar.c
+++ b/sar.c
@@ -1,6 +1,6 @@
 /*
  * sar: report system activity
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index db98ba6eb9de15a23067e0aec6b9cd0f4f5ef96b..a624c6970dcde6fd1b76b3af92f1b187076d8ece 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SYSCONFIG_H
index a914ed8da429a1c377d97b78ff98f9b03f8b1fd4..301f6d9408478182797973733dac7dd0f83a4a4b 100644 (file)
@@ -2,7 +2,7 @@
 #
 # chkconfig: 12345 01 99
 # @INIT_DIR@/sysstat
-# (C) 2000-2010 Sebastien Godard (sysstat <at> orange.fr)
+# (C) 2000-2011 Sebastien Godard (sysstat <at> orange.fr)
 #
 ### BEGIN INIT INFO
 # Provides:            sysstat
index 5eed241f8138cd77557339479bf162edc9dd5958..9f752cee76cdc50ce60d421465051fe8aa596e8f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sysstat: System performance tools for Linux
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _VERSION_H
index dade9c855e987a0f3c05c398dfb70e7889927d99..105660ecf56e3592d896051337ecb9e3e80f1238 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * xml_stats.c: Funtions used by sadf to display statistics in XML.
- * (C) 1999-2010 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
  * This program is free software; you can redistribute it and/or modify it *
index 3b889bb5b41f3454f592d5f9a661246424ecddd9..385ab4336111b01d15842da22b411bc42b5f4c9b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * xml_stats.h: Include file used to display system statistics in XML.
- * (C) 1999-2010 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2011 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _PRF_STATS_H