Age | Commit message (Expand) | Author |
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-08-14 | gettimeofday() only include ldso.h if vdso support is activated | lordrasmus |
2023-08-14 | c6x compile fix vdso 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 | powerpc: fix conflicting definitions with newer Linux kernel | Waldemar Brodkorb |
2023-08-02 | add missing wchar.h, fixes a compile error with openadk | Waldemar Brodkorb |
2023-07-14 | [PATCH] libc/sysdeps/linux/common/bits/wchar.h: resync with glibc, fix build ... | Waldemar Brodkorb |
2023-05-10 | gettimeofday: fix static build | Waldemar Brodkorb |
2023-03-13 | Emulate 'futimesat' when __NR_futimesat is not available. | Elliot Thomas |
2023-02-03 | riscv64: fix linking with binutils 2.40 | Waldemar Brodkorb |
2023-01-22 | Defined MAP_FIXED_NOREPLACE | linted |
2022-12-19 | gettimeofday() vdso support | ramin |
2022-12-19 | sycall macro for vdso support | ramin |
2022-11-20 | RISC-V 32-bit support | ustcymgu@gmail.com |
2022-10-14 | Static pie support for ppc | linted |
2022-10-14 | arc: add optimized string functions for ARCv3 | Pavel Kozlov |
2022-09-27 | arc: add support for ARCv3 32-bit processors | Sergey Matyukevich |
2022-09-27 | arc: add asm macros | Sergey Matyukevich |
2022-09-21 | xtensa: add static pie support | Max Filippov |
2022-09-07 | Added support for creation of Static Position-Independent Executables (PIE) o... | linted |
2022-08-08 | Added support for creation of Static Position-Independent Executables (PIE) o... | linted |
2022-08-08 | resource.h: add missing RUSAGE_THREAD | Waldemar Brodkorb |
2022-07-26 | Added support for creation of Static Position-Independent Executables (PIE) o... | linted |
2022-06-20 | xtensa: implement user context manipulation functions | Max Filippov |
2022-05-20 | define RLIMIT_RTTIME, bump RLIMIT_NLIMITS | Romain Naour |
2022-02-27 | guard prlimit, reported by Lance Fredrickson | Waldemar Brodkorb |
2022-01-28 | sched.h: Add SCHED_DEADLINE | Petr Vorel |
2022-01-21 | add prlimit syscall wrapper, now for real | Waldemar Brodkorb |
2022-01-21 | add prlimit syscall wrapper | Waldemar Brodkorb |
2022-01-21 | nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changes | Waldemar Brodkorb |
2022-01-10 | arc: fix signal handler restorer | Sergey Matyukevich |
2021-12-24 | Fix some warnings due to type issues | Yann Sionneau |
2021-12-24 | kvx: fix warning about __BITS_PER_LONG not being defined | Yann Sionneau |
2021-06-04 | powerpc: fix PIE/PIC builds with newer gcc/binutils which use secureplt by de... | Yann Sionneau |
2021-04-09 | open: Add support for O_TMPFILE | Nicolas Cavallari |
2021-02-19 | fcntl.h: Make F_DUPFD_CLOEXEC if _USE_XOPEN2K8 | Paul Cercueil |
2021-01-28 | use renameat2 syscall, when renameat isn't available | Waldemar Brodkorb |
2021-01-27 | fix umount2 compilation for alpha on Linux 5.x | Waldemar Brodkorb |
2021-01-27 | sh: Add 64-bit time types from kernel | Geoffrey Le GourriƩrec |
2020-10-02 | kvx: add support for kvx arch to uClibc-ng | Yann Sionneau |
2020-09-15 | Fix memory corruption due to struct stat field | Yann Sionneau |
2020-08-19 | Add {name, open}_to_handle_at() implementation | Petr Vorel |
2020-08-17 | riscv64: add __riscv_flush_icache | Waldemar Brodkorb |
2020-08-15 | sys/random.h include stddef.h | Waldemar Brodkorb |
2020-08-11 | xtensa: add exclusive access support | Max Filippov |