From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20969 invoked by alias); 22 Mar 2010 18:14:59 -0000 Received: (qmail 20945 invoked by uid 9156); 22 Mar 2010 18:14:59 -0000 Date: Mon, 22 Mar 2010 18:14:00 -0000 Message-ID: <20100322181459.20934.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.1-283-g1304578 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 56f3dbb70a5faf56732a9b87f8ed688b85a4332c X-Git-Newrev: 13045789c2760786a55f39ade4fe99109cd344ac 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-q1/txt/msg00263.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 13045789c2760786a55f39ade4fe99109cd344ac (commit) from 56f3dbb70a5faf56732a9b87f8ed688b85a4332c (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 13045789c2760786a55f39ade4fe99109cd344ac Author: David Smith Date: Mon Mar 22 13:14:18 2010 -0500 Partial fix for pr 11388 by adding 'sys_mmap_pgoff' support. * tapset/i386/nd_syscalls.stp: Add support for 'sys_mmap_pgoff' (which is what the mmap syscall uses). * tapset/x86_64/nd_syscalls.stp: Ditto. ----------------------------------------------------------------------- Summary of changes: tapset/i386/nd_syscalls.stp | 6 ++++-- tapset/x86_64/nd_syscalls.stp | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool