summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-13bump version for 1.0.50 releasev1.0.50Waldemar Brodkorb
2024-08-13getrandom: remove __USE_GNU / add GRND_INSECUREWaldemar Brodkorb
2024-08-11add memfd_create syscall wrapperWaldemar Brodkorb
2024-08-11riscv: remove incomplete context implementation, use libucontextWaldemar Brodkorb
2024-08-09bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), add missingWaldemar Brodkorb
2024-08-09lseek: allow SEEK_DATA/SEEK_HOLE to be usedWaldemar Brodkorb
2024-07-30iconv: prevent compiler warning during initialization with jis0208Frank Mehnert
2024-07-30iconv: fix parameter type of utf8seq_is_{overlong,surrogate,illegal}Frank Mehnert
2024-07-30ldso.c: use 'unsigned int' as loop variable typeFrank Mehnert
2024-07-30iconv: explicitly state operator precedenceFrank Mehnert
2024-07-30iconv: explicit cast to `unsigned char*`Frank Mehnert
2024-07-30libdl: properly cast parameters for %p format string specifierFrank Mehnert
2024-07-30Group conditions after `&&`Dmitry Chestnykh
2024-07-27bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhereJ. Neuschäfer
2024-07-24add SEEK_DATA/SEEK_HOLEWaldemar Brodkorb
2024-07-21Fix compilation with 4.x kernel headersDmitry Chestnykh
2024-07-19arm: Replace deprecated asm instructions for ARMv8 AArch32Valentin Gehrke
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