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-156-g30f926f


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  30f926f0b0a198dd416ea735353e852a7ee79d69 (commit)
       via  84f00e279d98edba986225386c7183db3c5968b0 (commit)
       via  dff50e09fea194433e15aa6137c835cedcf94a58 (commit)
       via  57148ee74505bdc3f33746563a998a9832924a41 (commit)
       via  5d9541658a8598f9430a7285ea04cafdb849e7d7 (commit)
       via  cd221ed4afd8d5e0f24f3f9d6ed4216f3181b1ca (commit)
       via  0565b404408de934e41a4343259068d27deb3ecb (commit)
       via  64fb79c01679d037f1ca2b86fb1f916395ead00d (commit)
       via  8aae0f0da19a11bd8f3f699ac98460e62de3388e (commit)
       via  0a102c820c4ee8da300b4a834ef0f15fa13016d3 (commit)
       via  695ae5272479f77d261eea37a9ee4bef55c4ab12 (commit)
       via  36ba5475952aa7ee1388ce9d94695550c2258c86 (commit)
       via  9b2e2b5856ee6986340f2b4cf4a43c4654b07a6a (commit)
       via  813ed4cbfddd5ebeb034490e517595d549b837a3 (commit)
       via  4040e9ea927a8ce508ff35096d0de74a274a2473 (commit)
       via  677328047c60fbcdf0f755e72b165fe442098070 (commit)
       via  278def1009fff72da4e4ea3949e6b722cc541c07 (commit)
       via  e396cf0c479e491ad6624f2c523f444a9f941f42 (commit)
       via  4b861159c3f0b11deb52f3feeb56062ff8a287c9 (commit)
       via  b593551607cc5b6ef512e787b0f881d99c4ac6c5 (commit)
      from  fb84c077272764f8cb000e9b02572fb7c9cac24f (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 30f926f0b0a198dd416ea735353e852a7ee79d69
Merge: fb84c077272764f8cb000e9b02572fb7c9cac24f 84f00e279d98edba986225386c7183db3c5968b0
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Aug 28 14:44:06 2008 -0400

    Merge commit 'origin/master' into pr4225
    
    * commit 'origin/master':
      PR5686: correct regression in semok/optimize.stp
      trailing whitespace removal, as approved by emacs
      fix global-var array index rendering
      fix NEWS to refer to simpler context.stp tapset functions in auto-printing blurb
      Document written but unread global variable automatic display.
      2nd try
      initial
      Make _get_sock_addr return correct address in kernel before 2.6.16.
      Automatically print written but unread globals
      Make nodwf test passed when CONFIG_QUOTACTL unset
      Uses STAPCONF_DPATH_PATH instead of a kernel version check.
      Simplified "rpm" target a bit.
      Moved tar archive creation step from "rpm" target to "dist-gzip" target.
      remove support for "make dist" since git-archive does as well;
      Examples html files moved into subdir.
      2008-08-25  David Smith  <dsmith@redhat.com>
      ChangeLog Entries
      Robustness improvements for the stap client/server

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

Summary of changes:
 ChangeLog                                 |   60 ++++
 Makefile.am                               |   58 ++--
 Makefile.in                               |  289 ++++-------------
 NEWS                                      |    7 +
 aclocal.m4                                |   38 +--
 buildrun.cxx                              |   23 +-
 configure                                 |   17 +-
 configure.ac                              |    2 +-
 coveragedb.cxx                            |    4 +-
 coveragedb.h                              |    4 +-
 doc/BeginnersGuide/Makefile               |   13 +
 doc/ChangeLog                             |   11 +-
 doc/Makefile.am                           |    1 -
 doc/Makefile.in                           |    5 +-
 doc/langref.tex                           |    4 +-
 doc/test                                  |    1 +
 dwarf_wrappers.h                          |    2 +-
 elaborate.cxx                             |  490 +++++++++++++++++++---------
 elaborate.h                               |    4 +-
 hash.cxx                                  |    6 +-
 main.cxx                                  |   16 +-
 mdfour.c                                  |   46 ++--
 mdfour.h                                  |   10 +-
 parse.cxx                                 |  162 +++++-----
 parse.h                                   |   10 +-
 runtime/ChangeLog                         |   10 +
 runtime/autoconf-dpath-path.c             |    7 +
 runtime/task_finder.c                     |   20 +-
 session.h                                 |    6 +-
 stap-client                               |   35 ++-
 stap-server                               |   51 ++--
 stap-serverd                              |   64 ++--
 stap.1.in                                 |    4 +-
 staptree.cxx                              |  136 ++++----
 staptree.h                                |    2 +-
 systemtap.spec                            |   16 +-
 tapset/ChangeLog                          |  260 ++++++++--------
 tapset/socket.stp                         |    9 +-
 tapsets.cxx                               |    5 +-
 testsuite/ChangeLog                       |   31 ++
 testsuite/Makefile.am                     |   19 +-
 testsuite/Makefile.in                     |  169 +---------
 testsuite/aclocal.m4                      |   36 ++-
 testsuite/semok/nodwf02.stp               |    2 +-
 testsuite/semok/nodwf05.stp               |    2 +-
 testsuite/semok/optimize.stp              |    1 -
 testsuite/systemtap.base/bench.exp        |    2 +-
 testsuite/systemtap.base/global_end.exp   |   23 ++
 testsuite/systemtap.base/global_end.stp   |   30 ++
 testsuite/systemtap.base/optim_arridx.exp |   40 ++-
 testsuite/systemtap.base/optim_arridx.stp |    6 +-
 testsuite/systemtap.base/warnings.exp     |    1 +
 translate.cxx                             |  506 ++++++++++++++--------------
 util.cxx                                  |   14 +-
 util.h                                    |    8 +-
 55 files changed, 1443 insertions(+), 1355 deletions(-)
 create mode 100644 doc/BeginnersGuide/Makefile
 create mode 100644 doc/test
 create mode 100644 runtime/autoconf-dpath-path.c
 create mode 100644 testsuite/systemtap.base/global_end.exp
 create mode 100644 testsuite/systemtap.base/global_end.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]