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.4-50-g8eac5c3


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  8eac5c31de45a7929156f249f9d75ec5b11fefcb (commit)
       via  3e1ec88435073dc824b9d2dbcab01dbbc43c21a0 (commit)
       via  80f2faf4a800abc8cebd7fdddb998e7168a182cf (commit)
      from  8ca9631d2c2e2ebeb1d8f9dc040437bdde4fdf23 (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 8eac5c31de45a7929156f249f9d75ec5b11fefcb
Merge: 3e1ec88 8ca9631
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Feb 7 15:04:53 2011 -0500

    Merge branch 'master' of ssh://sourceware.org/git/systemtap
    
    Conflicts:
    	main.cxx

commit 3e1ec88435073dc824b9d2dbcab01dbbc43c21a0
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Feb 7 15:00:15 2011 -0500

    PR 11844 - --use-server-on-error option
    
    - Now defaults to 'off'
    - Errors no longer automatically result in retry using the server.
      This is done only for certain whitelisted errors.
      systemtap_session::set_try_server() is called for these errors.

commit 80f2faf4a800abc8cebd7fdddb998e7168a182cf
Author: Dave Brolley <brolley@redhat.com>
Date:   Fri Feb 4 13:32:37 2011 -0500

    PR 12428 - Document Compile Server/Client Setup and Admin
    
    - New README.unprivileged
    - Update info about unprivileged mode in stap.1 and in stap-server.8
    - Don't bother autoconfing paths in stap-server.8. Refer to stappaths
      instead.

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

Summary of changes:
 Makefile.in                       |    8 +-
 README.unprivileged               |  284 +++++++++++++++++++++++++++++++++++++
 buildrun.cxx                      |   40 ++++-
 configure                         |    3 +-
 configure.ac                      |    1 -
 main.cxx                          |   52 ++------
 session.cxx                       |    2 +-
 session.h                         |    2 +-
 stap-server.8.in => stap-server.8 |   72 +++++-----
 stap.1                            |   38 +++++-
 10 files changed, 397 insertions(+), 105 deletions(-)
 create mode 100644 README.unprivileged
 rename stap-server.8.in => stap-server.8 (91%)


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]