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-141-g36a8f47


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  36a8f4702d7a8867409114988a268c3341512fff (commit)
       via  72d6163b2884120f2c8444d8711d38e1633850ba (commit)
       via  b82d77b4dc65b8a406d40a8e953e21738d5992b3 (commit)
       via  aae091fcf989ff7f1512de48339f0265caa2db31 (commit)
      from  ef9333b53cc9c72a34437431d284492bc3e2b301 (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 36a8f4702d7a8867409114988a268c3341512fff
Merge: 72d6163 ef9333b
Author: Dave Brolley <brolley@redhat.com>
Date:   Thu Aug 25 12:27:33 2011 -0400

    Merge branch 'master' of ssh://sourceware.org/git/systemtap
    
    Conflicts:
    	NEWS
    	session.cxx
    	session.h

commit 72d6163b2884120f2c8444d8711d38e1633850ba
Author: Dave Brolley <brolley@redhat.com>
Date:   Thu Aug 25 12:14:10 2011 -0400

    PR 11441 - continue with unprivileged test suite
    
    - New unprivileged_all.exp replaces previously existing unprivileged
      mode test suites.
    - Tests all known probe point types for expected success/failure for
      unprivileged users.
    - Checks the above directly and also using an alias.
    - Checks that all known probe point types have been tested (uses
      --dump-probe-types).

commit b82d77b4dc65b8a406d40a8e953e21738d5992b3
Author: Dave Brolley <brolley@redhat.com>
Date:   Thu Aug 25 12:10:59 2011 -0400

    PR 13057 Provide a Command Line Option to Dump Supported Probe Points
    
    New command line option, --dump-probe-types, has been added. If
    --unprivilged is also specified, the dump will be limited to
    probe types available to unprivileged users.

commit aae091fcf989ff7f1512de48339f0265caa2db31
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue Aug 16 17:24:04 2011 -0400

    Testsuite Improvements.
    
    Previously, server.log and the server certificates were cleared each
    time a server was started. Clearing them once per test run instead
    allows the log of all servers started during testing to be examined
    after the tests are finished. It also ensures that the same server
    certificates are used by all servers started during testing.

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

Summary of changes:
 NEWS                                               |    4 +
 elaborate.cxx                                      |   30 ++
 elaborate.h                                        |    3 +
 main.cxx                                           |   14 +-
 session.cxx                                        |   16 +-
 session.h                                          |    1 +
 stap.1                                             |    6 +
 testsuite/lib/systemtap.exp                        |   32 +-
 testsuite/systemtap.unprivileged/foo.c             |   26 ++-
 testsuite/systemtap.unprivileged/libfoo.c          |    9 +
 .../systemtap.unprivileged/unprivileged_all.exp    |  417 ++++++++++++++++++++
 .../systemtap.unprivileged/unprivileged_build.exp  |  167 --------
 .../systemtap.unprivileged/unprivilegedko.exp      |   26 --
 .../systemtap.unprivileged/unprivilegedok.exp      |   28 --
 14 files changed, 536 insertions(+), 243 deletions(-)
 create mode 100644 testsuite/systemtap.unprivileged/libfoo.c
 create mode 100644 testsuite/systemtap.unprivileged/unprivileged_all.exp
 delete mode 100644 testsuite/systemtap.unprivileged/unprivileged_build.exp
 delete mode 100644 testsuite/systemtap.unprivileged/unprivilegedko.exp
 delete mode 100644 testsuite/systemtap.unprivileged/unprivilegedok.exp


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]