aboutsummaryrefslogtreecommitdiff
path: root/src/linux
AgeCommit message (Expand)Author
2024-02-25riscv: fall back to syscall __riscv_flush_icacheStefan O'Rear
2024-02-24add statx interface using syscall, fallback to fstatatDuncan Bellamy
2024-02-22add framework to support archs without a native wait4 syscallRich Felker
2024-02-03riscv: correct symbol version of __vdso_flush_icachegns
2024-01-25add preadv2 and pwritev2 syscall wrappers, flag value macrosRich Felker
2024-01-21move ppoll from src/linux to src/select reflecting future standardizationRich Felker
2023-06-01fix public clone function to be safe and usable by applicationsRich Felker
2023-04-11wait4: fix missing rusage on x32 due to wrong success conditionAlexey Izbyshev
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker
2022-08-24epoll_create: fail with EINVAL if size is non-positiveKristina Martsenko
2022-08-20use alt signal stack when present for implementation-internal signalsRich Felker
2021-04-03make epoll_[p]wait a cancellation pointRich Felker
2020-10-27fix setgroups behavior in multithreaded processRich Felker
2020-10-14remove unused weak definition of __tl_sync in membarrier.cRich Felker
2020-08-17add gettid functionRich Felker
2020-06-02reformat clock_adjtime with always-true condition removedRich Felker
2020-06-02always use time64 syscall first for clock_adjtimeRich Felker
2020-06-02fix broken time64 clock_adjtimeRich Felker
2019-10-20clock_adjtime: generalize time64 not to assume old struct layout matchRich Felker
2019-10-19wait4, getrusage: add time64/x32 variantRich Felker
2019-08-23add copy_file_range system call wrapperÁrni Dagur
2019-08-02clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32Rich Felker
2019-07-29timerfd: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-07-28pselect, ppoll: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-07-27implement settimeofday in terms of clock_settime, not old syscallRich Felker
2019-07-20refactor adjtime function using adjtimex function instead of syscallRich Felker
2019-07-20refactor adjtimex in terms of clock_adjtimeRich Felker
2019-06-28cap getdents length argument to INT_MAXRich Felker
2019-06-14add riscv64 architecture supportRich Felker
2019-04-09in membarrier fallback, allow for possibility that sigaction failsRich Felker
2019-02-22add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker
2018-09-12wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker
2018-09-12reduce spurious inclusion of libc.hRich Felker
2018-09-12remove unused __getdents, rename and move fileRich Felker
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker
2018-09-12fix issues from public functions defined without declaration visibleRich Felker
2018-06-20add memfd_create syscall wrapperSzabolcs Nagy
2018-06-20add mlock2 linux syscall wrapperSzabolcs Nagy
2018-02-22add getrandom syscall wrapperHauke Mehrtens
2017-07-04fix undefined behavior in ptraceAlexander Monakov
2016-01-22move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker
2015-07-09fix incorrect void return type for syncfs functionRich Felker
2014-06-14fix missing argument to syscall in fanotify_markClément Vasseur
2014-05-30fix breakage from recent syscall commits due to missing errno macrosRich Felker
2014-05-30fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker
2014-04-15add namespace-protected name for sysinfo functionRich Felker
2014-03-06x32: fix sysinfo()rofl0r
2014-02-09clone: make clone a wrapper around __cloneBobby Bingham