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-317-g7c4f48a


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  7c4f48a60c91376b65790225c5a0ee900fab56a2 (commit)
       via  28a9831dcf9585aa7ecf8bf84c3a67f45fbc5350 (commit)
       via  aeb9cc10dc6fc904532f07897943198cd85834c8 (commit)
      from  a5fa9c2542a90c640abcc8bdbdddcf3811b5f151 (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 7c4f48a60c91376b65790225c5a0ee900fab56a2
Merge: 28a9831 a5fa9c2
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed May 11 11:08:18 2011 -0400

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

commit 28a9831dcf9585aa7ecf8bf84c3a67f45fbc5350
Merge: aeb9cc1 52239e7
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue May 10 14:57:01 2011 -0400

    Merge branch 'master' of ssh://sourceware.org/git/systemtap
    
    Conflicts:
    	nsscommon.c
    	runtime/staprun/Makefile.in

commit aeb9cc10dc6fc904532f07897943198cd85834c8
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue May 10 14:37:17 2011 -0400

    Systemtap Compile Server Integration (rewrite):
    
    - Rewrite stap-serverd in C++
    - Rewrite related tools (stap-gen-cert, stap-authorize-cert, stap-sign-module)
      in C++. Integrate functionality into stap-serverd.
    - Remove stap-server-connect (integrated into stap-serverd).
    - Move all common NSS related code into nsscommon.cxx (renamed from nsscommon.c).
    - Rename modsign.cxx to stap-sign-module.cxx.
    - Update test suite with new expected messages.
    - Update man pages.
    - Remove obsolete tools (scripts).
    - Remove test for certutil from configuation.

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

Summary of changes:
 .gitignore                                 |    2 -
 Makefile.am                                |   35 +-
 Makefile.in                                |  417 +++++---
 aclocal.m4                                 |   40 +-
 configure                                  |  498 ++++-----
 configure.ac                               |    6 +-
 csclient.cxx                               |  360 ++++---
 doc/Makefile.in                            |    3 -
 doc/SystemTap_Tapset_Reference/Makefile.in |    3 -
 doc/beginners/Makefile.in                  |    3 -
 grapher/Makefile.in                        |    3 -
 main.cxx                                   |    2 +-
 modsign.cxx                                |  289 -----
 modsign.h                                  |    3 -
 nsscommon.c                                |  155 ---
 nsscommon.cxx                              | 1313 +++++++++++++++++++++++
 nsscommon.h                                |   64 +-
 rpm_finder.cxx                             |    2 +-
 runtime/staprun/Makefile.am                |    8 +-
 runtime/staprun/Makefile.in                |  106 ++-
 runtime/staprun/aclocal.m4                 |   40 +-
 runtime/staprun/configure                  |  738 ++++++++++---
 runtime/staprun/configure.ac               |    7 +
 runtime/staprun/modverify.c                |   43 +-
 session.cxx                                |   18 +-
 stap-authorize-cert                        |   51 -
 stap-authorize-cert.cxx                    |   82 ++
 stap-gen-cert                              |  113 --
 stap-gen-cert.cxx                          |  122 +++
 stap-server-connect.c                      | 1067 -------------------
 stap-server.8                              |   16 +-
 stap-serverd                               |  439 --------
 stap-serverd.cxx                           | 1569 ++++++++++++++++++++++++++++
 stap-sign-module.cxx                       |   90 ++
 stap-start-server                          |   18 +-
 systemtap.spec                             |    1 -
 testsuite/aclocal.m4                       |    4 +-
 testsuite/configure                        |  226 ++---
 testsuite/systemtap.server/client.exp      |    3 +
 util.cxx                                   |   26 +-
 util.h                                     |    4 +
 41 files changed, 4837 insertions(+), 3152 deletions(-)
 delete mode 100644 modsign.cxx
 delete mode 100644 modsign.h
 delete mode 100644 nsscommon.c
 create mode 100644 nsscommon.cxx
 delete mode 100755 stap-authorize-cert
 create mode 100644 stap-authorize-cert.cxx
 delete mode 100755 stap-gen-cert
 create mode 100644 stap-gen-cert.cxx
 delete mode 100644 stap-server-connect.c
 delete mode 100755 stap-serverd
 create mode 100644 stap-serverd.cxx
 create mode 100644 stap-sign-module.cxx


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]