Changes committed to git://oss.sgi.com/nathans/pcp.git
src/include/builddefs.in | 2 +-
src/include/impl.h | 4 ++--
src/libpcp/src/access.c | 12 ++++++------
src/libpcp/src/context.c | 8 ++++----
src/libpcp/src/logportmap.c | 6 +++---
src/libpcp/src/logutil.c | 8 ++++----
src/libpcp/src/pdu.c | 6 +++---
src/libpcp/src/pmns.c | 2 +-
src/libpcp/src/tz.c | 8 ++++----
src/libpcp/src/util.c | 8 ++++----
src/pmcd/pmdaproc.sh | 15 ++++++++++++---
src/pmns/pmnsdel.c | 6 ++++++
12 files changed, 50 insertions(+), 35 deletions(-)
commit fd7802d9322935cafc2517a0addbb05fb2357695
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Mar 16 16:34:21 2009 +1100
The __pmLogReads libpcp symbol is used in pcpqa, export it.
Exported symbol annotation (EXTERN/INTERN) needs to be applied
for this global data symbol to be properly visible to programs
written to test log read functionality.
While in there, I audited other global libpcp data symbols - no
other candidates found; but many cases of global-init-to-zero
found (and cleaned up).
commit 717f725c781e813aa7dab4326294e4f73c0934ca
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Mar 16 16:26:31 2009 +1100
PMDA binaries written to pmcd.conf are not PCP_DIR-prefixed.
Make it so, in the pmdaproc.sh script. Cleanup a pmsignal use
here as well; INT and TERM are equivalent in all PCP code (the
code audit from before pmsignal existed told me so).
commit 0fefcb1aa29584c99c7bff2382269a4696cfdadc
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Mar 16 11:49:50 2009 +1100
Add location of installed DLL files to Win32 platform lookup path.
commit abff403189784bbf81da75fdf7490a9e41b9d98e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Mar 16 11:17:53 2009 +1100
pmnsdel mingw tweak - under Win32, rename() fails if file exists.
|