Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
src/include/impl.h | 2
src/libpcp/src/logportmap.c | 35 --------------
src/libpcp/src/pmns.c | 2
src/libpcp/src/util.c | 58 ++++++++++++++++++++++++
src/libpcp_pmda/src/help.c | 4 -
src/libpcp_trace/src/p_ack.c | 10 ----
src/libpcp_trace/src/p_data.c | 17 -------
src/libpcp_trace/src/pdu.c | 25 +++-------
src/libpcp_trace/src/trace.c | 10 +++-
src/pmcd/src/config.c | 2
src/pmcd/src/pmcd.c | 13 +----
src/pmdas/pmcd/src/pmcd.c | 99
+++++++++++++++++++++++++----------------
src/pmdas/sample/src/sample.c | 11 +---
src/pmdas/sendmail/GNUmakefile | 11 ++--
src/pmdas/sendmail/sendmail.c | 31 +++++++++++-
src/pmdas/summary/summary.c | 51 ++++++---------------
src/pmlogreduce/logio.c | 6 +-
17 files changed, 209 insertions(+), 178 deletions(-)
commit 1b51cf815f30f29496db8ce5c94497cd227c0b54
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jun 2 21:17:22 2008 +1000
Port a fair chunk of libpcp_trace to Win32 headers and APIs.
commit 0b85e765f4158d7b1aea0c5c9eb16d153d7bc1d1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jun 2 21:12:19 2008 +1000
Port the memory mapped pmie status file handling in the pmcd PMDA
to the Win32 APIs.
commit 2fa7b3619a0bc93a1cfb5487717dd9bcad84e678
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jun 2 21:08:50 2008 +1000
Add platform-specific abstractions for terminating processes
and for extracting the data segment size of a process.
commit 96add539287879486d573200e1443b5fc0761f86
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jun 2 18:06:48 2008 +1000
Abstract out simabi code into separate routine, add MinGW.
commit 513c8f190a6ce2044a3efd3242283f6a3d637e44
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jun 2 18:01:33 2008 +1000
Make sys/wait.h inclusion condition for Win32/MinGW builds.
commit 925eaf8b53477d1eb5f5680869cbf18e3640fb23
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jun 2 18:00:18 2008 +1000
Fix a day-1 bug in PMDA help text handling code - MAP_FAILED is
the error return from mmap when it fails (void*)(-1), not NULL.
commit d7884f6a203fdc23aab58dc6c5570753fff84f60
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jun 2 17:58:09 2008 +1000
Several updates to summary PMDA to get a clean Win32/MinGW build.
commit 5d7635fa726f8a0be4bd70d952c5aea222aac840
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jun 2 17:57:23 2008 +1000
Build both exe/dso forms for sendmail PMDA, fix up makefile for MinGW.
commit a6198b6c59849762c4b44ff6762e66db6168b884
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jun 2 17:56:24 2008 +1000
Port memory mapped file usage in sendmail PMDA to Win32 API.
commit 241a233641bd8823a551ca86f5605cddba896672
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jun 2 17:55:20 2008 +1000
Fix ntohl return type printf warnings from Win32 builds.
commit 14009e6feb36f9296797a64c7151a56525feb703
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jun 2 17:54:34 2008 +1000
Remove IRIX-specific sysgen locations of simple-cpp binary.
|