summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-09-07daemon.c: make _fork_parent static inline againMax Filippov
2023-08-14gitignorelordrasmus
2023-08-14vdso support for x86_64lordrasmus
2023-08-14gettimeofday() only include ldso.h if vdso support is activatedlordrasmus
2023-08-14c6x compile fix vdso supportlordrasmus
2023-08-14vdso support missing filelordrasmus
2023-08-14fix getauxval() on aarch64 gcc 11lordrasmus
2023-08-14fix file permissionslordrasmus
2023-08-14add vsdo 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-06bump version for 1.0.44 releasev1.0.44Waldemar Brodkorb
2023-08-06getauxval: remove header for static buildsWaldemar Brodkorb
2023-08-06powerpc: fix conflicting definitions with newer Linux kernelWaldemar Brodkorb
2023-08-03linuxthreads/signal: improve sigaction behaviorMax Filippov
2023-08-02add missing wchar.h, fixes a compile error with openadkWaldemar Brodkorb
2023-07-30des.c: constify des tablesMax Filippov
2023-07-14[PATCH] libc/sysdeps/linux/common/bits/wchar.h: resync with glibc, fix build ...Waldemar Brodkorb
2023-06-12Fix compilation error on noMMU/nothread systems with old compilersYann Sionneau
2023-06-12Revert "librt: avoid compilation error"Yann Sionneau
2023-05-10gettimeofday: fix static buildWaldemar Brodkorb
2023-04-05bump version for 1.0.43 releasev1.0.43Waldemar 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
2023-01-22Fix for CVE-2022-29503.linted
2023-01-08Add lost includes. Fix add getauxval() implementation.Evgeniy Manachkin
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-27ldso: arc: add compiler option checkSergey Matyukevich
2022-09-27arc: minor cleanup for ARCv2Sergey Matyukevich