Age | Commit message (Expand) | Author |
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 |
2024-03-12 | add explicit_bzero from musl | Waldemar Brodkorb |
2024-03-12 | add reallocarray from musl | Waldemar Brodkorb |
2024-03-07 | libpthread/linuxthreads: add missing string.h include in condvar.c | Marcus Haehnel |
2024-03-07 | libpthread: Remove no longer valid attribute_unused | Marcus Haehnel |
2024-03-04 | bump version for 1.0.46 releasev1.0.46 | Waldemar Brodkorb |
2024-03-04 | update MAINTAINERS | Waldemar Brodkorb |
2024-03-04 | libm/w_j0f.c: Call correct ieee754 function | Marcus Haehnel |
2024-03-03 | x86: enable time64 | Waldemar Brodkorb |
2024-03-03 | m68k: enable time64 | Waldemar Brodkorb |
2024-03-03 | superh: enable time64 | Waldemar Brodkorb |
2024-03-03 | microblaze: enable time64 | Waldemar Brodkorb |
2024-03-03 | riscv32: add basic support for NPTL | Waldemar Brodkorb |
2024-03-03 | riscv32: add ldso support, enable time64. | Waldemar Brodkorb |
2024-03-03 | riscv32: decouple from riscv64 | Waldemar Brodkorb |
2024-03-03 | remove symlink | Waldemar Brodkorb |
2024-03-02 | Add time64 support to ARC. | Dmitry Chestnykh |
2024-03-01 | libc: Remove 32bit timespec structures everywhere. | Dmitry Chestnykh |
2024-02-29 | libc: restore correct definition of semid_ds struct. | Dmitry Chestnykh |
2024-02-29 | Add time64 support for sparc. | Dmitry Chestnykh |
2024-02-28 | Add time64 support to OpenRISC. | Dmitry Chestnykh |
2024-02-28 | libc: Pass 64bit-only time structures to syscalls. | Dmitry Chestnykh |
2024-02-28 | libc: always redirect *stat() family to statx() with time64 enabled. | Dmitry Chestnykh |
2024-02-28 | ldso: Use statx() when time64 is enabled. | Dmitry Chestnykh |
2024-02-27 | Fix *stat() and *stat64() when the time is beyond year 2038. | Dmitry Chestnykh |
2024-02-26 | Add time64 support for MIPS32. | Dmitry Chestnykh |
2024-02-26 | Refactor `ts32_struct` and `TO_ITS64_P`. | Dmitry Chestnykh |
2024-02-25 | Add time64 support for PowerPC. | Dmitry Chestnykh |
2024-02-25 | Add support for using time64 on big-endian machines. | Dmitry Chestnykh |
2024-02-25 | Remove unneeded comparisons. | Dmitry Chestnykh |
2024-02-25 | ldso: Remove unneeded semicolons. | Dmitry Chestnykh |
2024-02-22 | xtensa: Add time64 support. | Dmitry Chestnykh |
2024-02-22 | Introduce time64 support. | Dmitry Chestnykh |
2024-02-20 | Replace null subtraction with cast | Sven Linker |
2024-02-20 | libc: Fix some unused parameter warnings | Sven Linker |
2024-02-20 | Remove duplicate semicolons | Marcus Haehnel |
2024-02-20 | ldso: add null-pointer check | Frank Mehnert |
2024-02-20 | fix c6x toolchain compile | Waldemar Brodkorb |
2024-02-19 | Rename `reloc_addr` to suppress `-Wshadow` warning. | Dmitry Chestnykh |
2024-02-18 | Fix broken compilation of uClibc-ng. | Dmitry Chestnykh |
2024-02-18 | Avoid fall-through if file matching temporary name exists | Sven Linker |
2024-02-18 | Add extra `-shared` to link.so command. | Dmitry Chestnykh |
2024-02-18 | features.h: Rework _DEFAULT_SOURCE | Paul Cercueil |