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

reduce spurious inclusion of libc.h

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

refactor adjtime function using adjtimex function instead of syscall

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

refactor adjtimex in terms of clock_adjtime

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

remove __arch_prctl alias for arch_prctl

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

fix issues from public functions defined without declaration visible

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

riscv: fall back to syscall __riscv_flush_icache

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

add deprecated capabilities functions

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

include cleanups: remove unused headers and add feature test macros

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

reformat clock_adjtime with always-true condition removed

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

fix public clone function to be safe and usable by applications

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

add copy_file_range system call wrapper

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

epoll_create: fail with EINVAL if size is non-positive

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

fix breakage from recent syscall commits due to missing errno macros

12 лет назад
fallocate.c

remove LFS64 symbol aliases; replace with dynamic linker remapping

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

fix missing argument to syscall in fanotify_mark

12 лет назад
flock.c

add syscall wrapper for flock

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

remove LFS64 symbol aliases; replace with dynamic linker remapping

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

add getrandom syscall wrapper

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

add gettid function

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

fix breakage from recent syscall commits due to missing errno macros

12 лет назад
ioperm.c

add port io functions to sys/io.h

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

add port io functions to sys/io.h

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

include cleanups: remove unused headers and add feature test macros

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

use alt signal stack when present for implementation-internal signals

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

add memfd_create syscall wrapper

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

add mlock2 linux syscall wrapper

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

add init_module/delete_module syscall wrappers

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

cleanup src/linux and src/misc trees, etc.

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

wireup linux/name_to_handle_at and name_to_handle_at syscalls

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

wireup linux/name_to_handle_at and name_to_handle_at syscalls

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

include cleanups: remove unused headers and add feature test macros

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

add pivot_root syscall wrapper

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

fix missing va_end in prctl syscall wrapper

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

add preadv2 and pwritev2 syscall wrappers, flag value macros

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

remove LFS64 symbol aliases; replace with dynamic linker remapping

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

add process_vm_readv and process_vm_writev syscall wrappers

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

fix undefined behavior in ptrace

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

add preadv2 and pwritev2 syscall wrappers, flag value macros

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

add sys/quota.h and quotactl syscall wrapper

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

add linux readahead syscall

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

fix broken reboot wrapper (syscall needs extra silly magic arguments...)

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

fix signedness of pgoff argument to remap_file_pages

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

add renameat2 linux syscall wrapper

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

fix issues from public functions defined without declaration visible

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

remove LFS64 symbol aliases; replace with dynamic linker remapping

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

reduce spurious inclusion of libc.h

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

reduce spurious inclusion of libc.h

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

fix setgroups behavior in multithreaded process

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

include cleanups: remove unused headers and add feature test macros

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

include cleanups: remove unused headers and add feature test macros

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

implement settimeofday in terms of clock_settime, not old syscall

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

support linux kernel apis (new archs) with old syscalls removed

12 лет назад
splice.c

add splice and vmsplice syscalls

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

statx: fix uninitialized attributes/mask in fallback path

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

fix const-correctness of argument to stime

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

cleanup src/linux and src/misc trees, etc.

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

reenable sync_file_range; should no longer break on mips

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

fix incorrect void return type for syncfs function

11 лет назад
sysinfo.c

reduce spurious inclusion of libc.h

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

add linux tee syscall

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

timerfd: add time64 syscall support, decouple 32-bit time_t

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

add linux-specific unshare syscall wrapper

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

overhaul internally-public declarations using wrapper headers

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

add vhangup syscall wrapper

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

add splice and vmsplice syscalls

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

cleanup cruft left from when kernel and user time_t disagreed

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

add framework to support archs without a native wait4 syscall

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

add missing xattr functions

14 лет назад