From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27525 invoked by alias); 19 Jul 2010 13:34:25 -0000 Received: (qmail 27484 invoked by uid 9850); 19 Jul 2010 13:34:22 -0000 Date: Mon, 19 Jul 2010 13:34:00 -0000 Message-ID: <20100719133422.27473.qmail@sourceware.org> From: lberk@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-494-gc243f60 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bbbf97a434e9f1dfbc4f84d976366c29b8af9208 X-Git-Newrev: c243f6084dc5b0987418da564a6f85934c98d29d 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-q3/txt/msg00080.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 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 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