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-501-gc74bc9e


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  c74bc9e5e177f947cdac9788d0272fa4d66780b9 (commit)
      from  275ea5e8ee085af6a7782fe3acbffe07645aa0a4 (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 c74bc9e5e177f947cdac9788d0272fa4d66780b9
Author: David Smith <dsmith@redhat.com>
Date:   Wed Jan 13 09:30:12 2010 -0600

    Fix PR11160 by handling ppc syscall.sigaction32 correctly.
    
    * tapset/aux_syscalls.stp (_struct_old_sigaction32_u): New function.
    * tapset/syscalls2.stp (syscall.sigaction32): Uses new
      _struct_old_sigaction32() function to provide a human readable version
      of the sigaction argument.
    * testsuite/systemtap.syscall/test.tcl (run_one_test): Use additional C
      flags when pre-processing test files to better determine which tests are
      valid on which platforms.

-----------------------------------------------------------------------

Summary of changes:
 tapset/aux_syscalls.stp              |   44 ++++++++++++++++++++++++++++++++++
 tapset/syscalls2.stp                 |    2 +-
 testsuite/systemtap.syscall/test.tcl |   11 +++++++-
 3 files changed, 55 insertions(+), 2 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]