Changes committed to git://oss.sgi.com/kenj/pcp.git pcp4
(note this is the pcp4 branch)
configure.in | 10 ++
man/man3/pmaf.3 | 9 ++
man/man3/pmapi.3 | 34 ++++++--
src/include/builddefs.in | 4 -
src/include/impl.h | 13 ++-
src/include/pcp.conf.in | 2
src/libpcp/src/AF.c | 10 ++
src/libpcp/src/access.c | 16 ++--
src/libpcp/src/logportmap.c | 6 +
src/libpcp/src/pmns.c | 151 ++++++++++++++++++++++++++++----------
src/libpcp_import/src/GNUmakefile | 2
src/pmdas/hotproc/GNUmakefile | 15 ---
src/pmlogconf/pmlogconf.sh | 6 -
src/pmns/GNUmakefile | 2
14 files changed, 204 insertions(+), 76 deletions(-)
commit 7f79dbaaa6a37245c7391bb2d51b3e06e8700d84
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Thu Apr 28 15:19:06 2011 +1000
Multi-threading changes for libpcp - AF, ACL, logportmap, pmns
Changes to allow multi-threading (PMNS routines) or controlled
single-threading (AF timer routines, ACL routines, __pmLogFindPort()
and __pmLogFindLocalPorts()).
commit 3b672d5601ca3680409edc3aaae8babd405e4a8b
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Thu Apr 28 15:17:16 2011 +1000
gawk change ... a little more standard
Try to use --posix when the installed version of awk is really GNU
awk (gawk) to make things more standard.
|