about summary refs log tree commit diff
path: root/include/spawn.h
Commit message (Expand)AuthorAgeFilesLines
* add posix_spawn [f]chdir file actionsRich Felker2019-08-301-0/+5
* rework mechanism for posix_spawnp calling posix_spawnRich Felker2018-09-121-1/+3
* add no-op POSIX_SPAWN_USEVFORK to spawn.hRich Felker2017-04-221-0/+1
* implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker2017-04-221-0/+1
* fix some restrict-qualifier mismatches in newly added interfacesRich Felker2012-11-271-2/+2
* add support for thread scheduling (POSIX TPS option)Rich Felker2012-11-111-0/+5
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-081-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-11/+17
* fix various errors in function signatures/prototypes found by nszRich Felker2011-09-131-2/+2
* initial implementation of posix_spawnRich Felker2011-05-281-0/+67