summaryrefslogtreecommitdiff
path: root/src/linux
AgeCommit message (Expand)AuthorFilesLines
2023-04-11wait4: fix missing rusage on x32 due to wrong success conditionAlexey Izbyshev1-1/+1
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker4-10/+0
2022-08-24epoll_create: fail with EINVAL if size is non-positiveKristina Martsenko1-0/+1
2022-08-20use alt signal stack when present for implementation-internal signalsRich Felker1-1/+1
2021-04-03make epoll_[p]wait a cancellation pointRich Felker1-2/+2
2020-10-27fix setgroups behavior in multithreaded processRich Felker1-1/+29
2020-10-14remove unused weak definition of __tl_sync in membarrier.cRich Felker1-5/+0
2020-08-17add gettid functionRich Felker1-0/+8
2020-06-02reformat clock_adjtime with always-true condition removedRich Felker1-48/+46
2020-06-02always use time64 syscall first for clock_adjtimeRich Felker1-2/+1
2020-06-02fix broken time64 clock_adjtimeRich Felker1-1/+1
2019-10-20clock_adjtime: generalize time64 not to assume old struct layout matchRich Felker1-11/+46
2019-10-19wait4, getrusage: add time64/x32 variantRich Felker1-2/+32
2019-08-23add copy_file_range system call wrapperÁrni Dagur1-0/+8
2019-08-02clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32Rich Felker1-0/+110
2019-07-29timerfd: add time64 syscall support, decouple 32-bit time_tRich Felker1-0/+42
2019-07-28pselect, ppoll: add time64 syscall support, decouple 32-bit time_tRich Felker1-1/+17
2019-07-27implement settimeofday in terms of clock_settime, not old syscallRich Felker1-1/+6
2019-07-20refactor adjtime function using adjtimex function instead of syscallRich Felker1-1/+1
2019-07-20refactor adjtimex in terms of clock_adjtimeRich Felker2-2/+4
2019-06-28cap getdents length argument to INT_MAXRich Felker1-0/+2
2019-06-14add riscv64 architecture supportRich Felker1-0/+33
2019-04-09in membarrier fallback, allow for possibility that sigaction failsRich Felker1-8/+9
2019-02-22add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker1-0/+76
2018-09-12wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj2-0/+18
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker4-8/+4
2018-09-12reduce spurious inclusion of libc.hRich Felker6-5/+2
2018-09-12remove unused __getdents, rename and move fileRich Felker1-0/+9
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker1-2/+0
2018-09-12fix issues from public functions defined without declaration visibleRich Felker3-0/+6
2018-06-20add memfd_create syscall wrapperSzabolcs Nagy1-0/+8
2018-06-20add mlock2 linux syscall wrapperSzabolcs Nagy1-0/+10
2018-02-22add getrandom syscall wrapperHauke Mehrtens1-0/+7
2017-07-04fix undefined behavior in ptraceAlexander Monakov1-2/+6
2016-01-22move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker2-1/+50
2015-07-09fix incorrect void return type for syncfs functionRich Felker1-2/+2
2014-06-14fix missing argument to syscall in fanotify_markClément Vasseur1-1/+1
2014-05-30fix breakage from recent syscall commits due to missing errno macrosRich Felker3-0/+3
2014-05-30fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy1-1/+16
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker5-8/+29
2014-04-15add namespace-protected name for sysinfo functionRich Felker2-6/+5
2014-03-06x32: fix sysinfo()rofl0r1-0/+5
2014-02-09clone: make clone a wrapper around __cloneBobby Bingham1-0/+19
2014-01-07fix const-correctness of argument to stimeRich Felker1-1/+1
2014-01-07fix signedness of pgoff argument to remap_file_pagesRich Felker1-1/+1
2014-01-07fix incorrect type for wd argument of inotify_rm_watchRich Felker1-1/+1
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker1-0/+4
2014-01-03fanotify.c: fix typo in header inclusionrofl0r1-1/+1
2014-01-02disable the brk functionRich Felker1-1/+2
2014-01-02disable sbrk for all values of increment except 0Rich Felker1-3/+3