..
arm
remove __vfork alias
8 years ago
i386
remove __vfork alias
8 years ago
s390x
remove __vfork alias
8 years ago
sh
remove __vfork alias
8 years ago
x32
remove __vfork alias
8 years ago
x86_64
remove __vfork alias
8 years ago
execl.c
add missing va_end in execl* for correcness and static code analyzers
13 years ago
execle.c
add missing va_end in execl* for correcness and static code analyzers
13 years ago
execlp.c
add missing va_end in execl* for correcness and static code analyzers
13 years ago
execv.c
initial check-in, version 0.5.0
15 years ago
execve.c
global cleanup to use the new syscall interface
15 years ago
execvp.c
use __strchrnul instead of strchr and strlen in execvpe
7 years ago
fdop.h
add posix_spawn [f]chdir file actions
7 years ago
fexecve.c
move and deduplicate declarations of __procfdname to make it checkable
8 years ago
fork.c
fix deadlock in synccall after threaded fork
7 years ago
posix_spawn.c
add posix_spawn [f]chdir file actions
7 years ago
posix_spawn_file_actions_addchdir.c
add posix_spawn [f]chdir file actions
7 years ago
posix_spawn_file_actions_addclose.c
fix backwards posix_spawn file action order
15 years ago
posix_spawn_file_actions_adddup2.c
overhaul posix_spawn to use CLONE_VM instead of vfork
13 years ago
posix_spawn_file_actions_addfchdir.c
add posix_spawn [f]chdir file actions
7 years ago
posix_spawn_file_actions_addopen.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
posix_spawn_file_actions_destroy.c
add file actions support to posix_spawn
15 years ago
posix_spawn_file_actions_init.c
initial implementation of posix_spawn
15 years ago
posix_spawnattr_destroy.c
add missing posix_spawnattr_init/destroy functions
15 years ago
posix_spawnattr_getflags.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
posix_spawnattr_getpgroup.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
posix_spawnattr_getsigdefault.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
posix_spawnattr_getsigmask.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
posix_spawnattr_init.c
add missing posix_spawnattr_init/destroy functions
15 years ago
posix_spawnattr_sched.c
fix up minor misplacement of restrict keyword in spawnattr sched stubs
13 years ago
posix_spawnattr_setflags.c
have posix_spawnattr_setflags check for supported flags
9 years ago
posix_spawnattr_setpgroup.c
initial implementation of posix_spawn
15 years ago
posix_spawnattr_setsigdefault.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
posix_spawnattr_setsigmask.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
posix_spawnp.c
overhaul internally-public declarations using wrapper headers
8 years ago
system.c
reduce spurious inclusion of libc.h
8 years ago
vfork.c
remove __vfork alias
8 years ago
wait.c
initial check-in, version 0.5.0
15 years ago
waitid.c
reduce spurious inclusion of libc.h
8 years ago
waitpid.c
reduce spurious inclusion of libc.h
8 years ago