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, dsmith/task_finder2, updated. release-1.6-115-gcbbafb9


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, dsmith/task_finder2 has been updated
       via  cbbafb9b2b2c4cb25bbd4cb19a41b7b4b50952ec (commit)
       via  398e11519eceb0775829dd5a637409aaaadbf9f9 (commit)
       via  fc67febc6733e5803e6883a3757abda6268a953a (commit)
       via  ebc08b50d71622148c9e472a3876972e3a5a59e3 (commit)
       via  7afeaaa4465919c739b42d95b0b52b6d0d1b01ea (commit)
       via  2f99176c017a75f5246330c4a39b027aae7e49b4 (commit)
       via  29107127f5ed9dc1e0d8fc76eda22961185d9e6c (commit)
       via  c3de29bd8d9b3b210108ab2cd0801c56f78b49a8 (commit)
       via  3fdcc4e9f8c6eded3c1d8e7c243056ef597ad164 (commit)
       via  0265eef091be3344078cb30ac40fe25c61eb3ca7 (commit)
      from  c278952ed0eabbe917d7544512377e3f060b3034 (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 cbbafb9b2b2c4cb25bbd4cb19a41b7b4b50952ec
Merge: c278952 398e115
Author: David Smith <dsmith@redhat.com>
Date:   Tue Aug 16 10:05:47 2011 -0500

    Merge branch 'master' into dsmith/task_finder2

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

Summary of changes:
 Makefile.am                                 |    6 +-
 Makefile.in                                 |    6 +-
 aclocal.m4                                  |    4 +-
 configure                                   |  414 ++++++++++++++-------------
 doc/SystemTap_Tapset_Reference/tapsets.tmpl |   16 +
 runtime/io.c                                |    4 +-
 runtime/print_flush.c                       |    8 +-
 runtime/stack.c                             |    8 +-
 runtime/staprun/aclocal.m4                  |    4 +-
 runtime/staprun/configure                   |  232 +++++++++-------
 runtime/transport/control.c                 |   93 +++----
 runtime/transport/control.h                 |    3 +-
 runtime/transport/transport.c               |   69 ++++-
 runtime/transport/transport.h               |    2 -
 runtime/unwind/unwind.h                     |    4 +
 stappaths.7.in                              |    2 +-
 testsuite/aclocal.m4                        |    4 +-
 testsuite/configure                         |  100 +++++---
 testsuite/systemtap.base/wakeup.exp         |   24 ++
 testsuite/systemtap.base/wakeup.stp         |   13 +
 translate.cxx                               |   10 +-
 21 files changed, 621 insertions(+), 405 deletions(-)
 create mode 100644 testsuite/systemtap.base/wakeup.exp
 create mode 100644 testsuite/systemtap.base/wakeup.stp


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]