Changes committed to git://oss.sgi.com/pcp/pcp.git dev
Makepkgs | 8
configure | 61
configure.in | 21
qa/370 | 33
qa/370.out.3 | 1
qa/370.out.4 | 8648 +++++++++++++++++++++++++++++++++++++++++++
qa/src/mksa-sysstat | 12
qa/src/sa-sysstat-9.0.4 |binary
src/libpcp/src/context.c | 3
src/libpcp/src/derive.c | 3
src/libpcp/src/err.c | 3
src/libpcp/src/lock.c | 3
src/pmcd/src/agent.c | 6
src/pmcd/src/config.c | 2
src/pmdas/bash/GNUmakefile | 5
src/pmdas/bash/event.c | 1
src/pmdas/logger/event.c | 2
src/pmdas/mailq/mailq.c | 2
src/pmie/src/act.sk | 2
src/pmie/src/syntax.c | 8
src/pmimport/sar2pcp/sar2pcp | 3
src/pmlogextract/GNUmakefile | 2
src/pmlogger/GNUmakefile | 2
23 files changed, 8758 insertions(+), 73 deletions(-)
commit dbc6e4fc8fe43388b8238eacbcdd828f16e05e86
Merge: ec36e39 9ebf53c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 25 10:33:14 2012 +1000
Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
commit ec36e3968e6fde8a348096ba5a42aeb0b56a5b3f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 25 10:31:10 2012 +1000
Add qualified RHEL6 output to sar2pcp data check test (qa/370)
Extensions to the mksa-sysstat test data generation script to
work with the RHEL/Fedora sadc installation paths. Also made
that script use -S XALL in place of -S ALL, runs extended-ALL
mode for stats collection.
Added in the binary data for RHEL6 sysstat (9.0.4-based), and
added to test 370 to use the qualified output for this version.
Updated existing qualified output for one existing qualified
sysstat versions as sar2pcp now quietly skips usb-devices (was
verbosely skipped before).
commit 9ebf53c97b5e114d3ff5202f5ebc94cb31901eda
Merge: 04e30a5 9ac4c8f
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Sep 24 22:31:31 2012 +1000
Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Conflicts:
configure
rebuild with autoconf (differences in autoconf versions)
src/pmlogextract/GNUmakefile
src/pmlogger/GNUmakefile
merged changes by hand for both GNUmakefiles
commit 04e30a5cd825694b117800acafd5cf43a981ba96
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Sep 24 21:39:52 2012 +1000
Makepkgs - Windows change
This is a first step ... lots more needs to be done before we're
building packages for Windows.
commit efe50fe7480143d10c8c72e82eba70c0bf86ddc9
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Sep 24 21:38:21 2012 +1000
logger pmda, mailq pmda, pmie - need to guard <regex.h>
Needed for clean Windows builds.
commit 64828395909fac828792f75aa11f1c7bea05c622
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Sep 11 15:26:03 2012 +1000
configure - Windows changes
Some of the sh tests were not working on Windows, so applied some minor
cosmetics (no functional changes) to make them work.
Remade configure ... this may need to be redone if my Windows autoconf
is not as up-to-date as the one we're using on the Linux builds.
commit aa40072608ccc05549cc8ff5c16996871235d229
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Sep 11 15:23:24 2012 +1000
pmlogger & pmlogextract - fix Windows build
Need explicit $(LIB_FOR_PTHREADS) when linking on Windows.
commit ceaa06607fe3b391062e7afb8a923b4f80465fd7
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Sep 11 15:21:57 2012 +1000
libpcp - fix Windows build
Need explicit prototype for strerror_r() on Windows.
commit 5767353ceb3228bc685a216c8dac911fabfdc8e5
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Sep 11 15:18:46 2012 +1000
pmie/act.sk - fix Windows compilation warning
Needed an explict cast.
commit 506b85c0a8bf4b7ff206cf76e755566c0e3915bf
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Sep 11 15:14:12 2012 +1000
bash PMDA - Windows build changes
Fixed a missing header inclusion first, but then realized this PMDA
is probably never going to work on Windows, so make the necessary
Makefile changes to skip building when descending into this directory.
commit 71fb71f94da46dd3e213be1a8931827734511713
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Sep 11 15:11:00 2012 +1000
pmcd/config.c - remove compilation warning
gcc on Windows just seems to get this wrong ... add initialization
to get rid of compilation warning.
commit 456b435cdc5295c37aa9c11b316c908f9f5d14ff
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Sep 11 15:08:53 2012 +1000
pmcd/agent.c - remove compilation warnings
For Windows builds, added some conditional code to completely
hide unused variable.
|