Undo the hinv.nXXX metrics changes as per Nathan's mail.
Plus a couple of other minor fixes found in the Mac OS X QA.
Changes committed to git://oss.sgi.com/kenj/pcp.git dev
src/libpcp/src/connectlocal.c | 75 +++++++++++++++++++++++++++++++++---------
src/pmdas/aix/data.c | 8 ++--
src/pmdas/darwin/pmda.c | 6 +--
src/pmdas/linux/pmda.c | 2 -
src/pmdas/solaris/data.c | 4 +-
src/pmdas/summary/Install | 2 -
src/pmdas/windows/pmda.c | 6 +--
src/pmlogconf/pmlogconf.sh | 2 -
8 files changed, 74 insertions(+), 31 deletions(-)
commit 38744ab18a379361bdd70ddac893abf4c31a662e
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon May 9 20:14:35 2011 +1000
Revert "hinv.nXXX metrics - make metadata consistent"
This reverts commit 3445cedfe73186a6e7e43b7b630c00442ccb5bd9.
commit f6f730f7fb9738ff59ce45ab50a2aa37a0c6e390
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon May 9 06:54:45 2011 +1000
summary PMDA - use portable version of echo -n for Install
commit 89a1ccd19cd1afef2fa97b38ac10c049cf8b4524
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Sun May 8 22:00:24 2011 +1000
local context issues fixed
Serious problem leading to segv in libpcp when using __pmLocalPMDA() to
add/delete DSOs for PM_CONTEXT_LOCAL use ... when the context is closed
at application exit the call via e_endCallBack may have been made for
a dso table entry that was no longer valid.
And in a related area, the parsing, error detection and error reporting
in __pmSpecLocalPMDA() was greatly improved.
commit 1d71919d715ae08c1b32b9a6d4f7a5f53c612006
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Sun May 8 21:53:38 2011 +1000
pmlogconf - another non-posix awk issue fixed
|