From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11673 invoked by alias); 1 Aug 2012 14:36:22 -0000 Received: (qmail 11330 invoked by uid 426); 1 Aug 2012 14:36:18 -0000 Date: Wed, 01 Aug 2012 14:36:00 -0000 Message-ID: <20120801143616.11121.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.8-117-g046da1d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e7c60c35d3235536852125aa21e0c8616c9aa871 X-Git-Newrev: 046da1d7013f74d29fba219c2a309a3d676297ec 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: 2012-q3/txt/msg00063.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 046da1d7013f74d29fba219c2a309a3d676297ec (commit) from e7c60c35d3235536852125aa21e0c8616c9aa871 (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 046da1d7013f74d29fba219c2a309a3d676297ec Author: Frank Ch. Eigler Date: Wed Aug 1 10:35:31 2012 -0400 PR14425: restore dummy stapfuncs.3stap man page * stapfuncs.3stap: It's back, mostly blank. * stap.1: Mention function::* etc. * stapex.3stap: Refer to the web site examples too. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- Makefile.in | 5 +++-- stap.1 | 3 +++ stapex.3stap | 7 ++++++- stapfuncs.3stap | 21 +++++++++++++++++++++ 5 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 stapfuncs.3stap hooks/post-receive -- systemtap: system-wide probe/trace tool