about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: Add soft float support.caiyinyu2022-09-015-7/+79
* S390: Always use svc 0Stefan Liebler2022-08-3013-66/+46
* LoongArch: Fix ptr mangling/demangling features.caiyinyu2022-08-301-17/+16
* s390: Move hwcaps/platform names out of _rtld_global_roFlorian Weimer2022-08-251-1/+1
* Add AArch64 HWCAP2_* constants from Linux 5.19Joseph Myers2022-08-221-0/+9
* Add AGROUP from Linux 5.19 to sys/acct.h, remove Alpha version (bug 29502)Joseph Myers2022-08-222-64/+3
* alpha: Fix generic brk system call emulation in __brk_call (bug 29490)Florian Weimer2022-08-221-4/+3
* Linux: Fix enum fsconfig_command detection in <sys/mount.h>Florian Weimer2022-08-161-3/+3
* Move ip_mreqn structure from Linux to genericSamuel Thibault2022-08-151-8/+0
* Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485)Florian Weimer2022-08-151-2/+5
* linux: Fix sys/mount.h usage with kernel headersAdhemerval Zanella2022-08-123-8/+137
* linux: Use compile_c_snippet to check linux/mount.h availabilityAdhemerval Zanella2022-08-121-0/+5
* linux: Mimic kernel defition for BLOCK_SIZEAdhemerval Zanella2022-08-121-1/+1
* linux: Use compile_c_snippet to check linux/pidfd.h availabilityAdhemerval Zanella2022-08-121-3/+5
* LoongArch: Add pointer mangling support.caiyinyu2022-08-121-3/+60
* tst-process_madvise: Check process_madvise-syscall support.Stefan Liebler2022-08-111-2/+5
* Remove ldd libc4 supportAdhemerval Zanella2022-08-0412-134/+0
* Assume only FLAG_ELF_LIBC6 suportLucas A. M. Magalhaes2022-08-0412-268/+0
* Remove left over LD_LIBRARY_VERSION usagesAdhemerval Zanella2022-08-045-11/+0
* Linux: Remove exit system call from _exitFlorian Weimer2022-08-041-1/+0
* LoongArch: Add vdso support for gettimeofday.caiyinyu2022-08-042-0/+23
* Update kernel version to 5.19 in header constant testsJoseph Myers2022-08-033-4/+4
* Update syscall lists for Linux 5.19Joseph Myers2022-08-023-2/+4
* 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