Age | Commit message (Expand) | Author |
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 |
2019-05-13 | preadv/pwritev: fix offset argument type | Max Filippov |
2018-12-14 | several patches for uclibc ng | han_mao@c-sky.com |
2018-11-27 | statfs.h: sync generic header with glibc | Waldemar Brodkorb |
2018-11-01 | time.h: Add CLOCK_TAI | Petr Vorel |
2018-10-20 | do not expose recvmmsg/sendmmsg for unsupported kernels | Waldemar Brodkorb |
2018-09-21 | bugfix renameat2 wrong implement. | Guo Ren |
2018-08-16 | sched_setaffinity: use the same style with glibc's | Guo Ren |
2018-06-10 | risc-v: initial 64 bit port, static only (no TLS/NPTL) | Waldemar Brodkorb |
2018-04-17 | common/sendfile.c: bugfix can't support offset is NULL | Guo Ren |
2018-04-17 | Revert "common/sendfile.c: bugfix can't support offset is NULL" | Waldemar Brodkorb |
2018-04-13 | lseek.c: bugfix ltp lseek01.c | Guo Ren |
2018-04-13 | common/sendfile.c: bugfix can't support offset is NULL | Guo Ren |
2018-04-02 | use __NR_newfstatat only for modern Linux architectures | Waldemar Brodkorb |
2018-03-12 | tile: add basic support for tilegx | Waldemar Brodkorb |