/
clang
/
musl
ОбзорДокументацияВойти
/
clang
/
musl
Код
Вики
Пакеты
0
Релизы
0
Аналитика
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
musl/
src/process/
..
aarch64

aarch64: add vfork

4 года назад
arm

remove __vfork alias

8 лет назад
i386

remove __vfork alias

8 лет назад
riscv64

riscv64: add vfork

4 года назад
s390x

remove __vfork alias

8 лет назад
sh

remove __vfork alias

8 лет назад
x32

remove __vfork alias

8 лет назад
x86_64

remove __vfork alias

8 лет назад
_Fork.c

fix public clone function to be safe and usable by applications

3 года назад
execl.c

add missing va_end in execl* for correcness and static code analyzers

13 лет назад
execle.c

add missing va_end in execl* for correcness and static code analyzers

13 лет назад
execlp.c

add missing va_end in execl* for correcness and static code analyzers

13 лет назад
execv.c

initial check-in, version 0.5.0

16 лет назад
execve.c

global cleanup to use the new syscall interface

15 лет назад
execvp.c

use __strchrnul instead of strchr and strlen in execvpe

7 лет назад
fdop.h

use internal malloc for posix_spawn file actions objects

5 лет назад
fexecve.c

move and deduplicate declarations of __procfdname to make it checkable

8 лет назад
fork.c

fix missing synchronization of pthread TSD keys with MT-fork

4 года назад
posix_spawn.c

posix_spawn: fix child spinning on write to a broken pipe

2 года назад
posix_spawn_file_actions_addchdir.c

add posix_spawn [f]chdir file actions

7 лет назад
posix_spawn_file_actions_addclose.c

fail posix_spawn file_actions operations with negative fds

6 лет назад
posix_spawn_file_actions_adddup2.c

fail posix_spawn file_actions operations with negative fds

6 лет назад
posix_spawn_file_actions_addfchdir.c

fail posix_spawn file_actions operations with negative fds

6 лет назад
posix_spawn_file_actions_addopen.c

fail posix_spawn file_actions operations with negative fds

6 лет назад
posix_spawn_file_actions_destroy.c

add file actions support to posix_spawn

15 лет назад
posix_spawn_file_actions_init.c

initial implementation of posix_spawn

15 лет назад
posix_spawnattr_destroy.c

add missing posix_spawnattr_init/destroy functions

15 лет назад
posix_spawnattr_getflags.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
posix_spawnattr_getpgroup.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
posix_spawnattr_getsigdefault.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
posix_spawnattr_getsigmask.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
posix_spawnattr_init.c

add missing posix_spawnattr_init/destroy functions

15 лет назад
posix_spawnattr_sched.c

fix up minor misplacement of restrict keyword in spawnattr sched stubs

14 лет назад
posix_spawnattr_setflags.c

have posix_spawnattr_setflags check for supported flags

9 лет назад
posix_spawnattr_setpgroup.c

initial implementation of posix_spawn

15 лет назад
posix_spawnattr_setsigdefault.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
posix_spawnattr_setsigmask.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
posix_spawnp.c

overhaul internally-public declarations using wrapper headers

8 лет назад
system.c

reduce spurious inclusion of libc.h

8 лет назад
vfork.c

remove __vfork alias

8 лет назад
wait.c

initial check-in, version 0.5.0

16 лет назад
waitid.c

reduce spurious inclusion of libc.h

8 лет назад
waitpid.c

add framework to support archs without a native wait4 syscall

2 года назад