..
i386
support vfork on i386
15 years ago
s390x
add s390x port
10 years ago
sh
switch to using trap number 31 for syscalls on sh
11 years ago
x32
x32 port (diff against vanilla x86_64)
12 years ago
x86_64
x86_64 vfork implementation
14 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
convert execvp error handling to switch statement
8 years ago
fdop.h
overhaul posix_spawn to use CLONE_VM instead of vfork
13 years ago
fexecve.c
include cleanups: remove unused headers and add feature test macros
13 years ago
fork.c
prevent fork's errno from being clobbered by atfork handlers
9 years ago
posix_spawn.c
adjust posix_spawn dup2 action behavior to match future requirements
9 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_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
fix parent-memory-clobber in posix_spawn (environ)
14 years ago
system.c
include cleanups: remove unused headers and add feature test macros
13 years ago
vfork.c
additional fixes for linux kernel apis with old syscalls removed
12 years ago
wait.c
initial check-in, version 0.5.0
15 years ago
waitid.c
overhaul pthread cancellation
15 years ago
waitpid.c
overhaul pthread cancellation
15 years ago