musl/src/process
2014-04-20 00:26:55 -04:00
..
i386 support vfork on i386 2011-10-14 23:56:31 -04:00
x32 x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
x86_64 x86_64 vfork implementation 2012-02-06 18:23:11 -05:00
execl.c add missing va_end in execl* for correcness and static code analyzers 2013-10-07 13:24:00 +00:00
execle.c add missing va_end in execl* for correcness and static code analyzers 2013-10-07 13:24:00 +00:00
execlp.c add missing va_end in execl* for correcness and static code analyzers 2013-10-07 13:24:00 +00:00
execv.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
execve.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
execvp.c expose public execvpe interface 2014-04-20 00:26:55 -04:00
fdop.h overhaul posix_spawn to use CLONE_VM instead of vfork 2013-02-03 16:42:40 -05:00
fexecve.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
fork.c always initialize thread pointer at program start 2014-03-24 16:57:11 -04:00
posix_spawn.c make posix_spawn accept null pid pointer arguments 2014-02-12 01:03:07 -05:00
posix_spawn_file_actions_addclose.c fix backwards posix_spawn file action order 2011-05-29 12:58:02 -04:00
posix_spawn_file_actions_adddup2.c overhaul posix_spawn to use CLONE_VM instead of vfork 2013-02-03 16:42:40 -05:00
posix_spawn_file_actions_addopen.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
posix_spawn_file_actions_destroy.c add file actions support to posix_spawn 2011-05-28 23:30:47 -04:00
posix_spawn_file_actions_init.c initial implementation of posix_spawn 2011-05-28 18:36:30 -04:00
posix_spawnattr_destroy.c add missing posix_spawnattr_init/destroy functions 2011-09-13 14:45:59 -04:00
posix_spawnattr_getflags.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
posix_spawnattr_getpgroup.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
posix_spawnattr_getsigdefault.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
posix_spawnattr_getsigmask.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
posix_spawnattr_init.c add missing posix_spawnattr_init/destroy functions 2011-09-13 14:45:59 -04:00
posix_spawnattr_sched.c fix up minor misplacement of restrict keyword in spawnattr sched stubs 2013-02-01 15:57:28 -05:00
posix_spawnattr_setflags.c initial implementation of posix_spawn 2011-05-28 18:36:30 -04:00
posix_spawnattr_setpgroup.c initial implementation of posix_spawn 2011-05-28 18:36:30 -04:00
posix_spawnattr_setsigdefault.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
posix_spawnattr_setsigmask.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
posix_spawnp.c fix parent-memory-clobber in posix_spawn (environ) 2012-10-18 16:41:27 -04:00
system.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
vfork.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
wait.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
waitid.c overhaul pthread cancellation 2011-04-17 11:43:03 -04:00
waitpid.c overhaul pthread cancellation 2011-04-17 11:43:03 -04:00