This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-434-g80c327a


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  80c327a05279ffa5b095c2bb80f80db1e66cf79b (commit)
       via  fe0fb3fd9706bcc67c0f63eeaa8ecce497a88403 (commit)
       via  dbf065b98365fb734e5f215fce7311f48d42a1ff (commit)
       via  6eb5c1a157e7e74419a5fa60e614af67a44bf4bd (commit)
       via  10ba4fb5b3f4592cede9544bd087161d30d95051 (commit)
       via  ebff2ed0ae97ced371a0b24a4f74d433513d9574 (commit)
       via  01cc94dc3b1217127f2ae838cd01c73b0aed130d (commit)
       via  b2cbfd402694fb449f2b5be999015820ecd86732 (commit)
       via  daa752066a495311f792788df878194f7ff2d67d (commit)
      from  4d0d9e8a46f0563da71e36c4467d85ca23566238 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 80c327a05279ffa5b095c2bb80f80db1e66cf79b
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jan 12 18:09:09 2011 -0800

    Fix for undefined STAPCONF_PERF_STRUCTPID

commit fe0fb3fd9706bcc67c0f63eeaa8ecce497a88403
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jan 12 17:20:20 2011 -0800

    Fix paragraph indentation of ssl options

commit dbf065b98365fb734e5f215fce7311f48d42a1ff
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jan 12 17:19:09 2011 -0800

    Disable auto-unpriv when --remote is used

commit 6eb5c1a157e7e74419a5fa60e614af67a44bf4bd
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jan 12 17:18:17 2011 -0800

    PR12115: Document --remote in NEWS, stap.1, and --help

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am    |    2 +-
 Makefile.in    |   22 ++++++-
 NEWS           |    3 +
 buildrun.cxx   |   11 ++-
 buildrun.h     |    3 +-
 main.cxx       |   56 +++++++++++++++--
 remote.cxx     |  186 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 remote.h       |   34 ++++++++++
 runtime/perf.c |    2 +-
 session.cxx    |   58 +++++++++++-------
 session.h      |    8 ++-
 stap.1         |   14 +++-
 util.cxx       |  162 ++++++++++++++++++++++++++++++++++++++++---------
 util.h         |    4 +
 14 files changed, 493 insertions(+), 72 deletions(-)
 create mode 100644 remote.cxx
 create mode 100644 remote.h


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]