Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add no-op POSIX_SPAWN_USEVFORK to spawn.h | Rich Felker | 2017-04-22 | 1 | -0/+1 |
* | implement new posix_spawn flag POSIX_SPAWN_SETSID | Rich Felker | 2017-04-22 | 1 | -0/+1 |
* | fix some restrict-qualifier mismatches in newly added interfaces | Rich Felker | 2012-11-27 | 1 | -2/+2 |
* | add support for thread scheduling (POSIX TPS option) | Rich Felker | 2012-11-11 | 1 | -0/+5 |
* | remove all remaining redundant __restrict/__inline/_Noreturn defs | Rich Felker | 2012-09-08 | 1 | -5/+1 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 1 | -11/+17 |
* | fix various errors in function signatures/prototypes found by nsz | Rich Felker | 2011-09-13 | 1 | -2/+2 |
* | initial implementation of posix_spawn | Rich Felker | 2011-05-28 | 1 | -0/+67 |