Changes committed to git://oss.sgi.com/pcp/pcp.git
CHANGELOG | 12 ++++++++++++
VERSION.pcp | 2 +-
configure.in | 31 ++++++-------------------------
debian/changelog | 7 +++++++
install-sh | 4 ++--
man/man1/pcpintro.1 | 2 +-
man/man1/pmie.1 | 9 ++++++++-
src/include/builddefs.in | 5 -----
src/include/buildrules | 7 ++-----
src/include/platform_defs.h.in | 14 +++++---------
src/libpcp/src/GNUmakefile | 11 +++--------
src/libpcp/src/util.c | 4 ++--
src/libpcp_gui/src/GNUmakefile | 2 +-
src/libpcp_gui/src/record.c | 2 +-
src/libpcp_mmv/src/GNUmakefile | 2 +-
src/libpcp_pmcd/src/GNUmakefile | 4 ++--
src/libpcp_pmda/src/GNUmakefile | 2 +-
src/libpcp_pmda/src/open.c | 6 +++---
src/libpcp_trace/src/GNUmakefile | 2 +-
src/pmcd/pmdaproc.sh | 8 +++++---
src/pmcd/rc-proc.sh | 8 ++++----
src/pmcd/rc_pcp | 2 +-
src/pmcd/src/config.c | 4 ++--
src/pmdas/linux/proc_pid.h | 2 --
src/pmdas/linux/proc_slabinfo.c | 6 ++----
src/pmdas/linux/proc_slabinfo.h | 2 ++
src/pmdas/mounts/GNUmakefile | 2 +-
src/pmdas/pmcd/src/GNUmakefile | 13 ++-----------
src/pmdas/pmcd/src/pmcd.c | 6 +++---
src/pmdas/process/GNUmakefile | 2 +-
src/pmdas/sample/Install | 1 -
src/pmdas/shping/shping.c | 2 +-
src/pmdas/summary/pmda.c | 2 +-
src/pmdas/weblog/pmda.c | 4 ++--
src/pmdas/zimbra/pmdazimbra.pl | 5 +++--
src/pmie/pmie2col | 2 +-
src/pmie/pmie_check.sh | 4 ++--
src/pmie/src/dstruct.c | 27 ++++++++++++++-------------
src/pmie/src/dstruct.h | 2 +-
src/pmie/src/pmie.c | 9 +++++++--
src/pmproxy/rc_pmproxy | 2 +-
src/win32ctl/GNUmakefile | 2 +-
src/win32ctl/pmsignal.bat | 10 ++++++++++
43 files changed, 126 insertions(+), 129 deletions(-)
commit 0e7d706b23eb49a32b670dd414d2a1ad75bc4dd2
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 1 12:31:41 2009 +1000
Bump version number to 2.8.9.
commit 4beade780d7a3f6078ddeab74844e557cd9a21c9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 1 11:25:45 2009 +1000
Make error messages in libpcp_pmda open call unique.
commit 9721592547d8f7eaf09e04e0e37da5f7cc41f73a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 1 11:17:14 2009 +1000
Rework the use of pipe2 for compatibility with older glibc versions.
commit c5725ee98c2da1f7ddf4fd7da3fd0cf75e072b90
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 1 11:07:26 2009 +1000
Remove unnecessary getpagesize() call in Linux slabinfo metrics.
commit 0ee66d954d263a1dbbab4e86e583b1ed0bc761e1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 1 10:23:51 2009 +1000
Fix bug in pmdazimbra, where probe strings weren't handled correctly.
commit 2a467863f7f145ec414dd361d2be049f116e8c4c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 1 09:51:53 2009 +1000
Revert change to install Windows configs elsewhere, dirname conflicts.
commit bd6bd74e85b621ce0d6853aa1494908404c04dca
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 1 08:42:17 2009 +1000
Remove PCP_DIR suffix from DSOs as well when writing pmcd.conf.
This ensures we are path relative in pmcd.conf which will help
when making the PCP_DIR movable at install time, etc. pmcd is
expecting this already so Install script needs to honour this.
commit f9f93c4c7986eb22a941c7674da2c3ac43486ca0
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 1 08:40:31 2009 +1000
Expunge remaining references to Interix and Cygwin.
commit b90dcc32d481ee747b198a4ab3331aad6136c68e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 1 07:50:49 2009 +1000
Put critical config files below /etc on Win32 as well.
commit c6aa464e55d6c6eb3dbd47dd092d83cc49af855d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jun 30 16:03:54 2009 +1000
Add windows batch wrapper for pmsignal also.
commit bb0c76ae7c55ebadb088ca552c2e7e548b7ba950
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jun 30 15:15:50 2009 +1000
Add option for pmie without translated default hostname.
The hostname that is stored in the stats file can now be
forced the same as that on the command line - this allows
the admin finer control on the pmie_check hostname match
process, for determining if a pmie is running for a host.
|