Will Dietz 004dc9549b posix_spawn: use larger stack to cover worst-case in execvpe 7 년 전
..
i386 2bb75db611 support vfork on i386 13 년 전
s390x 1509494305 add s390x port 8 년 전
sh 10d0268ccf switch to using trap number 31 for syscalls on sh 10 년 전
x32 664cd34192 x32 port (diff against vanilla x86_64) 11 년 전
x86_64 4cf667c9c9 x86_64 vfork implementation 13 년 전
execl.c c3a43b35cc add missing va_end in execl* for correcness and static code analyzers 11 년 전
execle.c c3a43b35cc add missing va_end in execl* for correcness and static code analyzers 11 년 전
execlp.c c3a43b35cc add missing va_end in execl* for correcness and static code analyzers 11 년 전
execv.c 0b44a0315b initial check-in, version 0.5.0 14 년 전
execve.c aa398f56fa global cleanup to use the new syscall interface 14 년 전
execvp.c 14a0117117 make execvp continue PATH search on EACCES rather than issuing an errror 10 년 전
fdop.h fb6b159d9e overhaul posix_spawn to use CLONE_VM instead of vfork 12 년 전
fexecve.c 571744447c include cleanups: remove unused headers and add feature test macros 11 년 전
fork.c 19a1fe670a remove remnants of support for running in no-thread-pointer mode 10 년 전
posix_spawn.c 004dc9549b posix_spawn: use larger stack to cover worst-case in execvpe 7 년 전
posix_spawn_file_actions_addclose.c f48832ee15 fix backwards posix_spawn file action order 14 년 전
posix_spawn_file_actions_adddup2.c fb6b159d9e overhaul posix_spawn to use CLONE_VM instead of vfork 12 년 전
posix_spawn_file_actions_addopen.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 년 전
posix_spawn_file_actions_destroy.c a0ae0b0936 add file actions support to posix_spawn 14 년 전
posix_spawn_file_actions_init.c c97f0d998c initial implementation of posix_spawn 14 년 전
posix_spawnattr_destroy.c 0f1ef81462 add missing posix_spawnattr_init/destroy functions 13 년 전
posix_spawnattr_getflags.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 년 전
posix_spawnattr_getpgroup.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 년 전
posix_spawnattr_getsigdefault.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 년 전
posix_spawnattr_getsigmask.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 년 전
posix_spawnattr_init.c 0f1ef81462 add missing posix_spawnattr_init/destroy functions 13 년 전
posix_spawnattr_sched.c 96fbcf7d80 fix up minor misplacement of restrict keyword in spawnattr sched stubs 12 년 전
posix_spawnattr_setflags.c f9f686b772 have posix_spawnattr_setflags check for supported flags 8 년 전
posix_spawnattr_setpgroup.c c97f0d998c initial implementation of posix_spawn 14 년 전
posix_spawnattr_setsigdefault.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 년 전
posix_spawnattr_setsigmask.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 년 전
posix_spawnp.c 97c8bdd88a fix parent-memory-clobber in posix_spawn (environ) 12 년 전
system.c 571744447c include cleanups: remove unused headers and add feature test macros 11 년 전
vfork.c 5cf9e8f860 additional fixes for linux kernel apis with old syscalls removed 11 년 전
wait.c 0b44a0315b initial check-in, version 0.5.0 14 년 전
waitid.c feee98903c overhaul pthread cancellation 14 년 전
waitpid.c feee98903c overhaul pthread cancellation 14 년 전