From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9474 invoked by alias); 13 Jan 2009 22:18:35 -0000 Received: (qmail 9451 invoked by uid 440); 13 Jan 2009 22:18:34 -0000 Date: Tue, 13 Jan 2009 22:18:00 -0000 Message-ID: <20090113221834.9440.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.8-197-gb899aa7 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e40ff0adfa7decc9204389af87e1fd2de43f2400 X-Git-Newrev: b899aa795f925edb7fad318d2e90bb9c3da90b24 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-q1/txt/msg00030.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 b899aa795f925edb7fad318d2e90bb9c3da90b24 (commit) from e40ff0adfa7decc9204389af87e1fd2de43f2400 (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 b899aa795f925edb7fad318d2e90bb9c3da90b24 Author: Stan Cox Date: Tue Jan 13 17:17:47 2009 -0500 Create the rpm subpackage systemtap-sdt-devel ----------------------------------------------------------------------- Summary of changes: ChangeLog | 9 ++ Makefile.am | 3 + Makefile.in | 63 +++++++++---- runtime/sduprobes.h | 133 --------------------------- systemtap.spec | 15 +++ testsuite/ChangeLog | 4 + testsuite/systemtap.base/static_uprobes.exp | 2 +- 7 files changed, 75 insertions(+), 154 deletions(-) delete mode 100644 runtime/sduprobes.h hooks/post-receive -- systemtap: system-wide probe/trace tool