Changes committed to git://oss.sgi.com/pcp/pcp.git dev
VERSION.pcp | 2
build/rpm/fedora.spec | 5 +-
debian/changelog | 6 ++
qa/qa_hosts.master | 1
src/pmdas/simple/pmdasimple.python | 5 +-
src/pmlogconf/filesystem/xfs-io-linux | 3 +
src/python/pmda.c | 73 +++++++++++++++++++++++++++++-----
7 files changed, 83 insertions(+), 12 deletions(-)
commit 574489705f07d20da1f9fdb80f72e04d131516b8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 20 12:21:23 2013 +1000
Corrections to the old-school-py buffer extraction code
commit 933f438c7d3b6635ec7e5dbf45a02f48948227d3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 20 12:01:27 2013 +1000
Change pmdasimple python code to not use newer language features
commit 3c861d325ee69fee896128726f5b10efa58021af
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 20 11:46:44 2013 +1000
Fixes to the python pmda interface code to allow old python versions
Workaround several issues from old python versions (RHEL5, so 2.4.3).
There is no Py_ssize_t there, so conditionally dodge that bullet. The
buffer interface was reworked in 2.6+ evidentally (or at least, back-
ported there) so any use of PyBUF_SIMPLE and the PyObject_GetBuffer,
PyObject_CheckBuffer and so on must also be guarded.
Finally, PyArg_ParseTuple takes (const char *) in latest version, but
was not const back in the day, so avoid that warning as well.
commit 5242211ae0f58bb3467a06c800387180ab34666c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 20 10:34:53 2013 +1000
Extend default xfs logged stats with iops and buffers
commit 0561ea0dd2136c5ac6f28bf462b87d5dd57a6ad8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 20 10:34:07 2013 +1000
Add a new RHEL5 virtual machine into my test mix
commit 866df6f9f81534a40b6c583c4a8f91060d5bd37a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 20 10:33:34 2013 +1000
Update version files for in-progress development
|