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