From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28706 invoked by alias); 12 May 2009 18:43:03 -0000 Received: (qmail 28689 invoked by uid 9156); 12 May 2009 18:43:02 -0000 Date: Tue, 12 May 2009 18:43:00 -0000 Message-ID: <20090512184302.28671.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, pr7043, updated. release-0.9-134-gdd9a3bc X-Git-Refname: refs/heads/pr7043 X-Git-Reftype: branch X-Git-Oldrev: 945563a795f312551157b69542ed1bc3323203c7 X-Git-Newrev: dd9a3bcbef65bde65491d959e9458bc641924811 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: 2009-q2/txt/msg00219.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, pr7043 has been updated via dd9a3bcbef65bde65491d959e9458bc641924811 (commit) from 945563a795f312551157b69542ed1bc3323203c7 (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 dd9a3bcbef65bde65491d959e9458bc641924811 Author: David Smith Date: Tue May 12 13:38:48 2009 -0500 Start at supporting the original transport (STP_TRANSPORT_VERSION=1). * runtime/print.c: Only use print_new.c. * runtime/print_new.c (stp_print_flush): Add STP_TRANSPORT_VERSION 1 support. * runtime/transport/transport.c: Removed inclusion of procfs.c. * runtime/transport/procfs.c (_stp_proc_read): Adapt to new interface. (_stp_proc_write): Ditto. * runtime/transport/relayfs.c: Ditto. ----------------------------------------------------------------------- Summary of changes: runtime/print.c | 6 -- runtime/print_new.c | 9 ++ runtime/transport/procfs.c | 11 +-- runtime/transport/relayfs.c | 187 +++++++++++++++++++---------------------- runtime/transport/transport.c | 1 - 5 files changed, 100 insertions(+), 114 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool