Project

General

Profile

Activity

From 2009-09-15 to 2009-10-14

2009-10-13

04:06 Revision 61856869: Get pcp building on Debian GNU/kFreeBSD port.
Nathan Scott

2009-10-09

14:58 Revision 1076eeb1: Merge branch 'solaris' of git://oss.sgi.com/makc/pcp into dev
Nathan Scott
14:58 Revision 31cd1578: Add missing return statement causing incorrect mem.util on Win32.
Nathan Scott
13:11 Revision 02cf7db3: Final version bump (build 9) for pcp-3.0.0.
Nathan Scott
13:09 Revision f3426d7a: Correct a typo in makepkg macro, remove unused gendist macro.
Nathan Scott
12:54 Revision f119eac3: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Nathan Scott
08:24 Revision 275a02ac: Add configure code to find Slackware makepkg tool.
Nathan Scott

2009-10-08

14:56 Revision b99d6acc: Pass information about compiler into Perl PMDA makefiles.
Make sure that compiler used to build the rest of the code is
also used for building shared object for the Perl PMDAs...
Max Matveev
14:37 Revision d61b6ce7: Don't change pointer types of pmCtime's arguments
On 64 bit Linux and Solaris platforms time_t is 64 bit integer, __pmTimeval
assumes that time is 32 bit integer, the ...
Max Matveev
14:05 Revision 688f4954: Bump to 3.0.0-8 as 3.0 release candidate.
modified: CHANGELOG
modified: VERSION.pcp
modified: build/rpm/pcp_fedora.spec
Signed-off-by: Mark Goodwin <m...
Mark Goodwin
13:54 Revision 1e0b11fe: Remove RPM packaging for perl-PCP-LogSummary.
The perl-PCP-LogSummary packaging has problems with MakeMaker.
The src is still shipped and it's still included in th...
Mark Goodwin
12:54 Revision e5282175: Deal with default lex on Solaris
Default lex on Solaris is derived from the old AT&T lex - unconditionally
defining FLEX_SCANNER hides this fact and b...
Max Matveev

2009-10-07

20:54 Revision b6fc2985: More Fedora conformance and rpmlint tweaks.
Don't use the %makeinstall macro in the Fedora spec since it's frowned upon.
Don't ship zero length files; use standa...
Mark Goodwin
15:05 Revision 88b17eab: Update changelog for pmcd.timezone fix.
Nathan Scott
15:02 Revision e8f924df: 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, cau...
Nathan Scott
14:57 Revision 7a70d4e7: 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 ...
Nathan Scott
14:54 Revision f8770c33: Add slackware distro type into the set of distros configure.in groks.
Nathan Scott
11:38 Revision a37df06e: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Mark Goodwin
10:12 Revision 4a6f0d0c: Fix build for platforms that insist on an argument to sed -i.
modified: GNUmakefile
modified: src/cpan/LogSummary/GNUmakefile
modified: src/cpan/MMV/GNUmakefile
modified:...
Mark Goodwin
10:09 Revision c9fc69ea: pmns.c, sample.c remove strndup(), clean up TODOs
Applied Nathan's patch to remove strndup() usage.
Also fixed and removed residual TODO items in sample.c from dynamic...
Ken McDonell

2009-10-06

11:47 Revision 808391ad: Remove no-longer-used cpanflute2 configure script snippets
Nathan Scott
11:44 Revision 78085e11: Update changelog to start sentences with caps, like everywhere else.
Roman Revyakin
11:36 Revision 53e50670: Update pcp standards version compliance for Debian.
Roman Revyakin
11:36 Revision 3be6fa1e: Fix lintian warning on dbpmda man page - hyphen used as minus-sign.
Roman Revyakin
11:22 Revision 979d0345: Update Debian changelog to auto-close Alpha build bugs.
Roman Revyakin
11:03 Revision 47d8df43: Merge branch 'dev' of ../pcp into dev
Roman Revyakin
10:19 Revision ef924a7f: Corrrect location of include files for Slackware builds.
Roman Revyakin
10:18 Revision 2bf82542: Automate source md5sum calculation for Slackware packaging.
Nathan Scott
10:04 Revision b13b9097: Fix the Debian build.
The "packlist" for cpan modules is only needed for non-debian packaging
(i.e. RPM). Debian uses a different mechanis...
Mark Goodwin
09:49 Revision 51775bc3: Merge branch 'master' of /home/mgoodwin/src/pcp-kenj into dev
Mark Goodwin

2009-10-05

21:56 Revision 708e3970: Merge branch 'dev' of git://oss.sgi.com/nathans/pcp into dev
Mark Goodwin
21:27 Revision 2d2eabbf: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
to pick up Nathan's debian changelog build fix.
Conflicts:
CHANGELOG
debian/changelog
Signed-off-by: Mark Goodwin...
Mark Goodwin
21:03 Revision dad89fda: Merge branch 'master' of /home/mgoodwin/src/pcp-kenj into dev
Resolved conflicts listed below - bump to 3.0.0-7
Conflicts:
CHANGELOG
VERSION.pcp
src/pmcd/rc_pcp
src/pmie/rc_p...
Mark Goodwin
20:23 Revision bd9dc64f: Automate some of the Slackware package generation steps.
Nathan Scott
16:48 Revision d6336a14: Initial packaging work for the Slackware Linux distribution.
Roman Revyakin
16:40 Revision f4622a57: Descend into aix/sun build dirs to generate src tarball correctly on those platforms.
Nathan Scott
16:38 Revision 30542369: Ensure no linux builds ever go down the HAVE_ST_MTIME_WITH_E path.
Its never the right thing to do with glibc. This resolves the long-
standing build problem on Linux Alpha, which has...
Nathan Scott
13:50 Revision 6af2e317: Update debian version number for 3.0 and tweak changelog.
Nathan Scott

2009-10-04

16:29 Revision 0782dda3: Treat UDP overflows as counter
network.udp.overflows is exported as counter from the kernel, do not
treat is as rate - it scares Vinnie.
Max Matveev
16:22 Revision 1c5cb90d: Explicitly mark bitfield sign in pmUnits.
SunStudio compiler treats bitfields marked as unadorned 'int' as
unsigned (C99 standard leaves this area undefined) w...
Max Matveev
16:21 Revision f1348ed0: Increase table sizes for dbpmda's lexer
Changes to support new dynamic PMNS calls blew the limit on the number
of transitions in old AT&T lex.
Max Matveev

2009-10-02

14:08 Revision e29e5c37: libpcp_pmda, dbpmda Minor additions for dynamic subtrees in the PMNS
In libpcp_pmda the wrong error was being returned if an attempt was
made to translate a dynamic metric name to a PMID...
Ken McDonell

2009-10-01

15:32 Revision a8a2626a: libpcp_pmda remove dead code
Call to pmLoadNameSpace() is not needed at was guarded by #if 0.
Removed code block to reduce confusion.
Ken McDonell
12:17 Revision 2944bc10: Fix up kernel.uname.distro reporting for Debian too.
Nathan Scott
12:12 Revision ee572b12: Add slackware version check for kernel.uname.distro.
Nathan Scott

2009-09-29

15:30 Revision 31426161: Integrate the perl-PCP build and RPM packaging. This creates
RPM packages named perl-PCP-PMDA, perl-PCP-MMV, perl-PCP-LogSummary
with the same version as the base pcp package. Ea...
Mark Goodwin
15:22 Revision be30f548: Ignore generated LDIRT
modified: src/pmns/.gitignore
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com>
Mark Goodwin

2009-09-27

17:29 Revision 4d16113c: Merge branch 'master' of git://oss.sgi.com/kenj/pcp
Ken McDonell
16:30 Revision 52872f6b: ReplacePmnsSubtree fix bad signal handling botch
The trap handling was totally wrong in cleanup() ... causing the
command "1" to be executed instead of the null comma...
Ken McDonell
15:20 Revision 4087051b: newhelp, dbpmda, libpcp, libpcp_pmda, pmcd, sample pmda - dynamic PMNS changes
This is the final round of changes that get all of the changes for
PMDA_INTERFACE_4 and the support of dynamic subtre...
Ken McDonell
15:18 Revision 40e120d1: pmdaproc.sh Revert changes for perl pmda setup.
Just put it back the way it was before I started messing with it! Ken McDonell
15:11 Revision 4cead690: pmdaproc.sh tweaking to improve QA success
Add delays after sending pmcd SIGHUP and before checking for pmcd health
to avoid small window where badness happens ...
Ken McDonell

2009-09-24

16:59 Revision 9371a85a: Only remake pmns file if it does not exist.
Part of the perl PMDA support was unconditionally remaking pmns and
domain.h ... this was reordering the metrics for ...
Ken McDonell

2009-09-23

17:04 Revision 485dd018: Bump stable version number (primarily for Windows).
Nathan Scott
11:29 Revision 2175ef1c: Try again to get cross-platform errnos in pmtime protocol failure sequences.
Nathan Scott
11:16 Revision babb5105: Sort out the iptypes.h->windows.h dependency for Win32 configure process.
Nathan Scott
10:33 Revision 7c77746f: Update mac installer background, use same as glider will soon.
Nathan Scott

2009-09-17

20:00 Revision 4f6a801b: Merge branch 'master' of git://oss.sgi.com/kenj/pcp
Conflicts:
CHANGELOG
VERSION.pcp
src/pmcd/rc_pcp
src/pmie/rc_pmie
src/pmproxy/rc_pmproxy
Ken McDonell
13:18 Revision 5084f633: Fix the Windows SQL Server buffer_cache metric for more platforms.
This metric is a (32 bit float) PERF_RAW_FRACTION metric under
Windows 2003 Server and SQL Server 2000, but under Win...
Nathan Scott
12:39 Revision 0ec55c66: Use errnos that exist on all platforms.
Nathan Scott
 

Also available in: Atom