Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Even though not callable, "Ed" is a macro name, so for clarity, | 2014-11-30 | 1 | -3/+3 | |
| | | | | escape it when it appears on a macro line. | ||||
* | Add additional userland interfaces for setting close-on-exec on fds | 2014-08-31 | 1 | -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@ | 2013-07-16 | 1 | -3/+3 | |
| | |||||
* | tweak previous; | 2012-04-11 | 1 | -11/+8 | |
| | |||||
* | fuss with details | 2012-04-11 | 1 | -5/+6 | |
| | |||||
* | new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit. | 2012-04-11 | 1 | -131/+62 | |
| | | | | | | "just commit it" deraadt@ (nits to be fixed soon) | ||||
* | we don't mention LIBRARY: c | 2012-03-23 | 1 | -3/+1 | |
| | | | | "of course" deraadt@ | ||||
* | Implement execvpe(3) and posix_spawn(3) and family. Based on | 2012-03-21 | 1 | -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 |