Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix usage of locks with vfork | Rich Felker | 2012-10-19 | 1 | -1/+1 |
* | fix parent-memory-clobber in posix_spawn (environ) | Rich Felker | 2012-10-18 | 1 | -4/+3 |
* | overhaul system() and popen() to use vfork; fix various related bugs | Rich Felker | 2012-10-18 | 1 | -6/+7 |
* | block uid/gid changes during posix_spawn | Rich Felker | 2012-10-15 | 1 | -0/+10 |
* | use vfork if possible in posix_spawn | Rich Felker | 2012-09-14 | 1 | -1/+3 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 1 | -6/+6 |
* | fix various errors in function signatures/prototypes found by nsz | Rich Felker | 2011-09-13 | 1 | -3/+5 |
* | fix backwards posix_spawn file action order | Rich Felker | 2011-05-29 | 1 | -2/+3 |
* | add file actions support to posix_spawn | Rich Felker | 2011-05-28 | 1 | -0/+28 |
* | posix_spawn: honor POSIX_SPAWN_SETSIGDEF flag | Rich Felker | 2011-05-28 | 1 | -1/+3 |
* | initial implementation of posix_spawn | Rich Felker | 2011-05-28 | 1 | -0/+65 |