From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8784 invoked by alias); 20 Jun 2008 20:44:13 -0000 Received: (qmail 8755 invoked by uid 678); 20 Jun 2008 20:44:12 -0000 Date: Fri, 20 Jun 2008 20:44:00 -0000 Message-ID: <20080620204412.8743.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-425-g9edcdf5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 133c7b1dabc43a4f17106a9198196310e5ea3a4b X-Git-Newrev: 9edcdf51d116af251d07d1ddbe6ead553cccf03c 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-q2/txt/msg00134.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 9edcdf51d116af251d07d1ddbe6ead553cccf03c (commit) via 7fe8474a7a266329b32e4f64af7f642a591799d7 (commit) via e3cbdeffc01c18d5aee8a8d43fbd277316a18f87 (commit) from 133c7b1dabc43a4f17106a9198196310e5ea3a4b (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 9edcdf51d116af251d07d1ddbe6ead553cccf03c Author: William Cohen Date: Fri Jun 20 16:43:05 2008 -0400 Correct test_check and test_installcheck commands. commit 7fe8474a7a266329b32e4f64af7f642a591799d7 Author: William Cohen Date: Fri Jun 20 15:06:42 2008 -0400 Add test for dev.stp tapset functions. commit e3cbdeffc01c18d5aee8a8d43fbd277316a18f87 Author: William Cohen Date: Fri Jun 20 14:42:25 2008 -0400 Functions for kdev_t information: MAJOR, MINOR, MKDEV, and usrdev2kerndev. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 +++ stapfuncs.5.in | 14 +++++++++++ tapset/ChangeLog | 4 +++ tapset/dev.stp | 33 ++++++++++++++++++++++++++++ testsuite/systemtap.examples/ChangeLog | 8 ++++++ testsuite/systemtap.examples/traceio2.meta | 13 +++++++++++ testsuite/systemtap.examples/traceio2.stp | 20 +++++++++++++++++ 7 files changed, 96 insertions(+), 0 deletions(-) create mode 100644 tapset/dev.stp create mode 100644 testsuite/systemtap.examples/traceio2.meta create mode 100644 testsuite/systemtap.examples/traceio2.stp hooks/post-receive -- systemtap: system-wide probe/trace tool