remove leftover unused variable in mktemp after refactoring
[musl] / src / process /
2013-02-17 Rich Felkerconsistently use the internal name __environ for environ
2013-02-03 Rich Felkerbase system() on posix_spawn
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
2013-02-01 Rich Felkerfix up minor misplacement of restrict keyword in spawna...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-11 Rich Felkeradd support for thread scheduling (POSIX TPS option)
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-10-29 Rich Felkersystem is a cancellation point
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...
2012-02-06 Rich Felkerx86_64 vfork implementation
2011-10-15 Rich Felkersupport vfork on i386
2011-10-15 Rich Felkermake available a namespace-safe vfork, if supported
2011-09-29 Rich Felkerfix various bugs in path and error handling in execvp...
2011-09-14 Rich Felkerfix various errors in function signatures/prototypes...
2011-09-13 Rich Felkeradd missing posix_spawnattr_init/destroy functions
2011-08-07 Rich Felkeruse weak aliases rather than function pointers to simpl...
2011-07-17 Rich Felkerensure in fork that child gets its own new robust mutex...
2011-05-29 Rich Felkerfix backwards posix_spawn file action order
2011-05-29 Rich Felkeradd accidentally-omitted file needed for posix_spawn...
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
2011-04-27 Rich Felkercorrect variadic prototypes for execl* family
2011-04-21 Rich Felkerfix minor bugs due to incorrect threaded-predicate...
2011-04-17 Rich Felkerclean up handling of thread/nothread mode, locking
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-12 Rich Felkerspeed up threaded fork
2011-03-24 Rich Felkeroverhaul cancellation to fix resource leaks and dangero...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-10 Rich Felkermake fork properly initialize the main thread in the...
2011-02-27 Rich Felkerimplement fexecve
2011-02-19 Rich Felkeradd pthread_atfork interface
2011-02-12 Rich Felkerinitial check-in, version 0.5.0