rework langinfo code for ABI compat and for use by time code
[musl] / src / process / posix_spawn.c
2013-07-17 Rich Felkermake posix_spawn (and functions that use it) use CLONE_...
2013-04-26 Rich Felkerremove explicit locking to prevent __synccall setuid...
2013-02-03 Rich Felkerfix unsigned comparison bug in posix_spawn
2013-02-03 Rich Felkeroverhaul posix_spawn to use CLONE_VM instead of vfork
2012-10-19 Rich Felkerfix usage of locks with vfork
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