From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6669 invoked by alias); 21 Apr 2009 19:37:24 -0000 Received: (qmail 6639 invoked by uid 9586); 21 Apr 2009 19:37:23 -0000 Date: Tue, 21 Apr 2009 19:37:00 -0000 Message-ID: <20090421193723.6628.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.5-201-gcff7fed X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 31a0ad65c838d0530b321c75c5b328828daa71ac X-Git-Newrev: cff7feda3e990bb554f39dbf5d8055256dca5af5 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/msg00109.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 cff7feda3e990bb554f39dbf5d8055256dca5af5 (commit) via 3ae4cdf91d758136cbf71c814c725c643d251f41 (commit) via d90053e72a515371936e10bf83ecb822aec91b17 (commit) from 31a0ad65c838d0530b321c75c5b328828daa71ac (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 cff7feda3e990bb554f39dbf5d8055256dca5af5 Author: Josh Stone Date: Tue Apr 21 12:34:33 2009 -0700 Document @cast-with-headers commit 3ae4cdf91d758136cbf71c814c725c643d251f41 Author: Josh Stone Date: Tue Apr 21 12:12:43 2009 -0700 NB @cast's relative header searching commit d90053e72a515371936e10bf83ecb822aec91b17 Author: Josh Stone Date: Tue Apr 21 12:08:42 2009 -0700 Refine the @cast-with-header syntax The special syntax to generate a module for type information is now: - "kernel" to use the kernel's build environment - "" to use no special build environment, and so use gcc's default parameters only (for user mode). ----------------------------------------------------------------------- Summary of changes: NEWS | 5 ++++ buildrun.cxx | 47 +++++++++++++++++++++++++++++++++++- buildrun.h | 6 ++-- stap.1.in | 9 +++++++ tapsets.cxx | 23 +++++------------ testsuite/semok/cast.stp | 4 +- testsuite/systemtap.base/cast.stp | 4 +- 7 files changed, 73 insertions(+), 25 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool