summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
14 hoursFix vDSO support for all supported architectures.Dmitry Chestnykh
5 daystree: Remove ^LPetr Vorel
6 daysProvide fixups for riscv32.Dmitry Chestnykh
2024-03-02Add time64 support to ARC.Dmitry Chestnykh
2024-03-01libc: Remove 32bit timespec structures everywhere.Dmitry Chestnykh
2024-02-29libc: restore correct definition of semid_ds struct.Dmitry Chestnykh
2024-02-28libc: always redirect *stat() family to statx() with time64 enabled.Dmitry Chestnykh
2024-02-27Fix *stat() and *stat64() when the time is beyond year 2038.Dmitry Chestnykh
2024-02-26Add time64 support for MIPS32.Dmitry Chestnykh
2024-02-25Add support for using time64 on big-endian machines.Dmitry Chestnykh
2024-02-22Introduce time64 support.Dmitry Chestnykh
2024-02-18add newline at end of fileWaldemar Brodkorb
2023-11-10prlimit: add name redirection and fix incorrect parameters to syscallPavel Kozlov
2023-10-28Fix -Warray-parameter warning for __sigsetjmpPavel Kozlov
2023-10-27setrlimit/getrlimit: fix prlimit64 syscall use for 32-bit CPUsPavel Kozlov
2023-10-27depend on __UCLIBC_HAVE_STATX__Waldemar Brodkorb
2023-09-15fork: generate stub on no-MMU systemsBen Wolsieffer
2023-09-14fstatat: add wrapper that uses statx for non-legacy archYann Sionneau
2023-09-14add support for systems without legacy setrlimit/getrlimit syscallsYann Sionneau
2023-09-14fstat: add missing return value statement for the statx wrapping caseYann Sionneau
2023-09-14fstatat64: define it as a wrapper of statx if the kernel does not support fst...Yann Sionneau
2023-08-14gettimeofday() only include ldso.h if vdso support is activatedlordrasmus
2023-08-08aarch64: add hwcap header fileWaldemar Brodkorb
2023-08-02add missing wchar.h, fixes a compile error with openadkWaldemar Brodkorb
2023-07-14[PATCH] libc/sysdeps/linux/common/bits/wchar.h: resync with glibc, fix build ...Waldemar Brodkorb
2023-05-10gettimeofday: fix static buildWaldemar Brodkorb
2023-03-13Emulate 'futimesat' when __NR_futimesat is not available.Elliot Thomas
2023-01-22Defined MAP_FIXED_NOREPLACElinted
2022-12-19gettimeofday() vdso supportramin
2022-12-19sycall macro for vdso supportramin
2022-08-08resource.h: add missing RUSAGE_THREADWaldemar Brodkorb
2022-05-20define RLIMIT_RTTIME, bump RLIMIT_NLIMITSRomain Naour
2022-02-27guard prlimit, reported by Lance FredricksonWaldemar Brodkorb
2022-01-28sched.h: Add SCHED_DEADLINEPetr Vorel
2022-01-21add prlimit syscall wrapper, now for realWaldemar Brodkorb
2022-01-21add prlimit syscall wrapperWaldemar Brodkorb
2021-12-24Fix some warnings due to type issuesYann Sionneau
2021-04-09open: Add support for O_TMPFILENicolas Cavallari
2021-01-28use renameat2 syscall, when renameat isn't availableWaldemar Brodkorb
2021-01-27fix umount2 compilation for alpha on Linux 5.xWaldemar Brodkorb
2020-08-19Add {name, open}_to_handle_at() implementationPetr Vorel
2020-08-15sys/random.h include stddef.hWaldemar Brodkorb
2020-07-02Rename __unused struct members to include a namespaceEd Wildgoose
2020-04-01statx: make include conditional, fixes non-csky arch buildroot buildsWaldemar Brodkorb
2020-02-07common/bits: Fix ipc_perm and semid_ds definitions for 64-bit archesVladimir Murzin
2020-02-03csky: add statx conditionalsWaldemar Brodkorb
2020-01-30poll: avoid calling select with empty sets which hangs the processYann Sionneau
2019-11-17fix PTRAVE_EVENT_SECCOMP typo in ptrace.hJoris Vink
2019-11-05implement fexecve from glibcWaldemar Brodkorb
2019-05-13preadv/pwritev: fix offset argument typeMax Filippov