summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/posix_spawn_file_actions_addopen.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Even though not callable, "Ed" is a macro name, so for clarity,schwarze2014-11-301-3/+3
| | | | escape it when it appears on a macro line.
* Add additional userland interfaces for setting close-on-exec on fdsguenther2014-08-311-2/+8
| | | | | | | | | | | | | when creating them: mkostemp(), mkostemps(), the 'e' mode letter for fopen(), freopen(), fdopen(), and popen(). The close-on-exec flag will be cleared by the action created by posix_spawn_file_actions_adddup2(). Also, add support for the C11 'x' mode letter for fopen() and freopen(), setting O_EXCL when possibly creating files. Note: this requires kernel support for pipe2() and dup3()! ok millert@
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* tweak previous;jmc2012-04-111-11/+8
|
* fuss with detailsespie2012-04-111-5/+6
|
* new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.espie2012-04-111-131/+62
| | | | | | "just commit it" deraadt@ (nits to be fixed soon)
* we don't mention LIBRARY: cespie2012-03-231-3/+1
| | | | "of course" deraadt@
* Implement execvpe(3) and posix_spawn(3) and family. Based onmatthew2012-03-211-0/+173
FreeBSD's implementation via Frank Denis, with various cleanups and tweaks by me. ok deraadt@, guenther@; discussions and tweaks from many others jmc@ promises to help me further with the man pages in tree