From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1805 invoked by alias); 8 Aug 2008 19:16:26 -0000 Received: (qmail 1781 invoked by uid 448); 8 Aug 2008 19:16:26 -0000 Date: Fri, 08 Aug 2008 19:16:00 -0000 Message-ID: <20080808191626.1769.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-66-g7190664 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f1118e1032612170cae8cd979cd529722ad95fdb X-Git-Newrev: 71906647386a9684086b0542318b536d95ae089c 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: X-SW-Source: 2008-q3/txt/msg00114.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 71906647386a9684086b0542318b536d95ae089c (commit) via d5658775da9fa0ac792eb3f874df9f7c4d60de7e (commit) from f1118e1032612170cae8cd979cd529722ad95fdb (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 71906647386a9684086b0542318b536d95ae089c Merge: d5658775da9fa0ac792eb3f874df9f7c4d60de7e f1118e1032612170cae8cd979cd529722ad95fdb Author: Dave Brolley Date: Fri Aug 8 15:15:19 2008 -0400 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap Conflicts: ChangeLog testsuite/ChangeLog commit d5658775da9fa0ac792eb3f874df9f7c4d60de7e Author: Dave Brolley Date: Fri Aug 8 15:11:36 2008 -0400 Start/stop the systemtap server from systemtap.exp and not in the top level Makefile. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 34 ++++++++++ Makefile.am | 42 +----------- Makefile.in | 42 +----------- stap-client | 151 ++++++++++++++++++++++++++++--------------- stap-find-or-start-server | 16 ++--- stap-server | 65 ++++++++++++++----- stap-serverd | 9 ++- stap-start-server | 12 ++-- systemtap.spec | 10 ++- testsuite/ChangeLog | 9 +++ testsuite/Makefile.am | 4 +- testsuite/Makefile.in | 4 +- testsuite/lib/systemtap.exp | 50 ++++++++++++++- 13 files changed, 274 insertions(+), 174 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool