summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-28ldso: Use statx() when time64 is 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-26Refactor `ts32_struct` and `TO_ITS64_P`.Dmitry Chestnykh
2024-02-25Add time64 support for PowerPC.Dmitry Chestnykh
2024-02-25Add support for using time64 on big-endian machines.Dmitry Chestnykh
2024-02-25Remove unneeded comparisons.Dmitry Chestnykh
2024-02-25ldso: Remove unneeded semicolons.Dmitry Chestnykh
2024-02-22xtensa: Add time64 support.Dmitry Chestnykh
2024-02-22Introduce time64 support.Dmitry Chestnykh
2024-02-20Replace null subtraction with castSven Linker
2024-02-20libc: Fix some unused parameter warningsSven Linker
2024-02-20Remove duplicate semicolonsMarcus Haehnel
2024-02-20ldso: add null-pointer checkFrank Mehnert
2024-02-20fix c6x toolchain compileWaldemar Brodkorb
2024-02-19Rename `reloc_addr` to suppress `-Wshadow` warning.Dmitry Chestnykh
2024-02-18Fix broken compilation of uClibc-ng.Dmitry Chestnykh
2024-02-18Avoid fall-through if file matching temporary name existsSven Linker
2024-02-18Add extra `-shared` to link.so command.Dmitry Chestnykh
2024-02-18features.h: Rework _DEFAULT_SOURCEPaul Cercueil
2024-02-18add newline at end of fileWaldemar Brodkorb
2024-02-10libc: Fix dns-related build issues.Dmitry Chestnykh
2024-02-07ld.so: Add support of DT_RELR relocation format.Dmitry Chestnykh
2024-02-07Fix redefinition of _GNU_SOURCE.Dmitry Chestnykh
2024-02-07sys/stat.h: Make fchmod() available if __USE_XOPEN2KPaul Cercueil
2024-02-07sys/stat.h: Make S_ISSOCK() available if __USE_XOPEN2KPaul Cercueil
2024-01-18c6x: fix duplicate includeWaldemar Brodkorb
2023-12-22Fix -Wnon-literal-null-conversion clang warningMarius Melzer
2023-12-22Fix -Wgnu-designator clang warningsMarius Melzer
2023-12-18bump version for 1.0.45 releasev1.0.45Waldemar Brodkorb
2023-12-12elf: support ELF binaries in noMMUGreg Ungerer
2023-11-27linuxthreads: Avoid unused variable warningMarcus Haehnel
2023-11-27getaddrinfo.c: Avoid misleading indentation warningMarcus Haehnel
2023-11-17rlimit: fix 64-bit RLIM64_INFINITY macroPavel Kozlov
2023-11-10fnmatch: fix possible access beyond of parameter stringMarcus Haehnel
2023-11-10arc: remove read ahead in asm strcmp code for ARCHSPavel Kozlov
2023-11-10arc: add acq/rel variants for atomic cmpxchg/xchgPavel Kozlov
2023-11-10prlimit: add name redirection and fix incorrect parameters to syscallPavel Kozlov
2023-11-09libpthread/nptl: make default stack size configurableBen Wolsieffer
2023-11-02setjmp.h: Fix C++ build and avoid duplicate throw declarationMarcus Hähnel
2023-11-02arm: elf-fdpic.h: avoid void pointer subtractionBen Wolsieffer
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-28riscv64: define __NR_riscv_flush_icache if not availableWaldemar Brodkorb
2023-09-23aarch64: disable lazy relocationsWaldemar Brodkorb
2023-09-17lm32: disable ctor/dtorWaldemar Brodkorb
2023-09-15fork: generate stub on no-MMU systemsBen Wolsieffer
2023-09-14kvx: fix asm syntaxPaul Iannetta
2023-09-14kvx: use a custom stat.h headerYann Sionneau