summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
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-14c6x compile fix vdso supportlordrasmus
2023-08-12arm: add hwcap header fileWaldemar Brodkorb
2023-08-09fcntl.h: declare f_owner_ex for all architecturesWaldemar Brodkorb
2023-08-08aarch64: add hwcap header fileWaldemar Brodkorb
2023-08-06powerpc: fix conflicting definitions with newer Linux kernelWaldemar 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-02-03riscv64: fix linking with binutils 2.40Waldemar Brodkorb
2023-01-22Defined MAP_FIXED_NOREPLACElinted
2022-12-19gettimeofday() vdso supportramin
2022-12-19sycall macro for vdso supportramin
2022-11-20RISC-V 32-bit supportustcymgu@gmail.com
2022-10-14Static pie support for ppclinted
2022-10-14arc: add optimized string functions for ARCv3Pavel Kozlov
2022-09-27arc: add support for ARCv3 32-bit processorsSergey Matyukevich
2022-09-27arc: add asm macrosSergey Matyukevich
2022-09-21xtensa: add static pie supportMax Filippov
2022-09-07Added support for creation of Static Position-Independent Executables (PIE) o...linted
2022-08-08Added support for creation of Static Position-Independent Executables (PIE) o...linted
2022-08-08resource.h: add missing RUSAGE_THREADWaldemar Brodkorb
2022-07-26Added support for creation of Static Position-Independent Executables (PIE) o...linted
2022-06-20xtensa: implement user context manipulation functionsMax Filippov
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
2022-01-21nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changesWaldemar Brodkorb
2022-01-10arc: fix signal handler restorerSergey Matyukevich
2021-12-24Fix some warnings due to type issuesYann Sionneau
2021-12-24kvx: fix warning about __BITS_PER_LONG not being definedYann Sionneau
2021-06-04powerpc: fix PIE/PIC builds with newer gcc/binutils which use secureplt by de...Yann Sionneau
2021-04-09open: Add support for O_TMPFILENicolas Cavallari
2021-02-19fcntl.h: Make F_DUPFD_CLOEXEC if _USE_XOPEN2K8Paul Cercueil
2021-01-28use renameat2 syscall, when renameat isn't availableWaldemar Brodkorb
2021-01-27fix umount2 compilation for alpha on Linux 5.xWaldemar Brodkorb
2021-01-27sh: Add 64-bit time types from kernelGeoffrey Le GourriƩrec
2020-10-02kvx: add support for kvx arch to uClibc-ngYann Sionneau
2020-09-15Fix memory corruption due to struct stat fieldYann Sionneau
2020-08-19Add {name, open}_to_handle_at() implementationPetr Vorel
2020-08-17riscv64: add __riscv_flush_icacheWaldemar Brodkorb
2020-08-15sys/random.h include stddef.hWaldemar Brodkorb
2020-08-11xtensa: add exclusive access supportMax Filippov
2020-08-11xtensa: relax memory constraint in atomic assemblyMax Filippov
2020-07-02Rename __unused struct members to include a namespaceEd Wildgoose