Age | Commit message (Expand) | Author |
2024-02-26 | Refactor `ts32_struct` and `TO_ITS64_P`. | Dmitry Chestnykh |
2024-02-25 | Add support for using time64 on big-endian machines. | Dmitry Chestnykh |
2024-02-18 | features.h: Rework _DEFAULT_SOURCE | Paul Cercueil |
2024-02-07 | ld.so: Add support of DT_RELR relocation format. | Dmitry Chestnykh |
2024-02-07 | sys/stat.h: Make fchmod() available if __USE_XOPEN2K | Paul Cercueil |
2024-02-07 | sys/stat.h: Make S_ISSOCK() available if __USE_XOPEN2K | Paul Cercueil |
2023-11-10 | prlimit: add name redirection and fix incorrect parameters to syscall | Pavel Kozlov |
2023-11-02 | setjmp.h: Fix C++ build and avoid duplicate throw declaration | Marcus Hähnel |
2023-10-28 | Fix -Warray-parameter warning for __sigsetjmp | Pavel Kozlov |
2023-10-27 | setrlimit/getrlimit: fix prlimit64 syscall use for 32-bit CPUs | Pavel Kozlov |
2023-08-09 | fcntl.h: declare f_owner_ex for all architectures | Waldemar Brodkorb |
2023-08-08 | aarch64: add hwcap header file | Waldemar Brodkorb |
2023-01-08 | Add lost includes. Fix add getauxval() implementation. | Evgeniy Manachkin |
2022-12-19 | add getauxval() implementation | ramin |
2022-09-27 | arc: add support for ARCv3 32-bit processors | Sergey Matyukevich |
2022-09-27 | arc: minor cleanup for ARCv2 | Sergey Matyukevich |
2022-06-29 | assert: Add static_assert macro | Nicolas Cavallari |
2022-05-23 | libc/misc/getloadavg: Add getloadavg support to uClibc-ng | lancethepants |
2022-03-21 | arpa/nameser.h: add ns_t_tkey | Waldemar Brodkorb |
2022-01-21 | add prlimit syscall wrapper | Waldemar Brodkorb |
2021-11-26 | libc/inet/resolv: fix per thread res_state access | Peter Seiderer |
2021-08-25 | Fix warnings due to missing attributes for __EI_ prefixed symbols | Yann Sionneau |
2021-04-24 | include/sys/personality.h: resync with glibc | Thomas Petazzoni |
2021-04-09 | open: Add support for O_TMPFILE | Nicolas Cavallari |
2021-02-19 | string.h: Make strdup() available if _USE_XOPEN2K8 | Paul Cercueil |
2020-10-02 | kvx: add support for kvx arch to uClibc-ng | Yann Sionneau |
2020-09-21 | Support b64_ntop(), b64_pton() (bsd-compat) | Waldemar Brodkorb |
2020-09-09 | add MAX_HANDLE_SZ | Waldemar Brodkorb |
2020-08-19 | Add {name, open}_to_handle_at() implementation | Petr Vorel |
2020-06-19 | inet: add sockatmark implementation | Clement Leger |
2020-04-01 | statx: make include conditional, fixes non-csky arch buildroot builds | Waldemar Brodkorb |
2020-02-10 | include/ctype.h: restore __isctype_l definition | Max Filippov |
2020-02-04 | include/ctype.h: drop is*_l macro definitions | Max Filippov |
2020-02-03 | csky: add statx conditionals | Waldemar Brodkorb |
2019-11-05 | implement fexecve from glibc | Waldemar Brodkorb |
2019-11-01 | riscv64: add shared library support | Waldemar Brodkorb |
2019-05-13 | preadv/pwritev: fix offset argument type | Max Filippov |
2018-12-31 | csky: Add EM_CSKY for ldso | Guo Ren |
2018-08-10 | rtld: Add FDPIC code for arm | Christophe Lyon |
2018-08-10 | rtld: Add #if defined (__FDPIC__) | Christophe Lyon |
2018-06-29 | elf.h: add some missing defines | Waldemar Brodkorb |
2018-06-15 | Fix prototypes for preadv pwritev. | Vlad Starodubtsev |
2018-05-05 | librt: clock_nanosleep could be even used without threads | Waldemar Brodkorb |
2018-05-01 | librt: declare clock_nanosleep not only for NPTL | Waldemar Brodkorb |
2018-03-01 | fix issue with LDSO_GNU_HASH_SUPPORT | Waldemar Brodkorb |
2018-02-03 | add libc version compatibility | Waldemar Brodkorb |
2018-01-31 | malloc: add malloc_usable_size() | Waldemar Brodkorb |
2018-01-31 | remove arc4random (rc4 based) | Waldemar Brodkorb |
2018-01-20 | include/elf.h: sync with GNU C library | Waldemar Brodkorb |
2017-12-31 | m68k: add NPTL/TLS support | Waldemar Brodkorb |