From owner-cvs-all Thu Nov 14 16:37: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3BC437B401; Thu, 14 Nov 2002 16:37:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9371343E77; Thu, 14 Nov 2002 16:37:02 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF0YSmV008359; Thu, 14 Nov 2002 16:34:28 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF0YSYR008358; Thu, 14 Nov 2002 16:34:28 -0800 (PST) Message-Id: <200211150034.gAF0YSYR008358@repoman.freebsd.org> From: Archie Cobbs Date: Thu, 14 Nov 2002 16:34:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_execve.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/11/14 16:34:28 PST Modified files: lib/libc_r/uthread uthread_execve.c Log: When about to do an execve(), don't reset the O_NONBLOCK flag on any file descriptors that have the close-on-exec flag set, as that will have no effect anyway and might screw something else up if the file descriptor happens to be shared with another process. PR: standards/43335 MFC after: 1 week Revision Changes Path 1.16 +4 -0 src/lib/libc_r/uthread/uthread_execve.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message