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.6-398-gf66bb29


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  f66bb29a205b81edfdf6335c7d52774103fd565b (commit)
      from  6b8b70dad8ea18ab896905c797d90102cd4be3e6 (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 f66bb29a205b81edfdf6335c7d52774103fd565b
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Nov 9 15:39:47 2011 -0500

    PR 13128: Implement --privilege option and correct privilege checking usage.
    
    - In particular, don't assume only two privilege levels. All tests now test
      for the specific privilege required in order to allow the construct.
    - Update test suites

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

Summary of changes:
 csclient.cxx                                       |    6 +-
 elaborate.cxx                                      |   11 +++--
 hash.cxx                                           |    2 +-
 runtime/staprun/privilege.h                        |    4 +-
 runtime/transport/transport.c                      |    2 +-
 session.cxx                                        |   37 ++++++++++++++----
 stap-serverd.cxx                                   |   38 +++++++++++++-----
 staptree.cxx                                       |   10 +++--
 tapset-been.cxx                                    |   16 ++++----
 tapset-timers.cxx                                  |   40 ++++++++++----------
 tapset-utrace.cxx                                  |   14 +++---
 tapsets.cxx                                        |   20 +++++-----
 testsuite/systemtap.server/client_args.exp         |    2 +-
 .../unprivileged_embedded_C.exp                    |    4 +-
 .../systemtap.unprivileged/unprivileged_probes.exp |    2 +-
 util.cxx                                           |    4 ++
 util.h                                             |    1 +
 17 files changed, 129 insertions(+), 84 deletions(-)


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]