Changes committed to git://oss.sgi.com/pcp/pcp.git dev
dev/null |binary
src/cpan/GNUmakefile | 2
src/cpan/Glider/GNUmakefile | 33 ---
src/cpan/Glider/Glider.bat | 43 ----
src/cpan/Glider/Glider.pm | 381 ----------------------------------------
src/cpan/Glider/LaunchExe.pm | 154 ----------------
src/cpan/Glider/LaunchScript.pm | 154 ----------------
src/cpan/Glider/README | 204 ---------------------
src/cpan/Glider/WiX.patch | 38 ---
src/cpan/Glider/pcp.fstab | 1
src/cpan/Glider/pcp.profile | 14 -
src/cpan/Glider/pcpsh.bat | 15 -
src/cpan/Glider/postinst.bat | 35 ---
src/cpan/Glider/prerm.bat | 28 --
src/libpcp/src/ipc.c | 10 -
src/libpcp_pmda/src/queues.c | 125 +++++++------
16 files changed, 73 insertions(+), 1164 deletions(-)
commit a78a73f8e945306b0c1bbd7dd6ea1dc00d25bfd1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Dec 23 06:45:30 2011 +1100
The Windows build will be driven from a separate repo now.
Remove the soon-to-be-dropped Strawberry-based build for
Windows, in favour of a separate pcp-glider git repo which
will house an installer based on mingw-get[-inst].
commit 43bdad1a6a9dc11e9e668029b134cfdbf3f2700b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Dec 23 06:42:38 2011 +1100
Fix failure in QA test 498 with multiple queues.
When multiple queues in use, if realloc moved the memory
the base queue lives at then any backreferences via TAILQ
pointers become invalid. Fixed by re-initialising queues
when needed such that this can no longer happen.
commit 3d58c51bf5713d580232921f117a55074101bd80
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Dec 23 06:40:14 2011 +1100
Use INT_MAX in ipc.c like everywhere else, no macro needed.
|