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