From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19807 invoked by alias); 14 Oct 2009 21:05:45 -0000 Received: (qmail 19784 invoked by uid 426); 14 Oct 2009 21:05:44 -0000 Date: Wed, 14 Oct 2009 21:05:00 -0000 Message-ID: <20091014210544.19773.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-106-g739cf68 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 85dfc5c81e213a1fc67c8c50d0e1101659c61d6e X-Git-Newrev: 739cf6877b9bd84b0aba47f5c4c205a9dd63a93d Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q4/txt/msg00041.txt.bz2 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 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 . * 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