summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
5 hoursriscv32: implement linuxthreads, from sorearHEADmasterWaldemar Brodkorb
21 hoursriscv64: implement Linuxthreads, from sorearWaldemar Brodkorb
2 daysriscv: add __UCLIBC_ABORT_INSTRUCTION__, suggested by sorearWaldemar Brodkorb
7 daysriscv: fix pread64/pwrite64 users like git, suggested by sorearWaldemar Brodkorb
9 daysriscv32: sync with riscv64Waldemar Brodkorb
10 daysriscv64: add atomic.h, fixes tst-cond16, suggested by sorearWaldemar Brodkorb
10 daysriscv64: sync with glibc clone.SWaldemar Brodkorb
10 daysriscv64: page size is 4096, reported by sorearWaldemar Brodkorb
2024-03-03x86: enable time64Waldemar Brodkorb
2024-03-03m68k: enable time64Waldemar Brodkorb
2024-03-03superh: enable time64Waldemar Brodkorb
2024-03-03microblaze: enable time64Waldemar Brodkorb
2024-03-03riscv32: decouple from riscv64Waldemar Brodkorb
2024-03-03remove symlinkWaldemar Brodkorb
2024-03-02Add time64 support to ARC.Dmitry Chestnykh
2024-03-01libc: Remove 32bit timespec structures everywhere.Dmitry Chestnykh
2024-02-29libc: restore correct definition of semid_ds struct.Dmitry Chestnykh
2024-02-29Add time64 support for sparc.Dmitry Chestnykh
2024-02-28Add time64 support to OpenRISC.Dmitry Chestnykh
2024-02-28libc: always redirect *stat() family to statx() with time64 enabled.Dmitry Chestnykh
2024-02-27Fix *stat() and *stat64() when the time is beyond year 2038.Dmitry Chestnykh
2024-02-26Add time64 support for MIPS32.Dmitry Chestnykh
2024-02-26Refactor `ts32_struct` and `TO_ITS64_P`.Dmitry Chestnykh
2024-02-25Add time64 support for PowerPC.Dmitry Chestnykh
2024-02-25Add support for using time64 on big-endian machines.Dmitry Chestnykh
2024-02-22xtensa: Add time64 support.Dmitry Chestnykh
2024-02-22Introduce time64 support.Dmitry Chestnykh
2024-02-18add newline at end of fileWaldemar Brodkorb
2023-12-12elf: support ELF binaries in noMMUGreg Ungerer
2023-11-17rlimit: fix 64-bit RLIM64_INFINITY macroPavel Kozlov
2023-11-10arc: add acq/rel variants for atomic cmpxchg/xchgPavel Kozlov
2023-11-10prlimit: add name redirection and fix incorrect parameters to syscallPavel Kozlov
2023-11-02arm: elf-fdpic.h: avoid void pointer subtractionBen Wolsieffer
2023-10-28Fix -Warray-parameter warning for __sigsetjmpPavel Kozlov
2023-10-27setrlimit/getrlimit: fix prlimit64 syscall use for 32-bit CPUsPavel Kozlov
2023-10-27depend on __UCLIBC_HAVE_STATX__Waldemar Brodkorb
2023-09-28riscv64: define __NR_riscv_flush_icache if not availableWaldemar Brodkorb
2023-09-15fork: generate stub on no-MMU systemsBen Wolsieffer
2023-09-14kvx: fix asm syntaxPaul Iannetta
2023-09-14kvx: use a custom stat.h headerYann Sionneau
2023-09-14kvx: define that kvx port supports statx syscallYann Sionneau
2023-09-14kvx: align specification of user regsYann Sionneau
2023-09-14kvx: atomic: rework using compiler builtinsYann Sionneau
2023-09-14fstatat: add wrapper that uses statx for non-legacy archYann Sionneau
2023-09-14add support for systems without legacy setrlimit/getrlimit syscallsYann Sionneau
2023-09-14fstat: add missing return value statement for the statx wrapping caseYann Sionneau
2023-09-14fstatat64: define it as a wrapper of statx if the kernel does not support fst...Yann Sionneau
2023-08-14gettimeofday() only include ldso.h if vdso support is activatedlordrasmus
2023-08-14c6x compile fix vdso supportlordrasmus
2023-08-12arm: add hwcap header fileWaldemar Brodkorb