From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26703 invoked by alias); 19 Jul 2010 21:44:43 -0000 Received: (qmail 26670 invoked by uid 9156); 19 Jul 2010 21:44:42 -0000 Date: Mon, 19 Jul 2010 21:44:00 -0000 Message-ID: <20100719214442.26660.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-498-gb352f4b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c9a46af8b8ffd27b681fefe2f44791932159a3e5 X-Git-Newrev: b352f4b039f3eeece9ca4eff573ec959dc808ca6 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: 2010-q3/txt/msg00084.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 b352f4b039f3eeece9ca4eff573ec959dc808ca6 (commit) from c9a46af8b8ffd27b681fefe2f44791932159a3e5 (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 b352f4b039f3eeece9ca4eff573ec959dc808ca6 Author: David Smith Date: Mon Jul 19 16:44:20 2010 -0500 * tapset/syscalls2.stp: Started a pending deprecation of incorrect 'syscall.compat_pselect7a' probe alias name. Correct name is 'syscall.compat_pselect7'. * testsuite/buildok/syscalls2-detailed.stp: Checks for correct probe alias name. * NEWS: Mentioned 'syscall.compat_pselect7a' deprecation. * stap.1: Ditto. * HACKING: Updated deprecation description. ----------------------------------------------------------------------- Summary of changes: HACKING | 2 +- NEWS | 4 ++++ stap.1 | 7 +++++-- tapset/syscalls2.stp | 11 ++++++++++- testsuite/buildok/syscalls2-detailed.stp | 7 ++++++- 5 files changed, 26 insertions(+), 5 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool