aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-08Revert "mips64: time64 for n32 ABI breaks a lot of tests, disable it for now"HEADmasterDmitry Chestnykh1-1/+1
2024-09-08mips64n32, time64: Select correct _dl_fstat implDmitry Chestnykh1-1/+1
2024-08-16mips64: time64 for n32 ABI breaks a lot of tests, disable it for nowWaldemar Brodkorb1-1/+1
2024-08-14add process_vm_{read,write}v syscall wrapper from glibcWaldemar Brodkorb4-0/+85
2024-08-13bump version for 1.0.50 releasev1.0.50Waldemar Brodkorb1-1/+1
2024-08-13getrandom: remove __USE_GNU / add GRND_INSECUREWaldemar Brodkorb1-1/+3
2024-08-11add memfd_create syscall wrapperWaldemar Brodkorb36-2/+121
2024-08-11riscv: remove incomplete context implementation, use libucontextWaldemar Brodkorb6-616/+0
2024-08-09bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), add missingWaldemar Brodkorb5-10/+10
2024-08-09lseek: allow SEEK_DATA/SEEK_HOLE to be usedWaldemar Brodkorb1-0/+2
2024-07-30iconv: prevent compiler warning during initialization with jis0208Frank Mehnert1-85/+85
2024-07-30iconv: fix parameter type of utf8seq_is_{overlong,surrogate,illegal}Frank Mehnert1-3/+3
2024-07-30ldso.c: use 'unsigned int' as loop variable typeFrank Mehnert1-1/+1
2024-07-30iconv: explicitly state operator precedenceFrank Mehnert1-2/+2
2024-07-30iconv: explicit cast to `unsigned char*`Frank Mehnert1-1/+1
2024-07-30libdl: properly cast parameters for %p format string specifierFrank Mehnert1-2/+2
2024-07-30Group conditions after `&&`Dmitry Chestnykh1-1/+1
2024-07-27bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhereJ. Neuschäfer8-15/+15
2024-07-24add SEEK_DATA/SEEK_HOLEWaldemar Brodkorb2-1/+8
2024-07-21Fix compilation with 4.x kernel headersDmitry Chestnykh3-3/+7
2024-07-19arm: Replace deprecated asm instructions for ARMv8 AArch32Valentin Gehrke2-0/+16
2024-07-17allow to use <sys/ucontext.h>Waldemar Brodkorb1-2/+2
2024-07-09Clang support for gnu_inline attributeWaldemar Brodkorb1-1/+1
2024-07-09buildsys: allow building with gcc-14Marcus Haehnel1-1/+1
2024-07-09features.h: add clang prerequisite macroMarcus Haehnel1-0/+12
2024-07-09c++: Remove deprecated dynamic exception specificationSven Linker1-3/+9
2024-07-09stdlib: increase number of static atexit handlers to 32Yann Le Du1-1/+1
2024-07-09libm: Fix float conversion compiler warningMarcus Haehnel2-2/+2
2024-07-09uclibc: Fix double promotion warningMarcus Haehnel6-14/+14
2024-07-09ldso/dl-vdso: avoid compiler warning if configured without vdsoMarcus Haehnel1-6/+6
2024-06-15bump version for 1.0.49 releasev1.0.49Waldemar Brodkorb1-1/+1
2024-06-15libc: cast free() argument to void * in wchar.cYuriy Kolerov1-1/+1
2024-06-10config: enable TIME64 by defaultWaldemar Brodkorb1-2/+1
2024-06-10config: make ctor/dtor visible againWaldemar Brodkorb1-1/+1
2024-06-10m68k: fix for m68000 cpuWaldemar Brodkorb1-5/+7
2024-06-04xtensa: add FDPIC supportMax Filippov24-46/+673
2024-05-31epoll.h: Add epoll ioctlsJoe Damato1-0/+14
2024-05-21xtensa: make _init and _fini hiddenMax Filippov1-0/+2
2024-05-21xtensa: use compiler-provided XCHAL macrosMax Filippov1-0/+20
2024-05-21linuxthreads: enable unwinding over signal framesMax Filippov1-0/+2
2024-05-20Cast to proper types inside atomic macroses.Dmitry Chestnykh1-9/+9
2024-05-20libc/sysdeps/linux/common/utime.c: fix riscv32 buildFabrice Fontaine1-2/+2
2024-05-18Fix wrong `struct ucontext_t` typedef for all arches.Dmitry Chestnykh3-6/+6
2024-05-18riscv32: Fix `struct ucontext` definition.Dmitry Chestnykh1-2/+2
2024-05-18Fix riscv32 build with gcc-14.Dmitry Chestnykh3-0/+6
2024-05-18Fix uClibc build for nds32 with gcc-14.Dmitry Chestnykh2-2/+2
2024-05-18Revert "nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changes"Waldemar Brodkorb6-12/+151
2024-05-16Correct uClibc compilation.Dmitry Chestnykh2-2/+3
2024-05-15fix kernel_stat64 definitionMax Filippov1-1/+1
2024-05-14malloc/memalign: avoid integer overflowMax Filippov1-0/+6