summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-27bump version for 1.0.47 releasev1.0.47Waldemar Brodkorb
2024-03-27riscv: add __UCLIBC_ABORT_INSTRUCTION__, suggested by sorearWaldemar Brodkorb
2024-03-22riscv: fix pread64/pwrite64 users like git, suggested by sorearWaldemar Brodkorb
2024-03-20riscv64: enable CTORS, fixes C++ applications, found by sorearWaldemar Brodkorb
2024-03-20riscv32: sync with riscv64Waldemar Brodkorb
2024-03-19riscv64: add atomic.h, fixes tst-cond16, suggested by sorearWaldemar Brodkorb
2024-03-19riscv64: clone behaves like on aarch64, fixes tst-basic3, reported by sorearWaldemar Brodkorb
2024-03-19riscv64: sync with glibc clone.SWaldemar Brodkorb
2024-03-19riscv64: page size is 4096, reported by sorearWaldemar Brodkorb
2024-03-19riscv64: sync with glibc, fix all TLS errors in uClibc-ng-testWaldemar Brodkorb
2024-03-12add explicit_bzero from muslWaldemar Brodkorb
2024-03-12add reallocarray from muslWaldemar Brodkorb
2024-03-07libpthread/linuxthreads: add missing string.h include in condvar.cMarcus Haehnel
2024-03-07libpthread: Remove no longer valid attribute_unusedMarcus Haehnel
2024-03-04bump version for 1.0.46 releasev1.0.46Waldemar Brodkorb
2024-03-04update MAINTAINERSWaldemar Brodkorb
2024-03-04libm/w_j0f.c: Call correct ieee754 functionMarcus Haehnel
2024-03-03x86: enable time64Waldemar Brodkorb
2024-03-03m68k: enable time64Waldemar Brodkorb
2024-03-03superh: enable time64Waldemar Brodkorb
2024-03-03microblaze: enable time64Waldemar Brodkorb
2024-03-03riscv32: add basic support for NPTLWaldemar Brodkorb
2024-03-03riscv32: add ldso support, enable time64.Waldemar Brodkorb
2024-03-03riscv32: decouple from riscv64Waldemar Brodkorb
2024-03-03remove symlinkWaldemar Brodkorb
2024-03-02Add time64 support to ARC.Dmitry Chestnykh
2024-03-01libc: Remove 32bit timespec structures everywhere.Dmitry Chestnykh
2024-02-29libc: restore correct definition of semid_ds struct.Dmitry Chestnykh
2024-02-29Add time64 support for sparc.Dmitry Chestnykh
2024-02-28Add time64 support to OpenRISC.Dmitry Chestnykh
2024-02-28libc: Pass 64bit-only time structures to syscalls.Dmitry Chestnykh
2024-02-28libc: always redirect *stat() family to statx() with time64 enabled.Dmitry Chestnykh
2024-02-28ldso: Use statx() when time64 is enabled.Dmitry Chestnykh
2024-02-27Fix *stat() and *stat64() when the time is beyond year 2038.Dmitry Chestnykh
2024-02-26Add time64 support for MIPS32.Dmitry Chestnykh
2024-02-26Refactor `ts32_struct` and `TO_ITS64_P`.Dmitry Chestnykh
2024-02-25Add time64 support for PowerPC.Dmitry Chestnykh
2024-02-25Add support for using time64 on big-endian machines.Dmitry Chestnykh
2024-02-25Remove unneeded comparisons.Dmitry Chestnykh
2024-02-25ldso: Remove unneeded semicolons.Dmitry Chestnykh
2024-02-22xtensa: Add time64 support.Dmitry Chestnykh
2024-02-22Introduce time64 support.Dmitry Chestnykh
2024-02-20Replace null subtraction with castSven Linker
2024-02-20libc: Fix some unused parameter warningsSven Linker
2024-02-20Remove duplicate semicolonsMarcus Haehnel
2024-02-20ldso: add null-pointer checkFrank Mehnert
2024-02-20fix c6x toolchain compileWaldemar Brodkorb
2024-02-19Rename `reloc_addr` to suppress `-Wshadow` warning.Dmitry Chestnykh
2024-02-18Fix broken compilation of uClibc-ng.Dmitry Chestnykh
2024-02-18Avoid fall-through if file matching temporary name existsSven Linker