From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27595 invoked by alias); 5 Dec 2008 21:48:19 -0000 Received: (qmail 27567 invoked by uid 9788); 5 Dec 2008 21:48:18 -0000 Date: Fri, 05 Dec 2008 21:48:00 -0000 Message-ID: <20081205214817.27554.qmail@sourceware.org> From: ebaron@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-595-gece3457 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5cf5735849650a89aa3182dfbacd8218ac0f3b9e X-Git-Newrev: ece3457a5cc92f0968ebf52823af2d017d5272c1 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: 2008-q4/txt/msg00303.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 ece3457a5cc92f0968ebf52823af2d017d5272c1 (commit) via 2f62657ce707b4011253d533c0423ed8d49a3e9e (commit) via aad1a79ccc20268ba399f0e025f203e968978350 (commit) from 5cf5735849650a89aa3182dfbacd8218ac0f3b9e (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 ece3457a5cc92f0968ebf52823af2d017d5272c1 Merge: 5cf5735849650a89aa3182dfbacd8218ac0f3b9e 2f62657ce707b4011253d533c0423ed8d49a3e9e Author: Elliott Baron Date: Fri Dec 5 16:46:32 2008 -0500 Merge branch 'master'; commit 'origin/pr6925' ----------------------------------------------------------------------- Summary of changes: ChangeLog | 28 ++++++++---- buildrun.cxx | 8 +-- configure | 5 ++ configure.ac | 2 + run-stap.in | 36 ++++++++++++++++ runtime/staprun/ChangeLog | 99 ++++++++++++++++++++++++-------------------- runtime/staprun/mainloop.c | 19 ++++++--- runtime/staprun/staprun.c | 12 ++++- 8 files changed, 142 insertions(+), 67 deletions(-) create mode 100644 run-stap.in hooks/post-receive -- systemtap: system-wide probe/trace tool