Alexey Izbyshev d3a61059c0 posix_spawn: fix child spinning on write to a broken pipe vor 9 Monaten
..
aarch64 4f48da008d aarch64: add vfork vor 2 Jahren
arm ced75472d7 remove __vfork alias vor 6 Jahren
i386 ced75472d7 remove __vfork alias vor 6 Jahren
riscv64 5763f003a5 riscv64: add vfork vor 1 Jahr
s390x ced75472d7 remove __vfork alias vor 6 Jahren
sh ced75472d7 remove __vfork alias vor 6 Jahren
x32 ced75472d7 remove __vfork alias vor 6 Jahren
x86_64 ced75472d7 remove __vfork alias vor 6 Jahren
_Fork.c fa4a8abd06 fix public clone function to be safe and usable by applications vor 1 Jahr
execl.c c3a43b35cc add missing va_end in execl* for correcness and static code analyzers vor 11 Jahren
execle.c c3a43b35cc add missing va_end in execl* for correcness and static code analyzers vor 11 Jahren
execlp.c c3a43b35cc add missing va_end in execl* for correcness and static code analyzers vor 11 Jahren
execv.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
execve.c aa398f56fa global cleanup to use the new syscall interface vor 13 Jahren
execvp.c 7fe51ea85b use __strchrnul instead of strchr and strlen in execvpe vor 5 Jahren
fdop.h 8ef9d46f4d use internal malloc for posix_spawn file actions objects vor 3 Jahren
fexecve.c 6fcd60ddd9 move and deduplicate declarations of __procfdname to make it checkable vor 6 Jahren
fork.c cf76df0e1f fix missing synchronization of pthread TSD keys with MT-fork vor 2 Jahren
posix_spawn.c d3a61059c0 posix_spawn: fix child spinning on write to a broken pipe vor 9 Monaten
posix_spawn_file_actions_addchdir.c 74244e5b3e add posix_spawn [f]chdir file actions vor 5 Jahren
posix_spawn_file_actions_addclose.c dd5b638471 fail posix_spawn file_actions operations with negative fds vor 3 Jahren
posix_spawn_file_actions_adddup2.c dd5b638471 fail posix_spawn file_actions operations with negative fds vor 3 Jahren
posix_spawn_file_actions_addfchdir.c dd5b638471 fail posix_spawn file_actions operations with negative fds vor 3 Jahren
posix_spawn_file_actions_addopen.c dd5b638471 fail posix_spawn file_actions operations with negative fds vor 3 Jahren
posix_spawn_file_actions_destroy.c a0ae0b0936 add file actions support to posix_spawn vor 13 Jahren
posix_spawn_file_actions_init.c c97f0d998c initial implementation of posix_spawn vor 13 Jahren
posix_spawnattr_destroy.c 0f1ef81462 add missing posix_spawnattr_init/destroy functions vor 13 Jahren
posix_spawnattr_getflags.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
posix_spawnattr_getpgroup.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
posix_spawnattr_getsigdefault.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
posix_spawnattr_getsigmask.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
posix_spawnattr_init.c 0f1ef81462 add missing posix_spawnattr_init/destroy functions vor 13 Jahren
posix_spawnattr_sched.c 96fbcf7d80 fix up minor misplacement of restrict keyword in spawnattr sched stubs vor 11 Jahren
posix_spawnattr_setflags.c f9f686b772 have posix_spawnattr_setflags check for supported flags vor 7 Jahren
posix_spawnattr_setpgroup.c c97f0d998c initial implementation of posix_spawn vor 13 Jahren
posix_spawnattr_setsigdefault.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
posix_spawnattr_setsigmask.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
posix_spawnp.c 13d1afa46f overhaul internally-public declarations using wrapper headers vor 6 Jahren
system.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
vfork.c ced75472d7 remove __vfork alias vor 6 Jahren
wait.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
waitid.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
waitpid.c 19563e1850 add framework to support archs without a native wait4 syscall vor 9 Monaten