Age | Commit message (Expand) | Author |
9 days | clock_adjtime: warn instead of error out | Waldemar Brodkorb |
2025-01-07 | fix possible overflow in pointer arithmetics strnlen() | Frank Mehnert |
2025-01-07 | prevent warning about setting an unused variable | Frank Mehnert |
2025-01-07 | time64_helpers.h: error out when attempting to compile with TIME64 for 32bit ... | Nadav Tasher |
2025-01-07 | Revert "features.h: error out when attempting to compile with TIME64 for 32bi... | Nadav Tasher |
2025-01-06 | uclibc: prevent warning about declaring an unused function | Frank Mehnert |
2025-01-06 | uclibc: prevent warning about setting an unused variable | Frank Mehnert |
2025-01-02 | features.h: error out when attempting to compile with TIME64 for 32bit target... | Nadav Tasher |
2024-10-30 | fix TLS memory leak with dlopen | Mingxiang Lu |
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 |