..
x32
reduce spurious inclusion of libc.h
8 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
fix issues from public functions defined without declaration visible
8 years ago
cache.c
reduce spurious inclusion of libc.h
8 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
fix issues from public functions defined without declaration visible
8 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
remove spurious inclusion of libc.h for LFS64 ABI aliases
8 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 spurious inclusion of libc.h for LFS64 ABI aliases
8 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
membarrier.c
add membarrier syscall wrapper, refactor dynamic tls install to use it
7 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
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
remove spurious inclusion of libc.h for LFS64 ABI aliases
8 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
fix issues from public functions defined without declaration visible
8 years ago
sendfile.c
remove spurious inclusion of libc.h for LFS64 ABI aliases
8 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
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
reduce spurious inclusion of libc.h
8 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
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
include cleanups: remove unused headers and add feature test macros
13 years ago
xattr.c
add missing xattr functions
14 years ago