Age | Commit message (Expand) | Author |
12 days | bump version for 1.0.52 releasev1.0.52 | Waldemar Brodkorb |
13 days | mount.h: fix MS_{} being seen as an identifier iso a variable | Thomas Devoogdt |
2025-04-04 | include/stdlib.h: only expose reallocarray() prototype when implementation is... | Thomas Petazzoni |
2025-04-01 | arm: add fenv support from glibc | Waldemar Brodkorb |
2025-03-31 | aarch64: add fenv support from glibc | Waldemar Brodkorb |
2025-03-27 | Rename variable to fix compilation with GCC 15 | Jeffrey H. Johnson |
2025-03-22 | spawn.h: fix compiler warning about unused variable | Frank Mehnert |
2025-03-22 | stdint.h: don't define __INT64_C / __UINT64_C if already defined | Frank Mehnert |
2025-03-22 | Use __ehdr_start as known zero link address symbol | Jan Klötzke |
2025-03-22 | Use __ehdr_start to compute load address | Jan Klötzke |
2025-03-22 | Do not rely on unrelocated GOT entries | Jan Klötzke |
2025-03-12 | m68k: fix alignment in NPTL code | Thorsten Glaser |
2025-03-10 | bfin: fix compile and linking errors with gcc 14.2.0 | Waldemar Brodkorb |
2025-03-08 | ldso.h: factor out _dl_auxvt from ldso.h | Marcus Haehnel |
2025-03-06 | Fix missing include in __uClibc_main | Marcus Haehnel |
2025-03-04 | Support non-cached entries in getauxval | Georg Kotheimer |
2025-03-04 | Make getauxval work with static linking | Georg Kotheimer |
2025-02-27 | libc/string/x86_64: fix p2align max number of bytes to skip | Frank Mehnert |
2025-02-22 | m68k: fix SUPPORT_LD_DEBUG null pointer access | Peter Seiderer |
2025-02-12 | inet/resolv.c: set h_errnop if /etc/hosts cannot be opened | Jan Klötzke |
2025-02-10 | nan.h: define NAN only if not already defined | Frank Mehnert |
2025-01-14 | bump version for 1.0.51 releasev1.0.51 | Waldemar Brodkorb |
2025-01-14 | 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 |