musl/src/linux
Rich Felker 66215afc2e move x32 sysinfo impl and syscall fixup code out of arch/x32/src
all such arch-specific translation units are being moved to
appropriate arch dirs under the main src tree.
2016-01-22 03:39:07 +00:00
..
x32 move x32 sysinfo impl and syscall fixup code out of arch/x32/src 2016-01-22 03:39:07 +00:00
adjtime.c
adjtimex.c
arch_prctl.c remove __arch_prctl alias for arch_prctl 2012-12-07 16:22:13 -05:00
brk.c disable the brk function 2014-01-02 17:13:19 -05:00
cache.c mips cache flush/ctl syscall support and header 2012-11-04 17:06:31 -05:00
cap.c
chroot.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
clock_adjtime.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
clone.c clone: make clone a wrapper around __clone 2014-02-09 20:07:43 -06:00
epoll.c fix breakage from recent syscall commits due to missing errno macros 2014-05-30 12:59:36 -04:00
eventfd.c fix breakage from recent syscall commits due to missing errno macros 2014-05-30 12:59:36 -04:00
fallocate.c add some missing LFS64 aliases for fadvise/fallocate functions 2014-01-06 21:31:17 -05:00
fanotify.c fix missing argument to syscall in fanotify_mark 2014-06-14 00:10:16 -04:00
flock.c
inotify.c fix breakage from recent syscall commits due to missing errno macros 2014-05-30 12:59:36 -04:00
ioperm.c add port io functions to sys/io.h 2012-11-18 19:31:58 -05:00
iopl.c add port io functions to sys/io.h 2012-11-18 19:31:58 -05:00
klogctl.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
module.c
mount.c cleanup src/linux and src/misc trees, etc. 2012-09-07 00:48:25 -04:00
personality.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
pivot_root.c
ppoll.c remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 2013-03-26 23:07:31 -04:00
prctl.c
prlimit.c fix for broken kernel side RLIM_INFINITY on mips 2014-05-30 03:09:26 -04:00
process_vm.c
ptrace.c cleanup src/linux and src/misc trees, etc. 2012-09-07 00:48:25 -04:00
quotactl.c add sys/quota.h and quotactl syscall wrapper 2013-12-20 11:52:10 -05:00
readahead.c add linux readahead syscall 2012-09-08 00:40:37 -04:00
reboot.c
remap_file_pages.c fix signedness of pgoff argument to remap_file_pages 2014-01-07 02:58:28 -05:00
sbrk.c disable sbrk for all values of increment except 0 2014-01-02 17:03:34 -05:00
sendfile.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
setfsgid.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
setfsuid.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
setgroups.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
sethostname.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
setns.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
settimeofday.c fix the prototype of settimeofday to follow the original BSD declaration 2013-05-26 16:01:38 +00:00
signalfd.c support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00
splice.c
stime.c fix const-correctness of argument to stime 2014-01-07 03:02:14 -05:00
swap.c cleanup src/linux and src/misc trees, etc. 2012-09-07 00:48:25 -04:00
sync_file_range.c reenable sync_file_range; should no longer break on mips 2012-09-09 14:58:55 -04:00
syncfs.c fix incorrect void return type for syncfs function 2015-07-09 17:07:35 +00:00
sysinfo.c add namespace-protected name for sysinfo function 2014-04-15 18:16:37 -04:00
tee.c add linux tee syscall 2012-09-08 01:03:01 -04:00
timerfd.c add timerfd interfaces (untested) 2012-09-08 00:21:02 -04:00
unshare.c
utimes.c support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00
vhangup.c
vmsplice.c
wait3.c
wait4.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
xattr.c