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