From 187670a04e7557914566fc449b4d3af38caea282 Mon Sep 17 00:00:00 2001 From: Theo Schlossnagle Date: Fri, 12 Apr 2013 15:07:53 -0400 Subject: 3666 Implement SOCK_CLOEXEC flag to socket() Reviewed by Dan McDonald Reviewed by Robert Mustacchi Approved by Garrett D'Amore --- usr/src/man/man3socket/socket.3socket | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'usr/src/man/man3socket/socket.3socket') diff --git a/usr/src/man/man3socket/socket.3socket b/usr/src/man/man3socket/socket.3socket index 1587e04925..be280b082e 100644 --- a/usr/src/man/man3socket/socket.3socket +++ b/usr/src/man/man3socket/socket.3socket @@ -1,6 +1,7 @@ '\" te .\" Copyright (C) 2009, Sun Microsystems, Inc. All Rights Reserved. .\" Copyright 1989 AT&T +.\" Copyright (c) 2013, OmniTI Computer Consulting, Inc. All Rights Reserved. .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] @@ -82,6 +83,22 @@ SOCK_RDM .fi .in -2 +.sp +.LP +The \fItype\fR may be augmented by a bitwise-inclusive-OR of flags from the +following list, defined in . + +.sp +.ne 2 +.na +\fB\fBSOCK_CLOEXEC\fR\fR +.ad +.RS 12n +Creates the socket with the \fBFD_CLOEXEC\fR flag set, causing the underlying +file descriptor to be closed prior to any future calls to \fBexec\fR(2). This +is similar in purpose to the \fBO_CLOEXEC\fR flag to \fBopen\fR(2). +.RE + .sp .LP There must be an entry in the \fBnetconfig\fR(4) file for at least each @@ -267,9 +284,9 @@ MT-Level Safe .sp .LP \fBnca\fR(1), \fBclose\fR(2), \fBfcntl\fR(2), \fBioctl\fR(2), \fBread\fR(2), -\fBwrite\fR(2), \fBaccept\fR(3SOCKET), \fBbind\fR(3SOCKET), +\fBwrite\fR(2), \fBaccept\fR(3SOCKET), \fBbind\fR(3SOCKET), \fBexec\fR(2), \fBconnect\fR(3SOCKET), \fBgetsockname\fR(3SOCKET), \fBgetsockopt\fR(3SOCKET), -\fBin.h\fR(3HEAD),\fBlisten\fR(3SOCKET), \fBrecv\fR(3SOCKET), +\fBin.h\fR(3HEAD),\fBlisten\fR(3SOCKET), \fBrecv\fR(3SOCKET), \fBopen\fR(2), \fBsetsockopt\fR(3SOCKET), \fBsend\fR(3SOCKET), \fBshutdown\fR(3SOCKET), \fBsocket.h\fR(3HEAD), \fBsocketpair\fR(3SOCKET), \fBattributes\fR(5) .SH NOTES -- cgit v1.2.3