about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2022-08-022-15/+61
* tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd callMark Wielaard2022-07-291-0/+7
* LoongArch: Add greg_t and gregset_t.caiyinyu2022-07-291-0/+3
* LoongArch: Fix VDSO_HASH and VDSO_NAME.caiyinyu2022-07-291-2/+2
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-273-12/+7
* LoongArch: Build Infrastructurecaiyinyu2022-07-267-0/+211
* LoongArch: Add ABI Listscaiyinyu2022-07-2611-0/+3385
* LoongArch: Linux ABIcaiyinyu2022-07-2614-0/+710
* LoongArch: Linux Syscall Interfacecaiyinyu2022-07-266-0/+903
* LoongArch: Atomic and Locking Routinescaiyinyu2022-07-261-0/+147
* struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64Arnout Vandecappelle (Essensium/Mind)2022-07-251-1/+1
* Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654)Florian Weimer2022-07-252-6/+8
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-2236-7/+146
* linux: return UNSUPPORTED from tst-mount if entering mount namespace failsMichael Hudson-Doyle2022-07-191-19/+6
* S390: Define SINGLE_THREAD_BY_GLOBAL only on s390xStefan Liebler2022-07-141-0/+0
* stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann2022-07-0633-0/+66
* Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella2022-07-0516-23/+19
* linux: Add mount_setattrAdhemerval Zanella2022-07-0538-4/+87
* linux: Add tst-mount to check for Linux new mount APIAdhemerval Zanella2022-07-052-0/+96
* linux: Add open_treeAdhemerval Zanella2022-07-0537-1/+46
* linux: Add fspickAdhemerval Zanella2022-07-0536-0/+47
* linux: Add fsconfigAdhemerval Zanella2022-07-0537-0/+63
* Refactor internal-signals.hAdhemerval Zanella2022-06-305-41/+145
* AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunableTejas Belagod2022-06-301-1/+7
* linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella2022-06-301-1/+1
* linux: Remove unnecessary nice.c and signal.cArjun Shankar2022-06-302-4/+0
* Linux: Forward declaration of struct iovec for process_madviseFlorian Weimer2022-06-291-5/+2
* linux: Add move_mountAdhemerval Zanella2022-06-2437-1/+55
* linux: Add fsmountAdhemerval Zanella2022-06-2437-1/+59
* linux: Add fsopenAdhemerval Zanella2022-06-2438-0/+107
* linux: Add process_mreleaseAdhemerval Zanella2022-06-0238-0/+124
* linux: Add process_madviseAdhemerval Zanella2022-06-0238-0/+214
* linux: Set tst-pidfd-consts unsupported for kernels headers older than 5.10Adhemerval Zanella2022-06-021-0/+3
* Linux: Adjust struct rseq definition to current kernel versionFlorian Weimer2022-06-021-22/+6
* linux: use statx for fstat if neither newfstatat nor fstatat64 is presentWANG Xuerui2022-06-011-1/+2
* Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.hJoseph Myers2022-06-011-0/+2
* Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.hJoseph Myers2022-06-011-0/+1
* Add SOL_SMC from Linux 5.18 to bits/socket.hJoseph Myers2022-05-311-0/+1
* Update kernel version to 5.18 in header constant testsJoseph Myers2022-05-262-2/+2
* Update syscall-names.list for Linux 5.18Joseph Myers2022-05-251-2/+2
* linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.hAdhemerval Zanella2022-05-231-0/+4
* linux: Add tst-pidfd.cAdhemerval Zanella2022-05-172-0/+173
* linux: Add P_PIDFDAdhemerval Zanella2022-05-171-0/+14
* linux: Add pidfd_send_signalAdhemerval Zanella2022-05-1736-0/+43
* linux: Add pidfd_getfdAdhemerval Zanella2022-05-1736-0/+43
* linux: Add pidfd_openAdhemerval Zanella2022-05-1738-1/+129
* linux: Add a getauxval test [BZ #23293]Szabolcs Nagy2022-05-172-0/+75
* rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy2022-05-171-4/+0
* Remove dl-librecon.h header.Adhemerval Zanella2022-05-162-60/+0
* elf: Remove ldconfig kernel version checkAdhemerval Zanella2022-05-168-80/+64