summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-17allow to use <sys/ucontext.h>Waldemar Brodkorb
2024-07-09Clang support for gnu_inline attributeWaldemar Brodkorb
2024-07-09buildsys: allow building with gcc-14Marcus Haehnel
2024-07-09features.h: add clang prerequisite macroMarcus Haehnel
2024-07-09c++: Remove deprecated dynamic exception specificationSven Linker
2024-07-09stdlib: increase number of static atexit handlers to 32Yann Le Du
2024-07-09libm: Fix float conversion compiler warningMarcus Haehnel
2024-07-09uclibc: Fix double promotion warningMarcus Haehnel
2024-07-09ldso/dl-vdso: avoid compiler warning if configured without vdsoMarcus Haehnel
2024-06-15bump version for 1.0.49 releasev1.0.49Waldemar Brodkorb
2024-06-15libc: cast free() argument to void * in wchar.cYuriy Kolerov
2024-06-10config: enable TIME64 by defaultWaldemar Brodkorb
2024-06-10config: make ctor/dtor visible againWaldemar Brodkorb
2024-06-10m68k: fix for m68000 cpuWaldemar Brodkorb
2024-06-04xtensa: add FDPIC supportMax Filippov
2024-05-31epoll.h: Add epoll ioctlsJoe Damato
2024-05-21xtensa: make _init and _fini hiddenMax Filippov
2024-05-21xtensa: use compiler-provided XCHAL macrosMax Filippov
2024-05-21linuxthreads: enable unwinding over signal framesMax Filippov
2024-05-20Cast to proper types inside atomic macroses.Dmitry Chestnykh
2024-05-20libc/sysdeps/linux/common/utime.c: fix riscv32 buildFabrice Fontaine
2024-05-18Fix wrong `struct ucontext_t` typedef for all arches.Dmitry Chestnykh
2024-05-18riscv32: Fix `struct ucontext` definition.Dmitry Chestnykh
2024-05-18Fix riscv32 build with gcc-14.Dmitry Chestnykh
2024-05-18Fix uClibc build for nds32 with gcc-14.Dmitry Chestnykh
2024-05-18Revert "nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changes"Waldemar Brodkorb
2024-05-16Correct uClibc compilation.Dmitry Chestnykh
2024-05-15fix kernel_stat64 definitionMax Filippov
2024-05-14malloc/memalign: avoid integer overflowMax Filippov
2024-05-11m68k: fix noMMU ELF compile with gcc 14.xWaldemar Brodkorb
2024-05-10csky: allow time64Waldemar Brodkorb
2024-05-09ldso: arm: fix build with gcc-14Max Filippov
2024-05-09ldso: FDPIC: fix type mismatchesMax Filippov
2024-05-09iconv: fix type mismatchesMax Filippov
2024-05-08sparc64: Fix incorrect sigreturn stub function implementationWaldemar Brodkorb
2024-05-08futimesat: add missing headerWaldemar Brodkorb
2024-05-01bump version for 1.0.48 releasev1.0.48Waldemar Brodkorb
2024-04-30sparc: Fix incorrect sigreturn stub function implementation.Dmitry Chestnykh
2024-04-30Define __USE_TIME_BITS64 when it is necessary.Dmitry Chestnykh
2024-04-24Makerules: fix out-of-tree build error "Argument list too long"Max Filippov
2024-04-24fix out-of-tree build with UCLIBC_HAS_CONTEXT_FUNCSMax Filippov
2024-04-21x86: Add vDSO support.Dmitry Chestnykh
2024-04-20x86: Fix __libc_sigaction implementation.Dmitry Chestnykh
2024-04-20remove shared FLAT support from menuconfig, not supported by Linux kernel any...Waldemar Brodkorb
2024-04-20Switch x86 NPTL impl to generic C code.Dmitry Chestnykh
2024-04-18aarch64: Apply relocations to use TLS GD access model.Dmitry Chestnykh
2024-04-18Add vDSO support for aarch64.Dmitry Chestnykh
2024-04-18Generalize vDSO code.Dmitry Chestnykh
2024-04-18Fix vDSO support for all supported architectures.Dmitry Chestnykh
2024-04-14tree: Remove ^LPetr Vorel