From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24583 invoked by alias); 22 Mar 2010 15:05:48 -0000 Received: (qmail 24380 invoked by uid 9156); 22 Mar 2010 15:05:47 -0000 Date: Mon, 22 Mar 2010 15:05:00 -0000 Message-ID: <20100322150547.24368.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.1-280-g05605db X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a1ecf9ff0f6fc6ef0bcdaf231ed2d395ee979b4b X-Git-Newrev: 05605db9ec5e176dd440a1edf320a987210b1245 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/msg00260.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 05605db9ec5e176dd440a1edf320a987210b1245 (commit) from a1ecf9ff0f6fc6ef0bcdaf231ed2d395ee979b4b (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 05605db9ec5e176dd440a1edf320a987210b1245 Author: David Smith Date: Mon Mar 22 10:05:14 2010 -0500 Improve handling of O_NONBLOCK and O_CLOEXEC. * tapset/aux_syscalls.stp (_sys_pipe2_flag_str): Separate O_NONBLOCK and O_CLOEXEC support. (_sys_open_flag_str): Added O_CLOEXEC support. ----------------------------------------------------------------------- Summary of changes: tapset/aux_syscalls.stp | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool