aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
AgeCommit message (Expand)AuthorFilesLines
2022-08-12linux: Fix sys/mount.h usage with kernel headersAdhemerval Zanella3-8/+137
2022-08-12linux: Use compile_c_snippet to check linux/mount.h availabilityAdhemerval Zanella1-0/+5
2022-08-12linux: Mimic kernel defition for BLOCK_SIZEAdhemerval Zanella1-1/+1
2022-08-12linux: Use compile_c_snippet to check linux/pidfd.h availabilityAdhemerval Zanella1-3/+5
2022-08-12LoongArch: Add pointer mangling support.caiyinyu1-3/+60
2022-08-11tst-process_madvise: Check process_madvise-syscall support.Stefan Liebler1-2/+5
2022-08-04Remove ldd libc4 supportAdhemerval Zanella12-134/+0
2022-08-04Assume only FLAG_ELF_LIBC6 suportLucas A. M. Magalhaes12-268/+0
2022-08-04Remove left over LD_LIBRARY_VERSION usagesAdhemerval Zanella5-11/+0
2022-08-04Linux: Remove exit system call from _exitFlorian Weimer1-1/+0
2022-08-04LoongArch: Add vdso support for gettimeofday.caiyinyu2-0/+23
2022-08-03Update kernel version to 5.19 in header constant testsJoseph Myers3-4/+4
2022-08-02Update syscall lists for Linux 5.19Joseph Myers3-2/+4
2022-08-02socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2-15/+61
2022-07-29tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd callMark Wielaard1-0/+7
2022-07-29LoongArch: Add greg_t and gregset_t.caiyinyu1-0/+3
2022-07-29LoongArch: Fix VDSO_HASH and VDSO_NAME.caiyinyu1-2/+2
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld3-12/+7
2022-07-26LoongArch: Build Infrastructurecaiyinyu7-0/+211
2022-07-26LoongArch: Add ABI Listscaiyinyu11-0/+3385
2022-07-26LoongArch: Linux ABIcaiyinyu14-0/+710
2022-07-26LoongArch: Linux Syscall Interfacecaiyinyu6-0/+903
2022-07-26LoongArch: Atomic and Locking Routinescaiyinyu1-0/+147
2022-07-25struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64Arnout Vandecappelle (Essensium/Mind)1-1/+1
2022-07-25Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654)Florian Weimer2-6/+8
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto36-7/+146
2022-07-19linux: return UNSUPPORTED from tst-mount if entering mount namespace failsMichael Hudson-Doyle1-19/+6
2022-07-14S390: Define SINGLE_THREAD_BY_GLOBAL only on s390xStefan Liebler1-0/+0
2022-07-06stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann33-0/+66
2022-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella16-23/+19
2022-07-05linux: Add mount_setattrAdhemerval Zanella38-4/+87
2022-07-05linux: Add tst-mount to check for Linux new mount APIAdhemerval Zanella2-0/+96
2022-07-05linux: Add open_treeAdhemerval Zanella37-1/+46
2022-07-05linux: Add fspickAdhemerval Zanella36-0/+47
2022-07-05linux: Add fsconfigAdhemerval Zanella37-0/+63
2022-06-30Refactor internal-signals.hAdhemerval Zanella5-41/+145
2022-06-30AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunableTejas Belagod1-1/+7
2022-06-30linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella1-1/+1
2022-06-30linux: Remove unnecessary nice.c and signal.cArjun Shankar2-4/+0
2022-06-29Linux: Forward declaration of struct iovec for process_madviseFlorian Weimer1-5/+2
2022-06-24linux: Add move_mountAdhemerval Zanella37-1/+55
2022-06-24linux: Add fsmountAdhemerval Zanella37-1/+59
2022-06-24linux: Add fsopenAdhemerval Zanella38-0/+107
2022-06-02linux: Add process_mreleaseAdhemerval Zanella38-0/+124
2022-06-02linux: Add process_madviseAdhemerval Zanella38-0/+214
2022-06-02linux: Set tst-pidfd-consts unsupported for kernels headers older than 5.10Adhemerval Zanella1-0/+3
2022-06-02Linux: Adjust struct rseq definition to current kernel versionFlorian Weimer1-22/+6
2022-06-01linux: use statx for fstat if neither newfstatat nor fstatat64 is presentWANG Xuerui1-1/+2
2022-06-01Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.hJoseph Myers1-0/+2
2022-06-01Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.hJoseph Myers1-0/+1