From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2786 invoked by alias); 3 Jun 2008 18:11:23 -0000 Received: (qmail 2761 invoked by uid 426); 3 Jun 2008 18:11:23 -0000 Date: Tue, 03 Jun 2008 18:11:00 -0000 Message-ID: <20080603181123.2750.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-358-g8928443 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fc2edb49d9638e1c64c581ed61d94d3bf9aec28f X-Git-Newrev: 8928443bd733f240e29d1af12b306d1d5dbd330f 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-q2/txt/msg00078.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 8928443bd733f240e29d1af12b306d1d5dbd330f (commit) via 4776796a9a0c30189aeef056ec9b050e4a029bf8 (commit) from fc2edb49d9638e1c64c581ed61d94d3bf9aec28f (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 8928443bd733f240e29d1af12b306d1d5dbd330f Author: Frank Ch. Eigler Date: Tue Jun 3 14:11:16 2008 -0400 PR6429: testsuite update for inexact backtrace tolerance commit 4776796a9a0c30189aeef056ec9b050e4a029bf8 Author: Frank Ch. Eigler Date: Tue Jun 3 13:31:05 2008 -0400 PR6429: remove stapio STP_UNWIND support and associated elfutils dependency ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++ Makefile.am | 7 +---- Makefile.in | 38 +++++++---------------------- runtime/staprun/ChangeLog | 5 ++++ runtime/staprun/mainloop.c | 12 --------- runtime/transport/ChangeLog | 7 +++++ runtime/transport/control.c | 3 -- runtime/transport/symbols.c | 2 +- runtime/transport/transport_msgs.h | 2 - testsuite/ChangeLog | 6 ++++- testsuite/systemtap.context/backtrace.tcl | 34 +++++++++++++------------- 11 files changed, 52 insertions(+), 70 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool