Age | Commit message (Expand) | Author |
2023-09-15 | fork: generate stub on no-MMU systems | Ben Wolsieffer |
2023-09-14 | kvx: fix asm syntax | Paul Iannetta |
2023-09-14 | kvx: use a custom stat.h header | Yann Sionneau |
2023-09-14 | kvx: define that kvx port supports statx syscall | Yann Sionneau |
2023-09-14 | kvx: align specification of user regs | Yann Sionneau |
2023-09-14 | kvx: atomic: rework using compiler builtins | Yann Sionneau |
2023-09-14 | kvx: add support for kv3-2 (Coolidge v2 SoC) | Yann Sionneau |
2023-09-14 | fstatat: add wrapper that uses statx for non-legacy arch | Yann Sionneau |
2023-09-14 | add support for systems without legacy setrlimit/getrlimit syscalls | Yann Sionneau |
2023-09-14 | fstat: add missing return value statement for the statx wrapping case | Yann Sionneau |
2023-09-14 | fstatat64: define it as a wrapper of statx if the kernel does not support fst... | Yann Sionneau |
2023-09-07 | daemon.c: make _fork_parent static inline again | Max Filippov |
2023-08-14 | gitignore | lordrasmus |
2023-08-14 | vdso support for x86_64 | lordrasmus |
2023-08-14 | gettimeofday() only include ldso.h if vdso support is activated | lordrasmus |
2023-08-14 | c6x compile fix vdso support | lordrasmus |
2023-08-14 | vdso support missing file | lordrasmus |
2023-08-14 | fix getauxval() on aarch64 gcc 11 | lordrasmus |
2023-08-14 | fix file permissions | lordrasmus |
2023-08-14 | add vsdo support | lordrasmus |
2023-08-12 | arm: add hwcap header file | Waldemar Brodkorb |
2023-08-09 | fcntl.h: declare f_owner_ex for all architectures | Waldemar Brodkorb |
2023-08-08 | aarch64: add hwcap header file | Waldemar Brodkorb |
2023-08-06 | bump version for 1.0.44 releasev1.0.44 | Waldemar Brodkorb |
2023-08-06 | getauxval: remove header for static builds | Waldemar Brodkorb |
2023-08-06 | powerpc: fix conflicting definitions with newer Linux kernel | Waldemar Brodkorb |
2023-08-03 | linuxthreads/signal: improve sigaction behavior | Max Filippov |
2023-08-02 | add missing wchar.h, fixes a compile error with openadk | Waldemar Brodkorb |
2023-07-30 | des.c: constify des tables | Max Filippov |
2023-07-14 | [PATCH] libc/sysdeps/linux/common/bits/wchar.h: resync with glibc, fix build ... | Waldemar Brodkorb |
2023-06-12 | Fix compilation error on noMMU/nothread systems with old compilers | Yann Sionneau |
2023-06-12 | Revert "librt: avoid compilation error" | Yann Sionneau |
2023-05-10 | gettimeofday: fix static build | Waldemar Brodkorb |
2023-04-05 | bump version for 1.0.43 releasev1.0.43 | Waldemar Brodkorb |
2023-03-13 | Emulate 'futimesat' when __NR_futimesat is not available. | Elliot Thomas |
2023-02-03 | riscv64: fix linking with binutils 2.40 | Waldemar Brodkorb |
2023-01-22 | Defined MAP_FIXED_NOREPLACE | linted |
2023-01-22 | Fix for CVE-2022-29503. | linted |
2023-01-08 | Add lost includes. Fix add getauxval() implementation. | Evgeniy Manachkin |
2022-12-19 | gettimeofday() vdso support | ramin |
2022-12-19 | sycall macro for vdso support | ramin |
2022-12-19 | add getauxval() implementation | ramin |
2022-12-07 | uclibc-ng: fix overflow warning when compiling string/strchr in ILP32 mode on... | Evgeniy Manachkin |
2022-11-20 | RISC-V 32-bit support | ustcymgu@gmail.com |
2022-10-14 | Static pie support for ppc | linted |
2022-10-14 | arc: add optimized string functions for ARCv3 | Pavel Kozlov |
2022-09-27 | arc: add support for ARCv3 32-bit processors | Sergey Matyukevich |
2022-09-27 | arc: add asm macros | Sergey Matyukevich |
2022-09-27 | ldso: arc: add compiler option check | Sergey Matyukevich |
2022-09-27 | arc: minor cleanup for ARCv2 | Sergey Matyukevich |