fix parent-memory-clobber in posix_spawn (environ)
[musl] / src / process / posix_spawn.c
2012-10-18 Rich Felkerfix parent-memory-clobber in posix_spawn (environ)
2012-10-18 Rich Felkeroverhaul system() and popen() to use vfork; fix various...
2012-10-15 Rich Felkerblock uid/gid changes during posix_spawn
2012-09-14 Rich Felkeruse vfork if possible in posix_spawn
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-09-14 Rich Felkerfix various errors in function signatures/prototypes...
2011-05-29 Rich Felkerfix backwards posix_spawn file action order
2011-05-29 Rich Felkeradd file actions support to posix_spawn
2011-05-28 Rich Felkerposix_spawn: honor POSIX_SPAWN_SETSIGDEF flag
2011-05-28 Rich Felkerinitial implementation of posix_spawn