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.6-60-g9a47776


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  9a47776992d9780e21580357c23119e1b02ab161 (commit)
      from  1c10834162ecc5c51737a86ab934ca3ed7f4e9d3 (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 9a47776992d9780e21580357c23119e1b02ab161
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Aug 4 00:26:49 2011 +0200

    Check whether syscalls2.stp sigprocmask argument is set or nset.
    
    kernel commit b013c3 "signal: cleanup sys_sigprocmask()" renamed the set
    parameter to nset. commit bb7efe "signal: cleanup sys_rt_sigprocmask()"
    did the same. Check with @defined($set) to see if we want the old or
    new definition.

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

Summary of changes:
 tapset/syscalls2.stp |    8 ++++----
 1 files changed, 4 insertions(+), 4 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]