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.2-494-gc243f60


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  c243f6084dc5b0987418da564a6f85934c98d29d (commit)
      from  bbbf97a434e9f1dfbc4f84d976366c29b8af9208 (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 c243f6084dc5b0987418da564a6f85934c98d29d
Author: Lukas Berk <lberk@redhat.com>
Date:   Fri Jul 16 15:17:46 2010 -0400

    PR 11729 adding a umask parameter to modify the permissions of
    the file

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

Summary of changes:
 runtime/procfs-probes.c        |    7 +++--
 runtime/procfs.c               |    8 +++---
 stapprobes.3stap               |   15 +++++++++++-
 tapset-procfs.cxx              |   45 ++++++++++++++++++++++++++++++++--------
 testsuite/parseko/procfs01.stp |    5 ++++
 testsuite/parseko/procfs02.stp |    5 ++++
 testsuite/parseko/procfs03.stp |    9 ++++++++
 testsuite/parseok/umask01.stp  |    5 ++++
 testsuite/parseok/umask02.stp  |    5 ++++
 testsuite/parseok/umask03.stp  |    5 ++++
 testsuite/parseok/umask04.stp  |    5 ++++
 testsuite/parseok/umask05.stp  |    5 ++++
 testsuite/parseok/umask06.stp  |    9 ++++++++
 testsuite/parseok/umask07.stp  |    9 ++++++++
 14 files changed, 119 insertions(+), 18 deletions(-)
 create mode 100755 testsuite/parseko/procfs01.stp
 create mode 100755 testsuite/parseko/procfs02.stp
 create mode 100755 testsuite/parseko/procfs03.stp
 create mode 100755 testsuite/parseok/umask01.stp
 create mode 100755 testsuite/parseok/umask02.stp
 create mode 100755 testsuite/parseok/umask03.stp
 create mode 100755 testsuite/parseok/umask04.stp
 create mode 100755 testsuite/parseok/umask05.stp
 create mode 100755 testsuite/parseok/umask06.stp
 create mode 100755 testsuite/parseok/umask07.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]