Age | Commit message (Expand) | Author |
2024-05-21 | xtensa: use compiler-provided XCHAL macros | Max Filippov |
2024-05-21 | linuxthreads: enable unwinding over signal frames | Max Filippov |
2024-05-20 | Cast to proper types inside atomic macroses. | Dmitry Chestnykh |
2024-05-20 | libc/sysdeps/linux/common/utime.c: fix riscv32 build | Fabrice Fontaine |
2024-05-18 | Fix wrong `struct ucontext_t` typedef for all arches. | Dmitry Chestnykh |
2024-05-18 | riscv32: Fix `struct ucontext` definition. | Dmitry Chestnykh |
2024-05-18 | Fix riscv32 build with gcc-14. | Dmitry Chestnykh |
2024-05-18 | Fix uClibc build for nds32 with gcc-14. | Dmitry Chestnykh |
2024-05-18 | Revert "nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changes" | Waldemar Brodkorb |
2024-05-16 | Correct uClibc compilation. | Dmitry Chestnykh |
2024-05-15 | fix kernel_stat64 definition | Max Filippov |
2024-05-14 | malloc/memalign: avoid integer overflow | Max Filippov |
2024-05-11 | m68k: fix noMMU ELF compile with gcc 14.x | Waldemar Brodkorb |
2024-05-10 | csky: allow time64 | Waldemar Brodkorb |
2024-05-09 | ldso: arm: fix build with gcc-14 | Max Filippov |
2024-05-09 | ldso: FDPIC: fix type mismatches | Max Filippov |
2024-05-09 | iconv: fix type mismatches | Max Filippov |
2024-05-08 | sparc64: Fix incorrect sigreturn stub function implementation | Waldemar Brodkorb |
2024-05-08 | futimesat: add missing header | Waldemar Brodkorb |
2024-05-01 | bump version for 1.0.48 releasev1.0.48 | Waldemar Brodkorb |
2024-04-30 | sparc: Fix incorrect sigreturn stub function implementation. | Dmitry Chestnykh |
2024-04-30 | Define __USE_TIME_BITS64 when it is necessary. | Dmitry Chestnykh |
2024-04-24 | Makerules: fix out-of-tree build error "Argument list too long" | Max Filippov |
2024-04-24 | fix out-of-tree build with UCLIBC_HAS_CONTEXT_FUNCS | Max Filippov |
2024-04-21 | x86: Add vDSO support. | Dmitry Chestnykh |
2024-04-20 | x86: Fix __libc_sigaction implementation. | Dmitry Chestnykh |
2024-04-20 | remove shared FLAT support from menuconfig, not supported by Linux kernel any... | Waldemar Brodkorb |
2024-04-20 | Switch x86 NPTL impl to generic C code. | Dmitry Chestnykh |
2024-04-18 | aarch64: Apply relocations to use TLS GD access model. | Dmitry Chestnykh |
2024-04-18 | Add vDSO support for aarch64. | Dmitry Chestnykh |
2024-04-18 | Generalize vDSO code. | Dmitry Chestnykh |
2024-04-18 | Fix vDSO support for all supported architectures. | Dmitry Chestnykh |
2024-04-14 | tree: Remove ^L | Petr Vorel |
2024-04-14 | libuargp: restrict compatibility macros in argp.h only | Yao Zi |
2024-04-14 | riscv32: allow ELF PIE noMMU build | Waldemar Brodkorb |
2024-04-13 | Provide fixups for riscv32. | Dmitry Chestnykh |
2024-04-01 | riscv64: partially revert cb9d1f53717dd67892ba943626f3d1b46f3e760b, fixes no ... | Waldemar Brodkorb |
2024-03-29 | riscv32: implement linuxthreads, from sorear | Waldemar Brodkorb |
2024-03-28 | libm: fix nexttoward failures, fixed by sorear | Waldemar Brodkorb |
2024-03-28 | riscv64: implement Linuxthreads, from sorear | Waldemar Brodkorb |
2024-03-27 | bump version for 1.0.47 releasev1.0.47 | Waldemar Brodkorb |
2024-03-27 | riscv: add __UCLIBC_ABORT_INSTRUCTION__, suggested by sorear | Waldemar Brodkorb |
2024-03-22 | riscv: fix pread64/pwrite64 users like git, suggested by sorear | Waldemar Brodkorb |
2024-03-20 | riscv64: enable CTORS, fixes C++ applications, found by sorear | Waldemar Brodkorb |
2024-03-20 | riscv32: sync with riscv64 | Waldemar Brodkorb |
2024-03-19 | riscv64: add atomic.h, fixes tst-cond16, suggested by sorear | Waldemar Brodkorb |
2024-03-19 | riscv64: clone behaves like on aarch64, fixes tst-basic3, reported by sorear | Waldemar Brodkorb |
2024-03-19 | riscv64: sync with glibc clone.S | Waldemar Brodkorb |
2024-03-19 | riscv64: page size is 4096, reported by sorear | Waldemar Brodkorb |
2024-03-19 | riscv64: sync with glibc, fix all TLS errors in uClibc-ng-test | Waldemar Brodkorb |