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.3-395-g076cc48


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  076cc48d0d64c184b93875fcb896fda941bfa736 (commit)
      from  2850dc37d8193883ea71d4daa64c782024e80787 (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 076cc48d0d64c184b93875fcb896fda941bfa736
Author: David Smith <dsmith@redhat.com>
Date:   Thu Dec 16 14:01:31 2010 -0600

    Fixed PR12330 by changing tapset/tty.stp to avoid ppc64 compile problem.
    
    * tapset/tty.stp (_struct_winsize_u): Removed embedded-C function.
      (tty.resize): Removed calls to _struct_winsize_u() and just uses
      user_ushort() to get values in user memory.
    * tapset/uconversions.stp (user_ushort): New function.
      (user_ushort_warn): Ditto.
    * testsuite/buildok/conversions-embedded.stp: Added user_ushort() and
      user_ushort_warn() tests.
    * testsuite/buildok/tty-embedded.stp: Removed (since all embedded-C
      functions have been removed from tty.stp).

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

Summary of changes:
 tapset/tty.stp                             |   43 ++-------------------------
 tapset/uconversions.stp                    |   25 ++++++++++++++++
 testsuite/buildok/conversions-embedded.stp |    2 +
 testsuite/buildok/tty-embedded.stp         |    6 ----
 4 files changed, 31 insertions(+), 45 deletions(-)
 delete mode 100755 testsuite/buildok/tty-embedded.stp


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]