From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1938 invoked by alias); 3 Nov 2011 19:32:52 -0000 Received: (qmail 1905 invoked by uid 9156); 3 Nov 2011 19:32:51 -0000 Date: Thu, 03 Nov 2011 19:32:00 -0000 Message-ID: <20111103193251.1893.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, dsmith/task_finder2, updated. release-1.6-399-ga302a02 X-Git-Refname: refs/heads/dsmith/task_finder2 X-Git-Reftype: branch X-Git-Oldrev: db7dcdffc5687db14e44cb08896a173e60d8e3ac X-Git-Newrev: a302a0213aa51041275eaeb6f3263d931af267ec 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: 2011-q4/txt/msg00082.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, dsmith/task_finder2 has been updated via a302a0213aa51041275eaeb6f3263d931af267ec (commit) via ae0489aadd680eeb2ef3875d2775fe5144d4e2f2 (commit) via 48fec369bf2186a0ae73810dc3d747a5bec69aca (commit) via 5750ecc64a77275e4a46010edf308d7337cb8afd (commit) via d1242dfaedf02997684f0f0ff69c0419cff33539 (commit) via d932a6d5ba6814ffa56b6d2b66cb74bdfab004f7 (commit) from db7dcdffc5687db14e44cb08896a173e60d8e3ac (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 a302a0213aa51041275eaeb6f3263d931af267ec Merge: db7dcdf ae0489a Author: David Smith Date: Thu Nov 3 14:32:31 2011 -0500 Merge branch 'master' into dsmith/task_finder2 ----------------------------------------------------------------------- Summary of changes: csclient.cxx | 6 ++- session.cxx | 4 +- stap.1 | 10 ++-- staptree.h | 2 +- tapsets.cxx | 15 ++++-- testsuite/systemtap.base/bz13338.exp | 14 +++++ .../systemtap.unprivileged/unprivileged_myproc.exp | 4 +- .../systemtap.unprivileged/unprivileged_probes.exp | 4 +- util.cxx | 53 ++++++++++++++++++- util.h | 2 + 10 files changed, 93 insertions(+), 21 deletions(-) create mode 100644 testsuite/systemtap.base/bz13338.exp hooks/post-receive -- systemtap: system-wide probe/trace tool