Lines Matching full:process

41 .Nd "spawn a process"
69 functions create a new process (child process) from the specified
70 process image.
71 The new process image is constructed from a regular executable
72 file called the new process image file.
100 These strings constitute the argument list available to the new process
105 a filename that is associated with the process image being started by
115 These strings constitute the environment for the new process image.
122 is a pathname that identifies the new process image file to execute.
128 is used to construct a pathname that identifies the new process
131 is used as the pathname for the new process image file.
146 calling process remain open in the child process, except for those
159 is not NULL, then the file descriptors open in the child process are
160 those open in the calling process as modified by the spawn file
170 The set of open file descriptors for the child process initially
171 are the same set as is open for the calling process.
178 group IDs for the child process are changed as specified in the
204 child's process group is as specified in the spawn-pgroup
213 the child is in a new process group with a process group ID equal
214 to its process ID.
220 the new child process inherits the parent's process group.
228 is not set, the new process image initially has the scheduling
229 policy of the calling process with the scheduling parameters specified
239 flag), the new process image initially has the scheduling policy
249 governs the effective user ID of the child process.
250 If this flag is not set, the child process inherits the parent
251 process' effective user ID.
252 If this flag is set, the child process' effective user ID is reset
254 In either case, if the set-user-ID mode bit of the new process image
255 file is set, the effective user ID of the child process becomes
256 that file's owner ID before the new process image begins execution.
262 also governs the effective group ID of the child process.
263 If this flag is not set, the child process inherits the parent
264 process' effective group ID.
265 If this flag is set, the child process' effective group ID is
267 In either case, if the set-group-ID mode bit of the new process image
268 file is set, the effective group ID of the child process becomes
269 that file's group ID before the new process image begins execution.
275 the child process initially has the signal mask specified in the
284 object are set to their default actions in the child process.
285 Signals set to the default action in the parent process are set to
286 the default action in the child process.
288 Signals set to be caught by the calling process are set to the
289 default action in the child process.
291 Signals set to be ignored by the calling process image are set to
292 be ignored by the child process, unless otherwise specified by the
300 The Address Space Layout Randomization for the newly spawned process
313 All process attributes, other than those influenced by the attributes
318 appear in the new process image as though
320 had been called to create a child process and then
322 had been called by the child process to execute the new process image.
336 return the process ID of the child process to the parent process,
340 Otherwise, no child process is created, no value is stored into
347 argument is a null pointer, the process ID of the child is not returned
364 respectively (or, if the error occurs after the calling process successfully
365 returns, the child process exits with exit status 127).
373 fails while changing the child's process group, an error value is returned as
376 (or, if the error occurs after the calling process successfully returns,
377 the child process exits with exit status 127).
392 (or, if the error occurs after the calling process successfully returns, the
393 child process exits with exit status 127).
405 (or, if the error occurs after the calling process successfully returns,
406 the child process exits with exit status 127).
423 respectively (or, if the error occurs after the calling process successfully
424 returns, the child process exits with exit status 127). An open file action