From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2581 invoked by alias); 17 Apr 2009 14:28:12 -0000 Received: (qmail 2558 invoked by uid 9156); 17 Apr 2009 14:28:11 -0000 Date: Fri, 17 Apr 2009 14:28:00 -0000 Message-ID: <20090417142810.2545.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.5-150-g889c463 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2a22df62a80d032e9450570c32009bfea4be7305 X-Git-Newrev: 889c4638f741163395438aca60226ff8a5e2009e 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-q2/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 889c4638f741163395438aca60226ff8a5e2009e (commit) via ee0dfa16f900396f4fd89d4d765e877daa8a2c19 (commit) from 2a22df62a80d032e9450570c32009bfea4be7305 (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 889c4638f741163395438aca60226ff8a5e2009e Merge: ee0dfa16f900396f4fd89d4d765e877daa8a2c19 2a22df62a80d032e9450570c32009bfea4be7305 Author: David Smith Date: Fri Apr 17 09:27:56 2009 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit ee0dfa16f900396f4fd89d4d765e877daa8a2c19 Author: David Smith Date: Fri Apr 17 09:26:08 2009 -0500 Avoid sign extension in syscall return values. 2009-04-17 David Smith * tapset/utrace.stp: Cast the return value of syscall_get_return_value() to an unsigned long to avoid sign extension. ----------------------------------------------------------------------- Summary of changes: tapset/utrace.stp | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool