summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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
2023-01-22Defined MAP_FIXED_NOREPLACElinted
2022-12-19gettimeofday() vdso supportramin
2022-12-19sycall macro for vdso supportramin
2022-12-19add getauxval() implementationramin
2022-12-07uclibc-ng: fix overflow warning when compiling string/strchr in ILP32 mode on...Evgeniy Manachkin
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-21static pie: fix building static PDEMax 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-06-08inet: gethostid: only accept v4 addressesнаб
2022-05-29DnsLookup: stdint, timeforced reseedinghanishkvc
2022-05-23libc/misc/getloadavg: Add getloadavg support to uClibc-nglancethepants
2022-05-20define RLIMIT_RTTIME, bump RLIMIT_NLIMITSRomain Naour
2022-05-12DnsLookup: Configurable dnsQueryId generation including randomhanishkvc