From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27543 invoked by alias); 1 Sep 2010 14:54:47 -0000 Received: (qmail 27517 invoked by uid 426); 1 Sep 2010 14:54:46 -0000 Date: Wed, 01 Sep 2010 14:54:00 -0000 Message-ID: <20100901145446.27506.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.3-107-g4adf885 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a6ae3d7899634e4ba3a4ef69a38478b708784ce2 X-Git-Newrev: 4adf88563aa533c83d6e3f8ede36519cd8a2f403 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: 2010-q3/txt/msg00182.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 4adf88563aa533c83d6e3f8ede36519cd8a2f403 (commit) via 1bb80d042985371bb287d7dd9996d25b333644e0 (commit) from a6ae3d7899634e4ba3a4ef69a38478b708784ce2 (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 4adf88563aa533c83d6e3f8ede36519cd8a2f403 Author: Frank Ch. Eigler Date: Wed Sep 1 10:52:02 2010 -0400 PR4037: kernel-matching -m32 or -m64 not needed for staprun commit 1bb80d042985371bb287d7dd9996d25b333644e0 Author: Frank Ch. Eigler Date: Wed Sep 1 10:49:30 2010 -0400 releng: use staprun's new configury only Removed staprun/stapio/stap-merge stuff from top-level configury. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 44 +---- Makefile.in | 330 +++----------------------------- configure | 4 +- configure.ac | 2 +- runtime/staprun/Makefile.am | 7 + runtime/staprun/Makefile.in | 125 ++++++++++-- runtime/staprun/configure | 8 - runtime/staprun/configure.ac | 8 - staprun.8 => runtime/staprun/staprun.8 | 0 9 files changed, 145 insertions(+), 383 deletions(-) rename staprun.8 => runtime/staprun/staprun.8 (100%) hooks/post-receive -- systemtap: system-wide probe/trace tool