This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-153-g49e2006


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 <dsmith@redhat.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]