summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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-22xtensa: Add time64 support.Dmitry Chestnykh
2024-02-22Introduce time64 support.Dmitry Chestnykh
2024-02-20libc: Fix some unused parameter warningsSven Linker
2024-02-20Remove duplicate semicolonsMarcus Haehnel
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 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
2023-12-22Fix -Wnon-literal-null-conversion clang warningMarius Melzer
2023-12-22Fix -Wgnu-designator clang warningsMarius Melzer
2023-12-12elf: support ELF binaries in noMMUGreg Ungerer
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-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-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
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-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-09-07daemon.c: make _fork_parent static inline againMax Filippov
2023-08-14gettimeofday() only include ldso.h if vdso support is activatedlordrasmus
2023-08-14c6x compile fix vdso supportlordrasmus
2023-08-14fix getauxval() on aarch64 gcc 11lordrasmus
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