summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/posix_spawn.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-2/+7
|
* macro fixes from Kaspars at Bankovskis dot net;schwarze2015-02-051-4/+4
| | | | also fixing one typo in fts(3) while here
* 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.
* 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-10/+12
|
* fuss with detailsespie2012-04-111-9/+4
|
* new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.espie2012-04-111-345/+89
| | | | | | "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/+387
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