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-33-gce286ff


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  ce286ff0ae2fcc34a94e045cb965c88e2ef0983b (commit)
       via  d389518f344079ae356bc365d69fef1a1cc52030 (commit)
       via  6f9c31d23de32a0b0a275e9fdd0ad1a48cbaf223 (commit)
      from  1916e8381d5c7d6a06d6b19abeca32ad2f1cef78 (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 ce286ff0ae2fcc34a94e045cb965c88e2ef0983b
Author: Dave Brolley <brolley@redhat.com>
Date:   Fri Jan 28 14:55:29 2011 -0500

    PR 11844 - --use-server-on-error option
    
    - Mechanism is in session.cxx, session.h.
    - Code in main.cxx:passes_0_4 calls set_try_server upon compilation
      errors in phases 0-4.
    - set_try_server (systemtap_session:dont_try_server) can be set for
      individual errors which do not warrant a retry (e.g. syntax errors)
      to override.

commit d389518f344079ae356bc365d69fef1a1cc52030
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Jan 26 17:15:35 2011 -0500

    Make sure NSS and NSPR are properly initialized and shutdown.
    
    - rpmReadConfigFiles initializes NSS, but does not shut it down.
      We now call rpmFreeCrypto if available or call NSS_Shutdown directly otherwise
      in missing_rpm_enlist
    - In some versions of NSPR, PR_Init must be called once and only once before NSS_Init or
      NSS_InitReadOnly is called. In later versions, it is unnecessary and is ignored.
      systemtap_session::NSPR_Initialized is now static so that it is
      shared by all active session objects.

commit 6f9c31d23de32a0b0a275e9fdd0ad1a48cbaf223
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Jan 26 15:54:53 2011 -0500

    Remove unused variables and calls which initialized them.

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

Summary of changes:
 NEWS                                |    5 ++
 config.in                           |    3 +
 configure                           |   51 +++++++++++++++
 configure.ac                        |    7 ++
 csclient.cxx                        |   19 +++---
 main.cxx                            |  115 ++++++++++++++++++++++++++++------
 rpm_finder.cxx                      |   19 ++++++
 session.cxx                         |   57 +++++++++++++++--
 session.h                           |   22 ++++++-
 stap.1                              |   11 +++
 testsuite/systemtap.base/labels.exp |    2 +-
 11 files changed, 272 insertions(+), 39 deletions(-)


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]