aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-08-19hurd: Assume non-suid during bootstrapSamuel Thibault1-2/+7
2022-08-18S390: Fix werror=unused-variable in ifunc-impl-list.c.Stefan Liebler1-1/+3
2022-08-18Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle1-0/+3
2022-08-16Linux: Fix enum fsconfig_command detection in <sys/mount.h>Florian Weimer1-3/+3
2022-08-15Move ip_mreqn structure from Linux to genericSamuel Thibault1-8/+0
2022-08-15Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485)Florian Weimer1-2/+5
2022-08-12arm: Remove nested functionf rom relocate_pc24Adhemerval Zanella1-10/+13
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.caiyinyu3-3/+74
2022-08-11AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra2-4/+4
2022-08-11libio: Improve performance of IO locksWilco Dijkstra1-9/+19
2022-08-11tst-process_madvise: Check process_madvise-syscall support.Stefan Liebler1-2/+5
2022-08-09x86: Fix `#define STRCPY` guard in strcpy-sse2.SNoah Goldstein1-1/+1
2022-08-05i386: Use cmpl instead of cmpAdhemerval Zanella2-12/+12
2022-08-05i386: Use fldt instead of fld on e_logl.SAdhemerval Zanella1-2/+2
2022-08-04i386: Replace movzx with movzblFangrui Song1-18/+18
2022-08-04i386: Remove RELA supportAdhemerval Zanella2-197/+1
2022-08-04arm: Remove RELA supportAdhemerval Zanella2-106/+1
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-03nptl: Remove uses of assert_perrorFlorian Weimer1-8/+3
2022-08-03stdio: Clean up __libc_message after unconditional abortFlorian Weimer1-26/+21
2022-08-02Update syscall lists for Linux 5.19Joseph Myers3-2/+4
2022-08-02socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar3-22/+94
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-27riscv: Update rv64 libm test ulpsDarius Rad1-1/+1
2022-07-27riscv: Update nofpu libm test ulpsDarius Rad1-31/+39
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld26-2079/+14
2022-07-26LoongArch: Hard Float Supportcaiyinyu22-0/+2372
2022-07-26LoongArch: Build Infrastructurecaiyinyu15-0/+434
2022-07-26LoongArch: Add ABI Listscaiyinyu11-0/+3385
2022-07-26LoongArch: Linux ABIcaiyinyu17-0/+826
2022-07-26LoongArch: Linux Syscall Interfacecaiyinyu8-0/+947
2022-07-26LoongArch: Atomic and Locking Routinescaiyinyu1-0/+147
2022-07-26LoongArch: Generic <math.h> and soft-fp Routinescaiyinyu5-0/+321
2022-07-26LoongArch: Thread-Local Storage Supportcaiyinyu4-0/+249
2022-07-26LoongArch: ABI Implementationcaiyinyu18-0/+959
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-22s390x: Add optimized chacha20Adhemerval Zanella Netto3-0/+624
2022-07-22powerpc64: Add optimized chacha20Adhemerval Zanella Netto6-0/+345