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-0.9.7-34-g059cd9e


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  059cd9efbd82e1017406a7a290a2fb9f6bfb64f7 (commit)
       via  c12f7fa15eec148307fa94f886b0673c1d0dd789 (commit)
       via  b7b8900677fad295a637912a3254e03c0758939e (commit)
      from  3ba2eb82cafa938c1c3f7ef9d2da06912a49d8e0 (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 059cd9efbd82e1017406a7a290a2fb9f6bfb64f7
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Apr 30 17:07:43 2009 -0400

    syscalls testsuite: use different escape sequence
    
    The syscall testsuite uses embedded "// TEXT" markers in the .c files
    to designate expected output, kind of like the "dg-" bunch in the gcc
    test suite.  Unfortunately, "//" is not a unique prefix to systemtap
    tests, and in particular it can occur in the system headers that will
    be picked up with the "gcc -E -C ..." invocation in test.tcl.
    
    So let's switch to "//staptest//".  test.tcl is also modified to
    escape a few more mischevious regexp metacharacters that might sneak
    past.

commit c12f7fa15eec148307fa94f886b0673c1d0dd789
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Apr 30 16:54:04 2009 -0400

    whitespace tweak in tcl code

commit b7b8900677fad295a637912a3254e03c0758939e
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Apr 30 16:43:41 2009 -0400

    add verboser strerrors if posix_spawn failed
    
    * buildrun.cxx (run_make_cmd, kernel_built_uprobes,
      copy_uprobes_symbols, run_pass, make_typequery_umod):
      Print strerror after a failed stap_system() if verbose.

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

Summary of changes:
 buildrun.cxx                            |   14 ++++++++-
 testsuite/systemtap.syscall/access.c    |   24 ++++++++--------
 testsuite/systemtap.syscall/acct.c      |    2 +-
 testsuite/systemtap.syscall/alarm.c     |   20 +++++++-------
 testsuite/systemtap.syscall/chmod.c     |   44 +++++++++++++++---------------
 testsuite/systemtap.syscall/clock.c     |   38 +++++++++++++-------------
 testsuite/systemtap.syscall/dir.c       |   24 ++++++++--------
 testsuite/systemtap.syscall/forkwait.c  |    4 +-
 testsuite/systemtap.syscall/futimes.c   |   14 +++++-----
 testsuite/systemtap.syscall/itimer.c    |   14 +++++-----
 testsuite/systemtap.syscall/link.c      |   20 +++++++-------
 testsuite/systemtap.syscall/mmap.c      |   22 +++++++-------
 testsuite/systemtap.syscall/mount.c     |   10 +++---
 testsuite/systemtap.syscall/net1.c      |   12 ++++----
 testsuite/systemtap.syscall/openclose.c |   32 +++++++++++-----------
 testsuite/systemtap.syscall/poll.c      |   10 +++---
 testsuite/systemtap.syscall/readwrite.c |   34 ++++++++++++------------
 testsuite/systemtap.syscall/rt_signal.c |   12 ++++----
 testsuite/systemtap.syscall/select.c    |    8 +++---
 testsuite/systemtap.syscall/sendfile.c  |    2 +-
 testsuite/systemtap.syscall/signal.c    |   14 +++++-----
 testsuite/systemtap.syscall/stat.c      |   18 ++++++------
 testsuite/systemtap.syscall/statfs.c    |    6 ++--
 testsuite/systemtap.syscall/swap.c      |   12 ++++----
 testsuite/systemtap.syscall/sync.c      |    6 ++--
 testsuite/systemtap.syscall/syscall.exp |   12 ++------
 testsuite/systemtap.syscall/test.tcl    |   13 ++++++---
 testsuite/systemtap.syscall/timer.c     |   10 +++---
 testsuite/systemtap.syscall/trunc.c     |    4 +-
 testsuite/systemtap.syscall/uid.c       |   32 +++++++++++-----------
 testsuite/systemtap.syscall/uid16.c     |   32 +++++++++++-----------
 testsuite/systemtap.syscall/umask.c     |   12 ++++----
 testsuite/systemtap.syscall/unlink.c    |   12 ++++----
 33 files changed, 276 insertions(+), 267 deletions(-)
 mode change 100755 => 100644 testsuite/systemtap.syscall/alarm.c
 mode change 100755 => 100644 testsuite/systemtap.syscall/swap.c


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]