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-162-g9f61c5d


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  9f61c5d4c3487aa8225d5271c798f5ebaafc398a (commit)
      from  f65166cc4689cff00717bc494d310c8317379d62 (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 9f61c5d4c3487aa8225d5271c798f5ebaafc398a
Author: David Smith <dsmith@redhat.com>
Date:   Mon Nov 2 12:51:12 2009 -0600

    PR 6691 fixed by adding support for sys_accept4.
    * tapset/aux_syscalls.stp(_sock_type_str): Rewrote in embedded-C and added
      socket flags support.
      (_sock_flags_str): New function.
    * tapset/syscalls.stp: syscall.accept prefers to use sys_accept4 when it
      exists.  Added support for sys_accept4's 'flag' parameter.
    * testsuite/systemtap.syscall/net1.c (main): Updated regular expression to
      handle the new 'flags' argument.

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

Summary of changes:
 tapset/aux_syscalls.stp            |   80 +++++++++++++++++++++++++++++++----
 tapset/syscalls.stp                |   22 ++++++++--
 testsuite/systemtap.syscall/net1.c |    2 +-
 3 files changed, 88 insertions(+), 16 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]