public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-13-g961479c
@ 2010-03-26 18:25 dsmith
  0 siblings, 0 replies; only message in thread
From: dsmith @ 2010-03-26 18:25 UTC (permalink / raw)
  To: systemtap-cvs

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  961479c253ded0d1a7331e8d064ffbc0ca3358d7 (commit)
      from  fc80eab8cc1cbebad78df914a885cb74cbd91f22 (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 961479c253ded0d1a7331e8d064ffbc0ca3358d7
Author: David Smith <dsmith@redhat.com>
Date:   Fri Mar 26 13:24:38 2010 -0500

    PR 9871/11338 fix in tcpmib.stp by removing embedded-C and using @defined.
    
    * tapset/tcpmib.stp (tcpmib_get_state): Changed from embedded-C to script
      code.
      (tcpmib_local_addr): Instead of an embedded-C function, now calls
      function from ip.stp/tcp.stp.
      (tcpmib_remote_addr): Ditto.
      (tcpmib_local_port): Ditto.
      (tcpmib_remote_port): Ditto.
      (tcpmib.OutRsts.A): Used '@defined' instead of a kernel version check.
    * tapset/ip.stp (__ip_sock_saddr): Used '@defined' instead of a kernel
      version check.  Added RHEL4 support.
      (__ip_sock_daddr): Ditto.
    * tapset/tcp.stp (__tcp_sock_dport): Ditto.
      (__tcp_sock_sport): Ditto.

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

Summary of changes:
 tapset/ip.stp     |   23 ++++++++------
 tapset/tcp.stp    |   54 +++++++++++++++++++++--------------
 tapset/tcpmib.stp |   80 ++++++++++++++++-------------------------------------
 3 files changed, 69 insertions(+), 88 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-26 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-26 18:25 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-13-g961479c dsmith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).