summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-14kvx: use a custom stat.h headerYann Sionneau
2023-09-14kvx: define that kvx port supports statx syscallYann Sionneau
2023-09-14kvx: align specification of user regsYann Sionneau
2023-09-14kvx: atomic: rework using compiler builtinsYann Sionneau
2023-09-14kvx: add support for kv3-2 (Coolidge v2 SoC)Yann Sionneau
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-06-12Fix compilation error on noMMU/nothread systems with old compilersYann Sionneau
2023-06-12Revert "librt: avoid compilation error"Yann Sionneau
2021-12-24Fix some warnings due to type issuesYann Sionneau
2021-12-24Fix -Wundef related warningsYann Sionneau
2021-12-24kvx: fix warning about __BITS_PER_LONG not being definedYann Sionneau
2021-08-25Fix warnings due to missing attributes for __EI_ prefixed symbolsYann Sionneau
2021-06-04powerpc: fix PIE/PIC builds with newer gcc/binutils which use secureplt by de...Yann Sionneau
2020-12-23stdlib: fix potential UB and integer overflow with huge allocations using mal...Yann Sionneau
2020-11-23libcrypt: add missing errno.h headerYann Sionneau
2020-10-19hasmntopt: better option matchingYann Sionneau
2020-10-02kvx: add support for kvx arch to uClibc-ngYann Sionneau
2020-09-22Fix warning due to unused label in NPTLYann Sionneau
2020-09-22Fix warning due to relaxed function declaration prototypeYann Sionneau
2020-09-22Fix warning due to unused variable in strlenYann Sionneau
2020-09-22Fix warning about macro redefinitionYann Sionneau
2020-09-22Fix warning about missing const qualifierYann Sionneau
2020-09-22Fix unused variable warning in dl-startup.cYann Sionneau
2020-09-15Fix memory corruption due to struct stat fieldYann Sionneau
2020-08-25ldso: Fix pointer cast warningYann Sionneau
2020-04-01or1k: fix some TLS issuesYann Sionneau
2020-01-30poll: avoid calling select with empty sets which hangs the processYann Sionneau
2019-11-17riscv64: fix comments borrowed from or1k portYann Sionneau
2019-07-05Fix header installation for recent 64-only archYann Sionneau
2019-06-21Fix compilation issue when libuargp is compiled without __UCLIBC_HAS_PROGRAM_...Yann Sionneau
2019-04-14Fix _dl_deallocate_tls in !SHARED caseYann Sionneau
2019-04-14Fix TLS allocation and loading in !SHARED caseYann Sionneau