From owner-cvs-src-old@FreeBSD.ORG Thu Nov 18 19:07:04 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D9291065670 for ; Thu, 18 Nov 2010 19:07:04 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D89008FC0A for ; Thu, 18 Nov 2010 19:07:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAIJ73X9080398 for ; Thu, 18 Nov 2010 19:07:03 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAIJ738E080397 for cvs-src-old@freebsd.org; Thu, 18 Nov 2010 19:07:03 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201011181907.oAIJ738E080397@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Thu, 18 Nov 2010 19:06:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/truss main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 19:07:04 -0000 jh 2010-11-18 19:06:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/truss main.c Log: SVN rev 215466 on 2010-11-18 19:06:56Z by jh MFC r215235: Set FD_CLOEXEC for the output file only when the file has been specified with the -o option. Setting the flag for stderr (the default) could cause the traced process to redirect stderr to a random file. PR: bin/152151 Revision Changes Path 1.52.2.3 +7 -6 src/usr.bin/truss/main.c