From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15486 invoked by alias); 6 Jan 2009 22:07:33 -0000 Received: (qmail 15461 invoked by uid 426); 6 Jan 2009 22:07:32 -0000 Date: Tue, 06 Jan 2009 22:07:00 -0000 Message-ID: <20090106220732.15450.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-654-g37978f1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f1e1c50dc86e703d6db6819d9d3d445754d809cd X-Git-Newrev: 37978f16f382360bef160017d4e1803d0c56244b 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/msg00005.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 37978f16f382360bef160017d4e1803d0c56244b (commit) via 27053aa14ba234a0d5e1b4affd272a5c7b01aa1b (commit) via 6046b840e1b9e79ae535eb6027a98757be0673fa (commit) from f1e1c50dc86e703d6db6819d9d3d445754d809cd (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 37978f16f382360bef160017d4e1803d0c56244b Merge: 27053aa14ba234a0d5e1b4affd272a5c7b01aa1b f1e1c50dc86e703d6db6819d9d3d445754d809cd Author: Frank Ch. Eigler Date: Tue Jan 6 17:07:19 2009 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap * 'master' of ssh://sources.redhat.com/git/systemtap: Add missing files to systemtap.spec commit 27053aa14ba234a0d5e1b4affd272a5c7b01aa1b Author: Frank Ch. Eigler Date: Tue Jan 6 17:06:30 2009 -0500 PR9699: build fixes for kernel 2.6.28 commit 6046b840e1b9e79ae535eb6027a98757be0673fa Author: Frank Ch. Eigler Date: Tue Jan 6 13:53:20 2009 -0500 build: note inapplicability of kernel kbuild O=dir usr/include headers. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ buildrun.cxx | 7 ++++++- runtime/ChangeLog | 5 +++++ runtime/autoconf-task-uid.c | 5 +++++ runtime/transport/ChangeLog | 5 +++++ runtime/transport/transport.c | 7 ++++++- 6 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 runtime/autoconf-task-uid.c hooks/post-receive -- systemtap: system-wide probe/trace tool