| .. |
|
x32
|
move x32 sysinfo impl and syscall fixup code out of arch/x32/src
|
10 years ago |
|
adjtime.c
|
implement the adjtime and adjtimex functions (nonstandard)
|
15 years ago |
|
adjtimex.c
|
implement the adjtime and adjtimex functions (nonstandard)
|
15 years ago |
|
arch_prctl.c
|
remove __arch_prctl alias for arch_prctl
|
14 years ago |
|
brk.c
|
disable the brk function
|
13 years ago |
|
cache.c
|
mips cache flush/ctl syscall support and header
|
14 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
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
clone.c
|
clone: make clone a wrapper around __clone
|
12 years ago |
|
epoll.c
|
fix breakage from recent syscall commits due to missing errno macros
|
12 years ago |
|
eventfd.c
|
fix breakage from recent syscall commits due to missing errno macros
|
12 years ago |
|
fallocate.c
|
add some missing LFS64 aliases for fadvise/fallocate functions
|
13 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 |
|
getrandom.c
|
add getrandom syscall wrapper
|
8 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 |
|
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 |
|
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 |
|
ppoll.c
|
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
|
13 years ago |
|
prctl.c
|
fix missing va_end in prctl syscall wrapper
|
15 years ago |
|
prlimit.c
|
fix for broken kernel side RLIM_INFINITY on mips
|
12 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 |
|
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 |
|
sbrk.c
|
disable sbrk for all values of increment except 0
|
13 years ago |
|
sendfile.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
setfsgid.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
setfsuid.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
setgroups.c
|
include cleanups: remove unused headers and add feature test macros
|
13 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
|
fix the prototype of settimeofday to follow the original BSD declaration
|
13 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 |
|
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
|
add namespace-protected name for sysinfo function
|
12 years ago |
|
tee.c
|
add linux tee syscall
|
14 years ago |
|
timerfd.c
|
add timerfd interfaces (untested)
|
14 years ago |
|
unshare.c
|
add linux-specific unshare syscall wrapper
|
14 years ago |
|
utimes.c
|
support linux kernel apis (new archs) with old syscalls removed
|
12 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
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
xattr.c
|
add missing xattr functions
|
14 years ago |