[Ctrl-Shift-W to unwrap lines]
Changes committed to git://oss.sgi.com/kenj/pcp.git dev
build/slack/pcp.SlackBuild.in | 21 ++++++++++++---------
src/libpcp/src/auxconnect.c | 10 ++++++++--
src/libpcp/src/context.c | 13 +++++--------
src/libpcp/src/lock.c | 20 +++++++++-----------
4 files changed, 34 insertions(+), 30 deletions(-)
commit 14a59f471646460d601c737b505e42067c017512
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Mar 20 09:13:25 2013 +1100
libpcp/auxconnect.c - loop over IP addresses error
Fix error logic so the case when a socket is created, but connection
fails for the last address to be tried, still returns an early error
from __pmAuxConnectPMCDPort() instead of making a bad call to
__pmConnectRestoreFlags() before returning.
commit b3017663b794f660263ee356ee2fd1abfa37a01b
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Mar 20 09:12:47 2013 +1100
Slackware build - clean up the build script
commit e8ee21248b35537a4251d40dff4cdbc01750e028
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Mar 20 09:09:06 2013 +1100
libpcp - remove some more strerror_r() and pmErrStr() uses
Within libpcp, pmErrStr_r() is the correct way to translate
error codes to error message strings ... it is thread-safe and
avoids the whole "what type does strerror_r() return?" debacle.
|