Age | Commit message (Expand) | Author |
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-02 | features.h: error out when attempting to compile with TIME64 for 32bit target... | Nadav Tasher |
2024-08-14 | add process_vm_{read,write}v syscall wrapper from glibc | Waldemar Brodkorb |
2024-07-24 | add SEEK_DATA/SEEK_HOLE | Waldemar Brodkorb |
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 | 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-06-04 | xtensa: add FDPIC support | Max Filippov |
2024-05-20 | Cast to proper types inside atomic macroses. | Dmitry Chestnykh |
2024-05-16 | Correct uClibc compilation. | Dmitry Chestnykh |
2024-04-30 | Define __USE_TIME_BITS64 when it is necessary. | Dmitry Chestnykh |
2024-04-14 | tree: Remove ^L | Petr Vorel |
2024-04-14 | libuargp: restrict compatibility macros in argp.h only | Yao Zi |
2024-03-12 | add explicit_bzero from musl | Waldemar Brodkorb |
2024-03-12 | add reallocarray from musl | Waldemar Brodkorb |
2024-03-01 | libc: Remove 32bit timespec structures everywhere. | Dmitry Chestnykh |
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 |