Age | Commit message (Expand) | Author |
2024-02-10 | libc: Fix dns-related build issues. | Dmitry Chestnykh |
2024-02-07 | ld.so: Add support of DT_RELR relocation format. | Dmitry Chestnykh |
2024-02-07 | Fix redefinition of _GNU_SOURCE. | 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 |
2024-01-18 | c6x: fix duplicate include | Waldemar Brodkorb |
2023-12-22 | Fix -Wnon-literal-null-conversion clang warning | Marius Melzer |
2023-12-22 | Fix -Wgnu-designator clang warnings | Marius Melzer |
2023-12-18 | bump version for 1.0.45 releasev1.0.45 | Waldemar Brodkorb |
2023-12-12 | elf: support ELF binaries in noMMU | Greg Ungerer |
2023-11-27 | linuxthreads: Avoid unused variable warning | Marcus Haehnel |
2023-11-27 | getaddrinfo.c: Avoid misleading indentation warning | Marcus Haehnel |
2023-11-17 | rlimit: fix 64-bit RLIM64_INFINITY macro | Pavel Kozlov |
2023-11-10 | fnmatch: fix possible access beyond of parameter string | Marcus Haehnel |
2023-11-10 | arc: remove read ahead in asm strcmp code for ARCHS | Pavel Kozlov |
2023-11-10 | arc: add acq/rel variants for atomic cmpxchg/xchg | Pavel Kozlov |
2023-11-10 | prlimit: add name redirection and fix incorrect parameters to syscall | Pavel Kozlov |
2023-11-09 | libpthread/nptl: make default stack size configurable | Ben Wolsieffer |
2023-11-02 | setjmp.h: Fix C++ build and avoid duplicate throw declaration | Marcus Hähnel |
2023-11-02 | arm: elf-fdpic.h: avoid void pointer subtraction | Ben Wolsieffer |
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-10-27 | depend on __UCLIBC_HAVE_STATX__ | Waldemar Brodkorb |
2023-09-28 | riscv64: define __NR_riscv_flush_icache if not available | Waldemar Brodkorb |
2023-09-23 | aarch64: disable lazy relocations | Waldemar Brodkorb |
2023-09-17 | lm32: disable ctor/dtor | Waldemar Brodkorb |
2023-09-15 | fork: generate stub on no-MMU systems | Ben Wolsieffer |
2023-09-14 | kvx: fix asm syntax | Paul Iannetta |
2023-09-14 | kvx: use a custom stat.h header | Yann Sionneau |
2023-09-14 | kvx: define that kvx port supports statx syscall | Yann Sionneau |
2023-09-14 | kvx: align specification of user regs | Yann Sionneau |
2023-09-14 | kvx: atomic: rework using compiler builtins | Yann Sionneau |
2023-09-14 | kvx: add support for kv3-2 (Coolidge v2 SoC) | Yann Sionneau |
2023-09-14 | fstatat: add wrapper that uses statx for non-legacy arch | Yann Sionneau |
2023-09-14 | add support for systems without legacy setrlimit/getrlimit syscalls | Yann Sionneau |
2023-09-14 | fstat: add missing return value statement for the statx wrapping case | Yann Sionneau |
2023-09-14 | fstatat64: define it as a wrapper of statx if the kernel does not support fst... | Yann Sionneau |
2023-09-07 | daemon.c: make _fork_parent static inline again | Max Filippov |
2023-08-14 | gitignore | lordrasmus |
2023-08-14 | vdso support for x86_64 | lordrasmus |
2023-08-14 | gettimeofday() only include ldso.h if vdso support is activated | lordrasmus |
2023-08-14 | c6x compile fix vdso support | lordrasmus |
2023-08-14 | vdso support missing file | lordrasmus |
2023-08-14 | fix getauxval() on aarch64 gcc 11 | lordrasmus |
2023-08-14 | fix file permissions | lordrasmus |
2023-08-14 | add vsdo support | lordrasmus |
2023-08-12 | arm: add hwcap header file | Waldemar Brodkorb |
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-08-06 | bump version for 1.0.44 releasev1.0.44 | Waldemar Brodkorb |