Project

General

Profile

Activity

From 2008-03-02 to 2008-03-31

2008-03-31

17:15 Revision a04876b6: Bump version number.
Nathan Scott
16:23 Revision 9484d793: Slight rework of indom handling to make jstat PMDA work under Cygwin too.
Nathan Scott
16:21 Revision d2758458: Exclude non-essential bits that Cygwin build struggles with (cpan/libpcp.a).
Nathan Scott
16:20 Revision 1a37837b: Make pmtop build use CMDTARGET rather than TARGET, fixing Cygwin builds.
Nathan Scott
16:19 Revision 3667221a: Remove unused makefile macro in pmval build.
Nathan Scott
16:16 Revision f52ca916: Add missing configure dependency in top level makefile.
Nathan Scott

2008-03-28

16:41 Revision 5c76872f: Extend the set of JVM statistics exported by the jstat PMDA to
include major and minor garbage collection counts/times, and
sizes of the eden, survivor, old and permanent memory sp...
Nathan Scott
16:38 Revision f1e9b482: Fix cut&paste typo in a pmloglabel error message.
Nathan Scott

2008-03-27

07:08 Revision 9eb8e9e7: Merge branch 'nathans' of git://oss.sgi.com:8090/nathans/pcp into nathans
Nathan Scott

2008-03-26

18:11 Revision a6a94f0d: Be careful when configure macros are used on the same line as a
shell test statement - problems arise when the macro expands to
multiple lines of shell code and shell logical operat...
Nathan Scott
17:58 Revision 06517a40: Simplify the awk checks and remove some crufty code, as per Mark's suggestion.
Nathan Scott
17:54 Revision b725af3c: Find awk the same way as sed, avoiding possible PATH problems on Mac OS X.
James Peach
17:50 Revision 53373524: Implement Max's suggestion of providing a dependency on a configure-
generated file now, instead of using the config.done mechanism. Nathan Scott
10:19 Revision 8cae0b41: Bump build version number
Nathan Scott
10:08 Revision 48e0fc68: Exit status for pmloglabel now reflects any issues found at runtime.
Nathan Scott
10:07 Revision 80ffa12d: Add Mac local binary path into the set of "extras" searched by pcp.env
Nathan Scott
10:07 Revision bfa5fe33: Explicitly create config.done in configure script, so that top
level Makefile doesn't clobber a users configure options. Nathan Scott

2008-03-22

15:38 Revision b57a8d77: Bump build version number.
Nathan Scott
15:35 Revision 2b338694: Merge branch 'nathans' of git://oss.sgi.com:8090/nathans/pcp into nathans
Nathan Scott
15:29 Revision 0ab7b437: Minor corrections to several man pages.
Nathan Scott
15:28 Revision 40465541: Add pmloglabel, a new tool which verifies, reports on, and can modify
all details of the labels in each of the files of a Performance Co-Pilot
(PCP) archive log. The archive log has the ...
Nathan Scott
10:27 Revision d4c3fb6c: Rearrange some internal libpcp log open routines, for use by a log label checker.
Nathan Scott
10:25 Revision 3b9149c6: Use PCP_PMIECONTROL_PATH for pmie control file.
Nathan Scott

2008-03-17

11:50 Revision 4f714ae4: Merge git://oss.sgi.com:8090/nathans/pcp into nathans
Nathan Scott
11:47 Revision 90d240c5: Fix Debian build dependency on ncurses development library.
Nathan Scott

2008-03-14

10:55 Revision 3e795c60: Merge branch 'nathans' of git://oss.sgi.com:8090/nathans/pcp into nathans
Nathan Scott
09:33 Revision 19f1200f: [PATCH] installing pcp requires `which`
We have had a longstanding puzzle as to why, when a whole-machine image
that includes pcp is constructed in a chroot,...
Michael Newton

2008-03-12

09:27 Revision 160ed243: Update Debian package "Priority" field to match reality.
Nathan Scott
06:07 Revision fc11f094: Add missing DIRT on cpan build directory.
Nathan Scott
05:58 Revision 1c7a1826: Update config.guess and config.sub to something modern (last update
was circa 2003). It would be much better if we were generating the
files used here (via autoreconf, as part of the b...
Nathan Scott

2008-03-11

11:29 Revision 4cd11726: Update man pages to use correct pcp.conf variable name.
Nathan Scott

2008-03-07

20:28 Revision 0d65f3ef: Refactor the Perl API code a bit by splitting out all code that
doesn't deal with converting between Perl and C into a separate
source file. That source file now also hashes string...
Nathan Scott

2008-03-06

22:51 Revision e49711d6: Fix build on older Perl versions, like on Mac OS X 10.4.
Nathan Scott
21:24 Revision baec0385: Fix pmlogger control paths in daily script.
Nathan Scott
21:10 Revision 2a734fbc: Bump build version number for first Debian upload.
Nathan Scott
20:47 Revision c943ec1f: Remove unneeded NOTICE output from pmdalinux, annoying in local context mode.
Nathan Scott

2008-03-05

21:42 Revision ab1df303: Fix c++ compiler warning about missing const on pointer.
Nathan Scott
21:23 Revision 95a0388b: Switch Debian to /usr/lib/pcp/bin for its PCP_BINADM_DIR after discussion with Mark.
Nathan Scott
21:22 Revision 8beb8b79: Squash lib symbol warnings that are either wrong (e.g. symbols
in pmcd_pmda.so resolved in pmcd binary), or harmless and hard
to fix in our Makefiles (e.g. "foo.so shouldn't be lin...
Nathan Scott
21:00 Revision 66bf8ef2: Missed a spot earlier - update pmlogger control file path setting.
Nathan Scott
20:34 Revision d2927cae: Resolve further manual page syntax problems reported by Debian package checker.
Nathan Scott
20:33 Revision 025e49af: Use ${shlibs:Depends} where appropriate and remove empty subdir in pcp deb.
Nathan Scott
20:28 Revision 9ff132c6: Turns out we cannot install ELF binaries below /usr/share, at
least for Debian (generates lotsa warnings) - these are meant
to be architecture-independent files only. So, ended u...
Nathan Scott
20:24 Revision 2a2be0b4: Fix gcc warnings from slightly dodgey use of NULL casting in these files.
Nathan Scott
20:23 Revision b777dcf6: Fix gcc warning - __pmPDU is a uint32, not a pointer of any form
(casting it thusly causes unaligned accesses on 64bit platforms). Nathan Scott
12:12 Revision 26cf6dc2: Bump build version number.
Nathan Scott

2008-03-04

21:36 Revision 60ba9488: Fix syntax errors in revitalised genpmda script, use awk not gawk
(gawk not there on some platforms), and minor formatting fixes for
the generated genpmda code.
Michael Newton
20:59 Revision 761c6b58: Reinstate code accidentally lost from genpmda..
Michael Newton
20:49 Revision d1b0df13: Revert "Comment out bad syntax in genpmda until SGI folks figure out the cause."
This reverts commit b44b37c008a3296378f1057265e491ce90a8cd60. Nathan Scott

2008-03-03

13:08 Revision 1796d5d6: Fix shell tests that used "==" instead of "=", which is not
supported by some more unusual versions of /bin/sh (dash),
and its not the documented test(1) equality test (so, mayb...
Nathan Scott
11:41 Revision 81cfc881: Add a direct PCP Debian package dependency on gawk.
Nathan Scott

2008-03-02

12:40 Revision f85e09f6: Fix up incorrect Makefile merge (older Debian bits committed accidentally).
Nathan Scott
 

Also available in: Atom