summaryrefslogtreecommitdiff
path: root/src/linux
AgeCommit message (Expand)AuthorLines
2019-07-29timerfd: add time64 syscall support, decouple 32-bit time_tRich Felker-0/+42
2019-07-28pselect, ppoll: add time64 syscall support, decouple 32-bit time_tRich Felker-1/+17
2019-07-27implement settimeofday in terms of clock_settime, not old syscallRich Felker-1/+6
2019-07-20refactor adjtime function using adjtimex function instead of syscallRich Felker-1/+1
2019-07-20refactor adjtimex in terms of clock_adjtimeRich Felker-2/+4
2019-06-28cap getdents length argument to INT_MAXRich Felker-0/+2
2019-06-14add riscv64 architecture supportRich Felker-0/+33
2019-04-09in membarrier fallback, allow for possibility that sigaction failsRich Felker-8/+9
2019-02-22add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker-0/+76
2018-09-12wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj-0/+18
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-8/+4
2018-09-12reduce spurious inclusion of libc.hRich Felker-5/+2
2018-09-12remove unused __getdents, rename and move fileRich Felker-0/+9
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-2/+0
2018-09-12fix issues from public functions defined without declaration visibleRich Felker-0/+6
2018-06-20add memfd_create syscall wrapperSzabolcs Nagy-0/+8
2018-06-20add mlock2 linux syscall wrapperSzabolcs Nagy-0/+10
2018-02-22add getrandom syscall wrapperHauke Mehrtens-0/+7
2017-07-04fix undefined behavior in ptraceAlexander Monakov-2/+6
2016-01-22move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker-1/+50
2015-07-09fix incorrect void return type for syncfs functionRich Felker-2/+2
2014-06-14fix missing argument to syscall in fanotify_markClément Vasseur-1/+1
2014-05-30fix breakage from recent syscall commits due to missing errno macrosRich Felker-0/+3
2014-05-30fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy-1/+16
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker-8/+29
2014-04-15add namespace-protected name for sysinfo functionRich Felker-6/+5
2014-03-06x32: fix sysinfo()rofl0r-0/+5
2014-02-09clone: make clone a wrapper around __cloneBobby Bingham-0/+19
2014-01-07fix const-correctness of argument to stimeRich Felker-1/+1
2014-01-07fix signedness of pgoff argument to remap_file_pagesRich Felker-1/+1
2014-01-07fix incorrect type for wd argument of inotify_rm_watchRich Felker-1/+1
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker-0/+4
2014-01-03fanotify.c: fix typo in header inclusionrofl0r-1/+1
2014-01-02disable the brk functionRich Felker-1/+2
2014-01-02disable sbrk for all values of increment except 0Rich Felker-3/+3
2014-01-02add fanotify syscall wrapper and headerrofl0r-0/+14
2013-12-20add sys/quota.h and quotactl syscall wrapperRich Felker-0/+7
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-10/+12
2013-05-26fix the prototype of settimeofday to follow the original BSD declarationSzabolcs Nagy-1/+2
2013-04-07fix signalfd not to ignore flagsRich Felker-1/+12
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker-3/+6
2012-12-07remove __arch_prctl alias for arch_prctlRich Felker-3/+1
2012-12-07move new linux syscall wrapper functions to proper source dirRich Felker-0/+16
2012-11-18add port io functions to sys/io.hRich Felker-2/+4
2012-11-04mips cache flush/ctl syscall support and headerRich Felker-0/+18
2012-09-29move accept4, dup3, and pipe2 to non-linux-specific locationsRich Felker-27/+0
2012-09-29fix some indention-with-spaces that crept inRich Felker-4/+4
2012-09-21LFS64 alias for prlimitRich Felker-0/+3
2012-09-16add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker-0/+25
2012-09-10fix another ppoll issue (missing sigset_t size argument)Rich Felker-1/+1