..
x32
reduce spurious inclusion of libc.h
8 years ago
adjtime.c
refactor adjtime function using adjtimex function instead of syscall
7 years ago
adjtimex.c
refactor adjtimex in terms of clock_adjtime
7 years ago
arch_prctl.c
remove __arch_prctl alias for arch_prctl
14 years ago
brk.c
fix issues from public functions defined without declaration visible
8 years ago
cache.c
riscv: fall back to syscall __riscv_flush_icache
2 years ago
cap.c
add deprecated capabilities functions
14 years ago
chroot.c
include cleanups: remove unused headers and add feature test macros
13 years ago
clock_adjtime.c
reformat clock_adjtime with always-true condition removed
6 years ago
clone.c
fix public clone function to be safe and usable by applications
3 years ago
copy_file_range.c
add copy_file_range system call wrapper
7 years ago
epoll.c
epoll_create: fail with EINVAL if size is non-positive
4 years ago
eventfd.c
fix breakage from recent syscall commits due to missing errno macros
12 years ago
fallocate.c
remove LFS64 symbol aliases; replace with dynamic linker remapping
4 years ago
fanotify.c
fix missing argument to syscall in fanotify_mark
12 years ago
flock.c
add syscall wrapper for flock
15 years ago
getdents.c
remove LFS64 symbol aliases; replace with dynamic linker remapping
4 years ago
getrandom.c
add getrandom syscall wrapper
8 years ago
gettid.c
add gettid function
6 years ago
inotify.c
fix breakage from recent syscall commits due to missing errno macros
12 years ago
ioperm.c
add port io functions to sys/io.h
14 years ago
iopl.c
add port io functions to sys/io.h
14 years ago
klogctl.c
include cleanups: remove unused headers and add feature test macros
13 years ago
membarrier.c
use alt signal stack when present for implementation-internal signals
4 years ago
memfd_create.c
add memfd_create syscall wrapper
8 years ago
mlock2.c
add mlock2 linux syscall wrapper
8 years ago
module.c
add init_module/delete_module syscall wrappers
14 years ago
mount.c
cleanup src/linux and src/misc trees, etc.
14 years ago
name_to_handle_at.c
wireup linux/name_to_handle_at and name_to_handle_at syscalls
8 years ago
open_by_handle_at.c
wireup linux/name_to_handle_at and name_to_handle_at syscalls
8 years ago
personality.c
include cleanups: remove unused headers and add feature test macros
13 years ago
pivot_root.c
add pivot_root syscall wrapper
15 years ago
prctl.c
fix missing va_end in prctl syscall wrapper
15 years ago
preadv2.c
add preadv2 and pwritev2 syscall wrappers, flag value macros
2 years ago
prlimit.c
remove LFS64 symbol aliases; replace with dynamic linker remapping
4 years ago
process_vm.c
add process_vm_readv and process_vm_writev syscall wrappers
14 years ago
ptrace.c
fix undefined behavior in ptrace
9 years ago
pwritev2.c
add preadv2 and pwritev2 syscall wrappers, flag value macros
2 years ago
quotactl.c
add sys/quota.h and quotactl syscall wrapper
13 years ago
readahead.c
add linux readahead syscall
14 years ago
reboot.c
fix broken reboot wrapper (syscall needs extra silly magic arguments...)
15 years ago
remap_file_pages.c
fix signedness of pgoff argument to remap_file_pages
13 years ago
renameat2.c
add renameat2 linux syscall wrapper
2 years ago
sbrk.c
fix issues from public functions defined without declaration visible
8 years ago
sendfile.c
remove LFS64 symbol aliases; replace with dynamic linker remapping
4 years ago
setfsgid.c
reduce spurious inclusion of libc.h
8 years ago
setfsuid.c
reduce spurious inclusion of libc.h
8 years ago
setgroups.c
fix setgroups behavior in multithreaded process
6 years ago
sethostname.c
include cleanups: remove unused headers and add feature test macros
13 years ago
setns.c
include cleanups: remove unused headers and add feature test macros
13 years ago
settimeofday.c
implement settimeofday in terms of clock_settime, not old syscall
7 years ago
signalfd.c
support linux kernel apis (new archs) with old syscalls removed
12 years ago
splice.c
add splice and vmsplice syscalls
14 years ago
statx.c
statx: fix uninitialized attributes/mask in fallback path
2 years ago
stime.c
fix const-correctness of argument to stime
13 years ago
swap.c
cleanup src/linux and src/misc trees, etc.
14 years ago
sync_file_range.c
reenable sync_file_range; should no longer break on mips
14 years ago
syncfs.c
fix incorrect void return type for syncfs function
11 years ago
sysinfo.c
reduce spurious inclusion of libc.h
8 years ago
tee.c
add linux tee syscall
14 years ago
timerfd.c
timerfd: add time64 syscall support, decouple 32-bit time_t
7 years ago
unshare.c
add linux-specific unshare syscall wrapper
14 years ago
utimes.c
overhaul internally-public declarations using wrapper headers
8 years ago
vhangup.c
add vhangup syscall wrapper
14 years ago
vmsplice.c
add splice and vmsplice syscalls
14 years ago
wait3.c
cleanup cruft left from when kernel and user time_t disagreed
15 years ago
wait4.c
add framework to support archs without a native wait4 syscall
2 years ago
xattr.c
add missing xattr functions
14 years ago