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