Alexey Izbyshev d3a61059c0 posix_spawn: fix child spinning on write to a broken pipe 9 月之前
..
aarch64 4f48da008d aarch64: add vfork 2 年之前
arm ced75472d7 remove __vfork alias 6 年之前
i386 ced75472d7 remove __vfork alias 6 年之前
riscv64 5763f003a5 riscv64: add vfork 1 年之前
s390x ced75472d7 remove __vfork alias 6 年之前
sh ced75472d7 remove __vfork alias 6 年之前
x32 ced75472d7 remove __vfork alias 6 年之前
x86_64 ced75472d7 remove __vfork alias 6 年之前
_Fork.c fa4a8abd06 fix public clone function to be safe and usable by applications 1 年之前
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 13 年之前
execve.c aa398f56fa global cleanup to use the new syscall interface 13 年之前
execvp.c 7fe51ea85b use __strchrnul instead of strchr and strlen in execvpe 5 年之前
fdop.h 8ef9d46f4d use internal malloc for posix_spawn file actions objects 3 年之前
fexecve.c 6fcd60ddd9 move and deduplicate declarations of __procfdname to make it checkable 6 年之前
fork.c cf76df0e1f fix missing synchronization of pthread TSD keys with MT-fork 2 年之前
posix_spawn.c d3a61059c0 posix_spawn: fix child spinning on write to a broken pipe 9 月之前
posix_spawn_file_actions_addchdir.c 74244e5b3e add posix_spawn [f]chdir file actions 5 年之前
posix_spawn_file_actions_addclose.c dd5b638471 fail posix_spawn file_actions operations with negative fds 3 年之前
posix_spawn_file_actions_adddup2.c dd5b638471 fail posix_spawn file_actions operations with negative fds 3 年之前
posix_spawn_file_actions_addfchdir.c dd5b638471 fail posix_spawn file_actions operations with negative fds 3 年之前
posix_spawn_file_actions_addopen.c dd5b638471 fail posix_spawn file_actions operations with negative fds 3 年之前
posix_spawn_file_actions_destroy.c a0ae0b0936 add file actions support to posix_spawn 13 年之前
posix_spawn_file_actions_init.c c97f0d998c initial implementation of posix_spawn 13 年之前
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 11 年之前
posix_spawnattr_setflags.c f9f686b772 have posix_spawnattr_setflags check for supported flags 7 年之前
posix_spawnattr_setpgroup.c c97f0d998c initial implementation of posix_spawn 13 年之前
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 13d1afa46f overhaul internally-public declarations using wrapper headers 6 年之前
system.c 5ce3737931 reduce spurious inclusion of libc.h 6 年之前
vfork.c ced75472d7 remove __vfork alias 6 年之前
wait.c 0b44a0315b initial check-in, version 0.5.0 13 年之前
waitid.c 5ce3737931 reduce spurious inclusion of libc.h 6 年之前
waitpid.c 19563e1850 add framework to support archs without a native wait4 syscall 9 月之前