From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18248 invoked by alias); 12 Nov 2009 16:31:23 -0000 Received: (qmail 18222 invoked by uid 9112); 12 Nov 2009 16:31:22 -0000 Date: Thu, 12 Nov 2009 16:31:00 -0000 Message-ID: <20091112163118.18195.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-216-g62beb3d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3e6b1e441a3a9ac6d8232265caa358b4b6ad00bf X-Git-Newrev: 62beb3d863d26d2274558bc8885dd1ecd16e103b 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-q4/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 62beb3d863d26d2274558bc8885dd1ecd16e103b (commit) via 5f51e2e54eaae1d53444f1498f70ce67f1f08dbb (commit) from 3e6b1e441a3a9ac6d8232265caa358b4b6ad00bf (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 62beb3d863d26d2274558bc8885dd1ecd16e103b Author: Mark Wielaard Date: Thu Nov 12 17:25:26 2009 +0100 Add documentation for conversions.stp tapset functions. * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add conversions.stp chapter. * tapset/conversions.stp: Add documentation for all functions. commit 5f51e2e54eaae1d53444f1498f70ce67f1f08dbb Author: Mark Wielaard Date: Thu Nov 12 15:26:57 2009 +0100 Mark usymname as unprivileged. * tapset/ucontext-symbols.stp (usymname): Add assert_is_myproc() and mark as unprivileged, just like usymdata(). ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Tapset_Reference/tapsets.tmpl | 9 ++ tapset/conversions.stp | 186 ++++++++++++++++++++++++++- tapset/ucontext-symbols.stp | 3 +- 3 files changed, 190 insertions(+), 8 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool