OSDN Git Service

prevent dup2 action for posix_spawn internal pipe fd
[android-x86/external-musl-libc.git] / src / process / posix_spawn.c
2019-07-09 Rich Felkerprevent dup2 action for posix_spawn internal pipe fd
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkerrework mechanism for posix_spawnp calling posix_spawn
2017-11-05 Rich Felkeradjust posix_spawn dup2 action behavior to match future...
2017-10-19 Will Dietzposix_spawn: use larger stack to cover worst-case in...
2017-04-22 Rich Felkerimplement new posix_spawn flag POSIX_SPAWN_SETSID
2014-12-06 Rich Felkeruse direct syscall rather than write function in posix_...
2014-12-06 Rich Felkerdon't fail posix_spawn on failed close
2014-07-01 Rich Felkerfix ungrammatical comment in posix_spawn code
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2014-02-12 Rich Felkermake posix_spawn accept null pid pointer arguments
2013-08-10 Rich Felkeroptimize posix_spawn to avoid spurious sigaction syscalls
2013-08-10 Rich Felkerfix missing errno from exec failure in posix_spawn
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