Age | Commit message (Expand) | Author |
2024-05-08 | futimesat: add missing header | Waldemar Brodkorb |
2024-04-18 | Fix vDSO support for all supported architectures. | Dmitry Chestnykh |
2024-04-14 | tree: Remove ^L | Petr Vorel |
2024-04-13 | Provide fixups for riscv32. | Dmitry Chestnykh |
2024-03-02 | Add time64 support to ARC. | Dmitry Chestnykh |
2024-03-01 | libc: Remove 32bit timespec structures everywhere. | Dmitry Chestnykh |
2024-02-29 | libc: restore correct definition of semid_ds struct. | Dmitry Chestnykh |
2024-02-28 | libc: always redirect *stat() family to statx() with time64 enabled. | Dmitry Chestnykh |
2024-02-27 | Fix *stat() and *stat64() when the time is beyond year 2038. | Dmitry Chestnykh |
2024-02-26 | Add time64 support for MIPS32. | Dmitry Chestnykh |
2024-02-25 | Add support for using time64 on big-endian machines. | Dmitry Chestnykh |
2024-02-22 | Introduce time64 support. | Dmitry Chestnykh |
2024-02-18 | add newline at end of file | Waldemar Brodkorb |
2023-11-10 | prlimit: add name redirection and fix incorrect parameters to syscall | Pavel Kozlov |
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-15 | fork: generate stub on no-MMU systems | Ben Wolsieffer |
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-08 | aarch64: add hwcap header file | 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-01-22 | Defined MAP_FIXED_NOREPLACE | linted |
2022-12-19 | gettimeofday() vdso support | ramin |
2022-12-19 | sycall macro for vdso support | ramin |
2022-08-08 | resource.h: add missing RUSAGE_THREAD | Waldemar Brodkorb |
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 |
2021-12-24 | Fix some warnings due to type issues | Yann Sionneau |
2021-04-09 | open: Add support for O_TMPFILE | Nicolas Cavallari |
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 |
2020-08-19 | Add {name, open}_to_handle_at() implementation | Petr Vorel |
2020-08-15 | sys/random.h include stddef.h | Waldemar Brodkorb |
2020-07-02 | Rename __unused struct members to include a namespace | Ed Wildgoose |
2020-04-01 | statx: make include conditional, fixes non-csky arch buildroot builds | Waldemar Brodkorb |
2020-02-07 | common/bits: Fix ipc_perm and semid_ds definitions for 64-bit arches | Vladimir Murzin |
2020-02-03 | csky: add statx conditionals | Waldemar Brodkorb |
2020-01-30 | poll: avoid calling select with empty sets which hangs the process | Yann Sionneau |
2019-11-17 | fix PTRAVE_EVENT_SECCOMP typo in ptrace.h | Joris Vink |
2019-11-05 | implement fexecve from glibc | Waldemar Brodkorb |