Rich Felker 4209a7b104 fix setgroups behavior in multithreaded process %!s(int64=4) %!d(string=hai) anos
..
x32 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
adjtime.c e53a91da58 refactor adjtime function using adjtimex function instead of syscall %!s(int64=5) %!d(string=hai) anos
adjtimex.c 107d68ad17 refactor adjtimex in terms of clock_adjtime %!s(int64=5) %!d(string=hai) anos
arch_prctl.c 3ee67505fe remove __arch_prctl alias for arch_prctl %!s(int64=12) %!d(string=hai) anos
brk.c c221d3e586 fix issues from public functions defined without declaration visible %!s(int64=6) %!d(string=hai) anos
cache.c 0a48860c27 add riscv64 architecture support %!s(int64=6) %!d(string=hai) anos
cap.c e361019c24 add deprecated capabilities functions %!s(int64=13) %!d(string=hai) anos
chroot.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
clock_adjtime.c 28be61227c reformat clock_adjtime with always-true condition removed %!s(int64=5) %!d(string=hai) anos
clone.c c221d3e586 fix issues from public functions defined without declaration visible %!s(int64=6) %!d(string=hai) anos
copy_file_range.c f76e183111 add copy_file_range system call wrapper %!s(int64=5) %!d(string=hai) anos
epoll.c 24df8b09cf fix breakage from recent syscall commits due to missing errno macros %!s(int64=11) %!d(string=hai) anos
eventfd.c 24df8b09cf fix breakage from recent syscall commits due to missing errno macros %!s(int64=11) %!d(string=hai) anos
fallocate.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases %!s(int64=6) %!d(string=hai) anos
fanotify.c 4e5c7a2176 fix missing argument to syscall in fanotify_mark %!s(int64=11) %!d(string=hai) anos
flock.c 55b123b5ed add syscall wrapper for flock %!s(int64=14) %!d(string=hai) anos
getdents.c 3d178a7e2b cap getdents length argument to INT_MAX %!s(int64=6) %!d(string=hai) anos
getrandom.c e206582091 add getrandom syscall wrapper %!s(int64=7) %!d(string=hai) anos
gettid.c d49cf07541 add gettid function %!s(int64=4) %!d(string=hai) anos
inotify.c 24df8b09cf fix breakage from recent syscall commits due to missing errno macros %!s(int64=11) %!d(string=hai) anos
ioperm.c 61aa6324af add port io functions to sys/io.h %!s(int64=12) %!d(string=hai) anos
iopl.c 61aa6324af add port io functions to sys/io.h %!s(int64=12) %!d(string=hai) anos
klogctl.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
membarrier.c 957c276323 remove unused weak definition of __tl_sync in membarrier.c %!s(int64=4) %!d(string=hai) anos
memfd_create.c 38f2fa3d02 add memfd_create syscall wrapper %!s(int64=7) %!d(string=hai) anos
mlock2.c b64d66d0b0 add mlock2 linux syscall wrapper %!s(int64=7) %!d(string=hai) anos
module.c 2169265ec6 add init_module/delete_module syscall wrappers %!s(int64=13) %!d(string=hai) anos
mount.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. %!s(int64=12) %!d(string=hai) anos
name_to_handle_at.c 3e14bbcd19 wireup linux/name_to_handle_at and name_to_handle_at syscalls %!s(int64=6) %!d(string=hai) anos
open_by_handle_at.c 3e14bbcd19 wireup linux/name_to_handle_at and name_to_handle_at syscalls %!s(int64=6) %!d(string=hai) anos
personality.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
pivot_root.c 5546f7a73a add pivot_root syscall wrapper %!s(int64=14) %!d(string=hai) anos
ppoll.c 22276671d0 pselect, ppoll: add time64 syscall support, decouple 32-bit time_t %!s(int64=5) %!d(string=hai) anos
prctl.c f135ef3f34 fix missing va_end in prctl syscall wrapper %!s(int64=13) %!d(string=hai) anos
prlimit.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases %!s(int64=6) %!d(string=hai) anos
process_vm.c 9cf9c39e48 add process_vm_readv and process_vm_writev syscall wrappers %!s(int64=13) %!d(string=hai) anos
ptrace.c bc42dcbfd9 fix undefined behavior in ptrace %!s(int64=8) %!d(string=hai) anos
quotactl.c e36d8a1d74 add sys/quota.h and quotactl syscall wrapper %!s(int64=11) %!d(string=hai) anos
readahead.c 90f770523f add linux readahead syscall %!s(int64=12) %!d(string=hai) anos
reboot.c c07daf0f2f fix broken reboot wrapper (syscall needs extra silly magic arguments...) %!s(int64=13) %!d(string=hai) anos
remap_file_pages.c 74998fbec1 fix signedness of pgoff argument to remap_file_pages %!s(int64=11) %!d(string=hai) anos
sbrk.c c221d3e586 fix issues from public functions defined without declaration visible %!s(int64=6) %!d(string=hai) anos
sendfile.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases %!s(int64=6) %!d(string=hai) anos
setfsgid.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
setfsuid.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
setgroups.c 4209a7b104 fix setgroups behavior in multithreaded process %!s(int64=4) %!d(string=hai) anos
sethostname.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
setns.c 571744447c include cleanups: remove unused headers and add feature test macros %!s(int64=11) %!d(string=hai) anos
settimeofday.c 2c2c3605d3 implement settimeofday in terms of clock_settime, not old syscall %!s(int64=5) %!d(string=hai) anos
signalfd.c dd5f50da6f support linux kernel apis (new archs) with old syscalls removed %!s(int64=11) %!d(string=hai) anos
splice.c 53147f902b add splice and vmsplice syscalls %!s(int64=13) %!d(string=hai) anos
stime.c 1d23b3c913 fix const-correctness of argument to stime %!s(int64=11) %!d(string=hai) anos
swap.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. %!s(int64=12) %!d(string=hai) anos
sync_file_range.c 3d939be2e3 reenable sync_file_range; should no longer break on mips %!s(int64=12) %!d(string=hai) anos
syncfs.c 11894f6d3a fix incorrect void return type for syncfs function %!s(int64=10) %!d(string=hai) anos
sysinfo.c 5ce3737931 reduce spurious inclusion of libc.h %!s(int64=6) %!d(string=hai) anos
tee.c 997ba92a0f add linux tee syscall %!s(int64=12) %!d(string=hai) anos
timerfd.c 89c5016cba timerfd: add time64 syscall support, decouple 32-bit time_t %!s(int64=5) %!d(string=hai) anos
unshare.c 50da5c264f add linux-specific unshare syscall wrapper %!s(int64=13) %!d(string=hai) anos
utimes.c 13d1afa46f overhaul internally-public declarations using wrapper headers %!s(int64=6) %!d(string=hai) anos
vhangup.c 25c8444919 add vhangup syscall wrapper %!s(int64=13) %!d(string=hai) anos
vmsplice.c 53147f902b add splice and vmsplice syscalls %!s(int64=13) %!d(string=hai) anos
wait3.c cc2a8228fa cleanup cruft left from when kernel and user time_t disagreed %!s(int64=14) %!d(string=hai) anos
wait4.c 5850546e96 wait4, getrusage: add time64/x32 variant %!s(int64=5) %!d(string=hai) anos
xattr.c 7650390de8 add missing xattr functions %!s(int64=12) %!d(string=hai) anos