Changes committed to git://oss.sgi.com/pcp/pcp.git dev
CHANGELOG | 3 ++-
GNUmakefile | 2 +-
Makepkgs | 4 ++--
build/rpm/pcp.spec.in | 2 +-
debian/changelog | 2 +-
src/pmcd/src/.gitignore | 1 +
src/pmdas/bash/GNUmakefile | 3 ++-
src/pmdas/bash/bashproc.sh | 15 +++++++++------
src/pmdas/bash/event.c | 7 ++++++-
src/pmdas/bash/event.h | 3 ---
src/pmdas/bash/pmda.c | 1 +
src/pmdas/bash/test-child.sh | 43 +++++++++++++++++++++++++++++++++++++++++++
src/pmdas/bash/test-trace.sh | 9 +++++++++
13 files changed, 78 insertions(+), 17 deletions(-)
commit 7f812cd382bbd7fb69c13ea485f7d50f952f98d5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 27 16:20:10 2012 +1000
Update version and log files with planned release date for 3.6.5
commit 6b3f4439952717f167407c1a4627145619f87493
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 27 16:17:01 2012 +1000
Update gitignore file for pmcd (pmda log files).
commit 4005fb2fcc02f764b395b503039fd575c10c4b04
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 27 16:16:11 2012 +1000
Allow parent/child bash scripts to trace correctly
Resolve several remaining issues with a traced script starting
another. In particular, the child retains the open trace fd,
but bash clears BASH_XTRACEFD from the environment.
Updated the sample script, and include it in sources, to demo
this functionality. Also, resolved a build issue around use
of memalign - not supported on all platforms.
commit 1f6dbaee9a619d4549a0ed20442d15ae67fc1955
Merge: 65d30db 13aa536
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 27 09:12:05 2012 +1000
Merge branch 'fche/dev-configure' of
git://sourceware.org/git/pcpfans into dev
commit 13aa53682fae57670df2f6771ee3b96a02cfd5fc
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date: Thu Jul 26 17:23:43 2012 -0400
Makepkgs: make -clean mean "distclean" rather than "clean"
This is because a "make clean" in a built-out pcp source tree
destroys some but not all configure-generated data. distclean
make things really clean for purposes of a clean Makepkgs run.
commit 75aa3fec29831997b326dd275b26b9e49bd5eabf
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date: Thu Jul 26 17:18:02 2012 -0400
GNUmakefile: remove src/include/pcp/platform_defs.h from CONFFILES
This previously interfered with the src-link-pcp make target.
|