From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15542 invoked by alias); 5 Sep 2008 17:03:05 -0000 Received: (qmail 15513 invoked by uid 426); 5 Sep 2008 17:03:04 -0000 Date: Fri, 05 Sep 2008 17:03:00 -0000 Message-ID: <20080905170301.15472.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-189-g337cd27 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1044139f1ad1c1900826b7980ff07873e4dabbb1 X-Git-Newrev: 337cd273963410c9a1fa46b10287e72c146df054 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: X-SW-Source: 2008-q3/txt/msg00204.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 337cd273963410c9a1fa46b10287e72c146df054 (commit) via 6fa7bd6e70f8f6d783395399c92a9a13d24ce997 (commit) from 1044139f1ad1c1900826b7980ff07873e4dabbb1 (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 337cd273963410c9a1fa46b10287e72c146df054 Author: Frank Ch. Eigler Date: Fri Sep 5 13:02:56 2008 -0400 remove capabilities logic, cont'd commit 6fa7bd6e70f8f6d783395399c92a9a13d24ce997 Author: Frank Ch. Eigler Date: Fri Sep 5 13:02:37 2008 -0400 remove capability logic It was only barely beneficial anyway, since some crucial capabilities were never permanently dropped. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 11 ++- Makefile.am | 14 ++- Makefile.in | 30 +---- configure | 238 +-------------------------------------- configure.ac | 13 -- doc/Makefile.in | 1 - runtime/staprun/ChangeLog | 8 ++ runtime/staprun/cap.c | 166 --------------------------- runtime/staprun/staprun.c | 106 ++++++++--------- runtime/staprun/staprun.h | 20 +--- runtime/staprun/staprun_funcs.c | 30 +++--- systemtap.spec | 1 - 12 files changed, 98 insertions(+), 540 deletions(-) delete mode 100644 runtime/staprun/cap.c hooks/post-receive -- systemtap: system-wide probe/trace tool