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, pr4225, updated. release-0.7-169-g28d29bd


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, pr4225 has been updated
       via  28d29bd38253d73b3d0a0d5ea39b1fe645e66179 (commit)
       via  aa3c05113d831a4e5d58287f9f2f9d605bf8693e (commit)
       via  6f4c12753354d3e0f6b18d6290e1bf89c5084c5c (commit)
       via  474c9b2c70e8ae6d4b811bc0ee5ce1319592892d (commit)
       via  5e314609f46deb737967305f59356243cb65c310 (commit)
       via  38fc25042d35967e8488cb8f3545f07c44ef1224 (commit)
       via  0cbf1fef13d340b4a6d01fe7242a6d0c098e8d6c (commit)
       via  d1f2fc72bf8506d0ac166cddb07576c7c4a1fea6 (commit)
       via  8d142c018986acb256a08c1232f4f5ff0ee063df (commit)
       via  6d2685fe52d82e07fb4c0d73ac9ed90d4b7735d5 (commit)
       via  b20bac3a6cb06224f2ba42b95485af37ca4dfe66 (commit)
       via  ad60080828b8a85c569c1b02859d72aca4e795f8 (commit)
       via  4576d5d3faa3889fda8d6cef2664aa8dfddd61af (commit)
      from  30f926f0b0a198dd416ea735353e852a7ee79d69 (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 28d29bd38253d73b3d0a0d5ea39b1fe645e66179
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Sep 1 16:11:04 2008 -0400

    test case regression fixes (25444842 vs 84182428)

commit aa3c05113d831a4e5d58287f9f2f9d605bf8693e
Merge: 6f4c12753354d3e0f6b18d6290e1bf89c5084c5c 5e314609f46deb737967305f59356243cb65c310
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Sep 1 13:46:27 2008 -0400

    Merge commit 'origin/master' into pr4225
    
    * commit 'origin/master':
      Fix memory access error in nfs.proc.read_setup, nfs.proc.write_setup and nfs.proc.commit_setup
      Update NEWS regarding the systemtap client/server.
      New man page for the systemtap client/server and related utilities.
      Repopulate symbol/type info.
      Pushed quiesce logic down into the task_finder layer.
      Added bug 6841 fix utrace syscall test.
      PR6731: improve listing mode to list variables

commit 6f4c12753354d3e0f6b18d6290e1bf89c5084c5c
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Sep 1 13:45:25 2008 -0400

    PR6864: barest beginnings of restoring symtab-based kernel probes

commit 474c9b2c70e8ae6d4b811bc0ee5ce1319592892d
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Sep 1 13:44:53 2008 -0400

    fix #if->#ifdef DEBUG_TASK_FINDER_VMA

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

Summary of changes:
 ChangeLog                              |   25 +++++
 Makefile.am                            |    2 +-
 Makefile.in                            |    8 +-
 NEWS                                   |    9 ++
 configure                              |    3 +-
 configure.ac                           |    2 +-
 elaborate.cxx                          |   45 ++------
 main.cxx                               |   13 +++
 runtime/ChangeLog                      |    8 ++
 runtime/task_finder.c                  |  120 +++++++++++++--------
 runtime/task_finder_vma.c              |    2 +-
 stap-server.8.in                       |  177 +++++++++++++++++++++++++++++++
 tapset/ChangeLog                       |   10 ++-
 tapset/nfs_proc.stp                    |  124 +++++++++++++++-------
 tapsets.cxx                            |  180 ++++++++++---------------------
 testsuite/ChangeLog                    |    6 +
 testsuite/systemtap.base/utrace_p5.exp |   27 +++++
 17 files changed, 511 insertions(+), 250 deletions(-)
 create mode 100644 stap-server.8.in


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]