Age | Commit message (Expand) | Author |
2024-09-08 | Revert "mips64: time64 for n32 ABI breaks a lot of tests, disable it for now" | Dmitry Chestnykh |
2024-09-08 | mips64n32, time64: Select correct _dl_fstat impl | Dmitry Chestnykh |
2024-08-16 | mips64: time64 for n32 ABI breaks a lot of tests, disable it for now | Waldemar Brodkorb |
2024-08-14 | add process_vm_{read,write}v syscall wrapper from glibc | Waldemar Brodkorb |
2024-08-13 | bump version for 1.0.50 releasev1.0.50 | Waldemar Brodkorb |
2024-08-13 | getrandom: remove __USE_GNU / add GRND_INSECURE | Waldemar Brodkorb |
2024-08-11 | add memfd_create syscall wrapper | Waldemar Brodkorb |
2024-08-11 | riscv: remove incomplete context implementation, use libucontext | Waldemar Brodkorb |
2024-08-09 | bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), add missing | Waldemar Brodkorb |
2024-08-09 | lseek: allow SEEK_DATA/SEEK_HOLE to be used | Waldemar Brodkorb |
2024-07-30 | iconv: prevent compiler warning during initialization with jis0208 | Frank Mehnert |
2024-07-30 | iconv: fix parameter type of utf8seq_is_{overlong,surrogate,illegal} | Frank Mehnert |
2024-07-30 | ldso.c: use 'unsigned int' as loop variable type | Frank Mehnert |
2024-07-30 | iconv: explicitly state operator precedence | Frank Mehnert |
2024-07-30 | iconv: explicit cast to `unsigned char*` | Frank Mehnert |
2024-07-30 | libdl: properly cast parameters for %p format string specifier | Frank Mehnert |
2024-07-30 | Group conditions after `&&` | Dmitry Chestnykh |
2024-07-27 | bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere | J. Neuschäfer |
2024-07-24 | add SEEK_DATA/SEEK_HOLE | Waldemar Brodkorb |
2024-07-21 | Fix compilation with 4.x kernel headers | Dmitry Chestnykh |
2024-07-19 | arm: Replace deprecated asm instructions for ARMv8 AArch32 | Valentin Gehrke |
2024-07-17 | allow to use <sys/ucontext.h> | Waldemar Brodkorb |
2024-07-09 | Clang support for gnu_inline attribute | Waldemar Brodkorb |
2024-07-09 | buildsys: allow building with gcc-14 | Marcus Haehnel |
2024-07-09 | features.h: add clang prerequisite macro | Marcus Haehnel |
2024-07-09 | c++: Remove deprecated dynamic exception specification | Sven Linker |
2024-07-09 | stdlib: increase number of static atexit handlers to 32 | Yann Le Du |
2024-07-09 | libm: Fix float conversion compiler warning | Marcus Haehnel |
2024-07-09 | uclibc: Fix double promotion warning | Marcus Haehnel |
2024-07-09 | ldso/dl-vdso: avoid compiler warning if configured without vdso | Marcus Haehnel |
2024-06-15 | bump version for 1.0.49 releasev1.0.49 | Waldemar Brodkorb |
2024-06-15 | libc: cast free() argument to void * in wchar.c | Yuriy Kolerov |
2024-06-10 | config: enable TIME64 by default | Waldemar Brodkorb |
2024-06-10 | config: make ctor/dtor visible again | Waldemar Brodkorb |
2024-06-10 | m68k: fix for m68000 cpu | Waldemar Brodkorb |
2024-06-04 | xtensa: add FDPIC support | Max Filippov |
2024-05-31 | epoll.h: Add epoll ioctls | Joe Damato |
2024-05-21 | xtensa: make _init and _fini hidden | Max Filippov |
2024-05-21 | xtensa: use compiler-provided XCHAL macros | Max Filippov |
2024-05-21 | linuxthreads: enable unwinding over signal frames | Max Filippov |
2024-05-20 | Cast to proper types inside atomic macroses. | Dmitry Chestnykh |
2024-05-20 | libc/sysdeps/linux/common/utime.c: fix riscv32 build | Fabrice Fontaine |
2024-05-18 | Fix wrong `struct ucontext_t` typedef for all arches. | Dmitry Chestnykh |
2024-05-18 | riscv32: Fix `struct ucontext` definition. | Dmitry Chestnykh |
2024-05-18 | Fix riscv32 build with gcc-14. | Dmitry Chestnykh |
2024-05-18 | Fix uClibc build for nds32 with gcc-14. | Dmitry Chestnykh |
2024-05-18 | Revert "nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changes" | Waldemar Brodkorb |
2024-05-16 | Correct uClibc compilation. | Dmitry Chestnykh |
2024-05-15 | fix kernel_stat64 definition | Max Filippov |
2024-05-14 | malloc/memalign: avoid integer overflow | Max Filippov |