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-106-g739cf68


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  739cf6877b9bd84b0aba47f5c4c205a9dd63a93d (commit)
      from  85dfc5c81e213a1fc67c8c50d0e1101659c61d6e (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 739cf6877b9bd84b0aba47f5c4c205a9dd63a93d
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Wed Oct 14 17:02:47 2009 -0400

    PR10331: improve nss error message handling
    
    * stapsslerr.h: New file containing NSS* error number to string mappings.
      Originally from mozilla NSS documentation, also seen in other GPLv2
      software.
    * nsscommon.c (nssError): Print error number, and text from <stapsslerr.h>.
    * stap-{client,server}-connect.c (errWarn): Standardize on nssError().
    * Makefile.am (nss binaries): Also link in nsscommon.c.

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

Summary of changes:
 Makefile.am           |    4 +-
 Makefile.in           |   40 +++++++-
 nsscommon.c           |   31 ++----
 stap-client-connect.c |   47 +--------
 stap-server-connect.c |    7 +-
 stapsslerr.h          |  274 +++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 331 insertions(+), 72 deletions(-)
 create mode 100644 stapsslerr.h


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]