From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17062 invoked by alias); 26 Mar 2010 18:25:14 -0000 Received: (qmail 17030 invoked by uid 9156); 26 Mar 2010 18:25:12 -0000 Date: Fri, 26 Mar 2010 18:25:00 -0000 Message-ID: <20100326182512.17018.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-13-g961479c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fc80eab8cc1cbebad78df914a885cb74cbd91f22 X-Git-Newrev: 961479c253ded0d1a7331e8d064ffbc0ca3358d7 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q1/txt/msg00279.txt.bz2 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 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