100 Commits (036df43d2a1d327370af005f861598d814c55121)

Author SHA1 Message Date
Khem Raj 3e14bbcd19 wireup linux/name_to_handle_at and name_to_handle_at syscalls 8 years ago
Rich Felker 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 8 years ago
Rich Felker 5ce3737931 reduce spurious inclusion of libc.h 8 years ago
Rich Felker ebb6afde68 remove unused __getdents, rename and move file 8 years ago
Rich Felker 13d1afa46f overhaul internally-public declarations using wrapper headers 8 years ago
Rich Felker c221d3e586 fix issues from public functions defined without declaration visible 8 years ago
Szabolcs Nagy 38f2fa3d02 add memfd_create syscall wrapper 8 years ago
Szabolcs Nagy b64d66d0b0 add mlock2 linux syscall wrapper 8 years ago
Hauke Mehrtens e206582091 add getrandom syscall wrapper 8 years ago
Alexander Monakov bc42dcbfd9 fix undefined behavior in ptrace 9 years ago
Rich Felker 66215afc2e move x32 sysinfo impl and syscall fixup code out of arch/x32/src 10 years ago
Rich Felker 11894f6d3a fix incorrect void return type for syncfs function 11 years ago
Clément Vasseur 4e5c7a2176 fix missing argument to syscall in fanotify_mark 12 years ago
Rich Felker 24df8b09cf fix breakage from recent syscall commits due to missing errno macros 12 years ago
Szabolcs Nagy 8258014fd1 fix for broken kernel side RLIM_INFINITY on mips 12 years ago
Rich Felker dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 12 years ago
Rich Felker de20a8ffc5 add namespace-protected name for sysinfo function 12 years ago
rofl0r dae8ca738c x32: fix sysinfo() 12 years ago
Bobby Bingham fdf5f1b131 clone: make clone a wrapper around __clone 12 years ago
Rich Felker 1d23b3c913 fix const-correctness of argument to stime 13 years ago
Rich Felker 74998fbec1 fix signedness of pgoff argument to remap_file_pages 13 years ago
Rich Felker 2750337379 fix incorrect type for wd argument of inotify_rm_watch 13 years ago
Rich Felker 1e7a581ad6 add some missing LFS64 aliases for fadvise/fallocate functions 13 years ago
rofl0r 9e91398b28 fanotify.c: fix typo in header inclusion 13 years ago
Rich Felker 863d628d93 disable the brk function 13 years ago
Rich Felker 7a995fe706 disable sbrk for all values of increment except 0 13 years ago
rofl0r 5c81b8fe45 add fanotify syscall wrapper and header 13 years ago
Rich Felker e36d8a1d74 add sys/quota.h and quotactl syscall wrapper 13 years ago
Szabolcs Nagy 571744447c include cleanups: remove unused headers and add feature test macros 13 years ago
Szabolcs Nagy 31ff797787 fix the prototype of settimeofday to follow the original BSD declaration 13 years ago
Rich Felker bcd9302508 fix signalfd not to ignore flags 13 years ago
Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
Rich Felker 3ee67505fe remove __arch_prctl alias for arch_prctl 14 years ago
Rich Felker 55aef73f47 move new linux syscall wrapper functions to proper source dir 14 years ago
Rich Felker 61aa6324af add port io functions to sys/io.h 14 years ago
Rich Felker fc5f16d182 mips cache flush/ctl syscall support and header 14 years ago
Rich Felker dc62790dee move accept4, dup3, and pipe2 to non-linux-specific locations 14 years ago
Rich Felker c983e6415a fix some indention-with-spaces that crept in 14 years ago
Rich Felker f600105eef LFS64 alias for prlimit 14 years ago
Rich Felker 662da62eb7 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers 14 years ago
Rich Felker a9555a995c fix another ppoll issue (missing sigset_t size argument) 14 years ago
Rich Felker 3b5e69052a fix ppoll with null timeout argument 14 years ago
Rich Felker 141138c41b add linux ppoll syscall wrapper 14 years ago
Rich Felker 3d939be2e3 reenable sync_file_range; should no longer break on mips 14 years ago
Rich Felker 41c5ee50ee disable sync_file_range for now 14 years ago
Rich Felker 6cf8bfdb64 add acct, accept4, setns, and dup3 syscalls (linux extensions) 14 years ago
Rich Felker 997ba92a0f add linux tee syscall 14 years ago
Rich Felker 00e6bbcc05 add linux sync_file_range syscall 14 years ago
Rich Felker b72db3d1ed move fallocate syscall wrapper to linux-specific syscalls dir 14 years ago
Rich Felker 90f770523f add linux readahead syscall 14 years ago