From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5330 invoked by alias); 29 Oct 2009 21:13:29 -0000 Received: (qmail 5304 invoked by uid 9156); 29 Oct 2009 21:13:28 -0000 Date: Thu, 29 Oct 2009 21:13:00 -0000 Message-ID: <20091029211328.5292.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.0-153-g49e2006 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d855fc1db953a049b953d0c987f93a252232e6f2 X-Git-Newrev: 49e20063710b1d5dbb4efeb53d751b684835413c 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/msg00071.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 49e20063710b1d5dbb4efeb53d751b684835413c (commit) from d855fc1db953a049b953d0c987f93a252232e6f2 (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 49e20063710b1d5dbb4efeb53d751b684835413c Author: David Smith Date: Thu Oct 29 16:12:18 2009 -0500 Fix syscall testsuite bugs. * testsuite/systemtap.syscall/test.tcl: Substitute '[[[[' and ']]]]' for '(' and ')'. This allows us to get unquoted parens. * testsuite/systemtap.syscall/test-debug.tcl: Matches substitute logic of test.tcl. * testsuite/systemtap.syscall/README: Document '[[[[' and ']]]]'. * testsuite/systemtap.syscall/chmod.c: Handle optional O_LARGEFILE flag in open calls. * testsuite/systemtap.syscall/dir.c: Ditto. * testsuite/systemtap.syscall/mmap.c: Ditto. * testsuite/systemtap.syscall/openclose.c: Ditto. * testsuite/systemtap.syscall/readwrite.c: Ditto. * testsuite/systemtap.syscall/stat.c: Ditto. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.syscall/README | 3 +++ testsuite/systemtap.syscall/chmod.c | 2 +- testsuite/systemtap.syscall/dir.c | 4 ++-- testsuite/systemtap.syscall/mmap.c | 4 ++-- testsuite/systemtap.syscall/openclose.c | 18 +++++++++--------- testsuite/systemtap.syscall/readwrite.c | 4 ++-- testsuite/systemtap.syscall/stat.c | 2 +- testsuite/systemtap.syscall/test-debug.tcl | 11 +++++++++++ testsuite/systemtap.syscall/test.tcl | 6 ++++++ 9 files changed, 37 insertions(+), 17 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool