Changes committed to git://oss.sgi.com/pcp/pcp.git
CHANGELOG | 4 +++-
configure.in | 3 ++-
src/include/platform_defs.h.in | 2 +-
src/pmdas/pmcd/src/pmcd.c | 20 +++++++++++++++++---
src/pmdas/windows/instance.c | 2 +-
src/pmdas/windows/open.c | 9 +++------
6 files changed, 27 insertions(+), 13 deletions(-)
commit 88b17eaba44dca99c62c7311a3a6fbad3804fdf3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 7 15:05:09 2009 +1100
Update changelog for pmcd.timezone fix.
commit e8f924df72beea21b84f4781ab01a45044af7bbd
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 7 15:02:46 2009 +1100
Fix pmcd.timezone value so it updates with daylight savings.
The root of the problem is that __pmTimezone writes the value
of TZ that it returns into the environment as well, causing
subsequent callers to always find the value of the first call
instead of querying the system for the current timezone.
Fix is to clear TZ setting before calling __pmTimezone, which
demonstrably fixes the problem. Note some platforms (Windows)
do not have unsetenv() so a suitable fallback is used in that
situation.
commit 7a70d4e7de80765cdef3a229e8f352e975381cf3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 7 14:57:33 2009 +1100
Ensure we do not pass regular (short help) text as PDH regex.
There's a couple of Windows PMDA metrics which define short
help text themselves now - I noticed these can sometimes be
incorrectly passed to the PDH API interfaces. Ensure we do
not do that, as its never going to work and spams pmcd.log.
commit f8770c33efa2912539ecb34b0daf40c5dde8cec5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 7 14:54:24 2009 +1100
Add slackware distro type into the set of distros configure.in groks.
|