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.0-524-g86f99ad


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  86f99ad8206574dc6400d48563db58341cb50f52 (commit)
       via  36d1c134edc4bd4ee20225003041188c13b7f36f (commit)
       via  b703674d8fe87b0294f2df739e35545ab124a96e (commit)
       via  cf4a6df840531c1b30f8cfa7d10981d071911b98 (commit)
       via  9e6bf24eef9d73afbccf9d46fa85a27587d6443b (commit)
       via  4b9b5e8597daa65325756b18fcb87b71c60b26aa (commit)
       via  e4d80588594a7495a3efedbd3a4281df13ff253b (commit)
      from  80faaf7d57e005f4c2a6864525d2612621b2fbb7 (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 86f99ad8206574dc6400d48563db58341cb50f52
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Jan 15 03:27:34 2010 -0500

    PR11105: remove extraneous \n from localized foo.stp script file name

commit 36d1c134edc4bd4ee20225003041188c13b7f36f
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Jan 15 03:12:53 2010 -0500

    testsuite: fix wording of invalid-entry test group

commit b703674d8fe87b0294f2df739e35545ab124a96e
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Jan 15 03:11:18 2010 -0500

    PR11105: Remove stap-server-request shell script.
    
    * Makefile.am: Don't install it any more.

commit cf4a6df840531c1b30f8cfa7d10981d071911b98
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Jan 15 03:06:52 2010 -0500

    PR11105: robustify stap-server
    
    * main.cxx (main): Always downgrade client-provided -p5 to -p4.
    * stap-client (unpack_response): Sanitize stdout due to same.
    * stap-server-connect.c: Eliminate a bunch of globals.
      (handle_connection): Make things locals instead.  Base tmp files
      on $TMPDIR.
      (spawn_and_wait): New helper function.
      (handleRequest): New monster function to inline rest of old
      stap-server-request.

commit 9e6bf24eef9d73afbccf9d46fa85a27587d6443b
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Jan 15 03:05:38 2010 -0500

    server: log controlling pid
    
    * stap-serverd (initialization): Log startup pid.

commit 4b9b5e8597daa65325756b18fcb87b71c60b26aa
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Jan 15 03:04:18 2010 -0500

    runtime: better staprun diagnostics for failed signature tests
    
    * modverify.c (verify_module): Print some messages for verbose > 1.

commit e4d80588594a7495a3efedbd3a4281df13ff253b
Author: Dave Brolley <brolley@redhat.com>
Date:   Fri Jan 15 00:47:32 2010 -0500

    PR11105: stap-client wire protocol change

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

Summary of changes:
 Makefile.am                                |    2 +-
 Makefile.in                                |    2 +-
 main.cxx                                   |   11 +-
 runtime/staprun/modverify.c                |   10 +-
 stap-client                                |  218 ++++++------
 stap-server-connect.c                      |  497 ++++++++++++++++++++++------
 stap-server-request                        |  512 ----------------------------
 stap-serverd                               |    2 +
 testsuite/systemtap.server/client_args.exp |    4 +-
 9 files changed, 527 insertions(+), 731 deletions(-)
 delete mode 100755 stap-server-request


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]