about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno2022-10-031-3/+9
* x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno2022-10-031-2/+6
* x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2022-10-032-4/+7
* x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2022-10-032-3/+5
* x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2022-10-032-8/+21
* x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno2022-10-031-0/+2
* hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin2022-10-011-0/+3
* hppa: Fix initialization of dp register [BZ 29635]John David Anglin2022-10-011-5/+19
* stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella2022-09-301-1/+1
* get_nscd_addresses: Fix subscript typos [BZ #29605]Jörg Sonnenberger2022-09-281-3/+3
* m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella2022-09-214-2/+59
* elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer2022-09-201-2/+4
* Linux: Fix enum fsconfig_command detection in <sys/mount.h>Florian Weimer2022-08-241-3/+3
* linux: Fix sys/mount.h usage with kernel headersAdhemerval Zanella2022-08-243-8/+137
* linux: Use compile_c_snippet to check linux/mount.h availabilityAdhemerval Zanella2022-08-241-0/+5
* linux: Mimic kernel defition for BLOCK_SIZEAdhemerval Zanella2022-08-241-1/+1
* linux: Use compile_c_snippet to check linux/pidfd.h availabilityAdhemerval Zanella2022-08-241-4/+6
* socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2022-08-223-22/+94
* alpha: Fix generic brk system call emulation in __brk_call (bug 29490)Florian Weimer2022-08-221-4/+3
* Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485)Florian Weimer2022-08-161-2/+5
* Update syscall lists for Linux 5.19Joseph Myers2022-08-053-2/+4
* 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
* riscv: Update rv64 libm test ulpsDarius Rad2022-07-271-1/+1
* riscv: Update nofpu libm test ulpsDarius Rad2022-07-271-31/+39
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-2726-2079/+14
* LoongArch: Hard Float Supportcaiyinyu2022-07-2622-0/+2372
* LoongArch: Build Infrastructurecaiyinyu2022-07-2615-0/+434
* LoongArch: Add ABI Listscaiyinyu2022-07-2611-0/+3385
* LoongArch: Linux ABIcaiyinyu2022-07-2617-0/+826
* LoongArch: Linux Syscall Interfacecaiyinyu2022-07-268-0/+947
* LoongArch: Atomic and Locking Routinescaiyinyu2022-07-261-0/+147
* LoongArch: Generic <math.h> and soft-fp Routinescaiyinyu2022-07-265-0/+321
* LoongArch: Thread-Local Storage Supportcaiyinyu2022-07-264-0/+249
* LoongArch: ABI Implementationcaiyinyu2022-07-2618-0/+959
* 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
* s390x: Add optimized chacha20Adhemerval Zanella Netto2022-07-223-0/+624
* powerpc64: Add optimized chacha20Adhemerval Zanella Netto2022-07-226-0/+345
* x86: Add AVX2 optimized chacha20Adhemerval Zanella Netto2022-07-224-5/+356
* x86: Add SSE2 optimized chacha20Adhemerval Zanella Netto2022-07-223-0/+350
* aarch64: Add optimized chacha20Adhemerval Zanella Netto2022-07-224-0/+382
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-2244-13/+178
* linux: return UNSUPPORTED from tst-mount if entering mount namespace failsMichael Hudson-Doyle2022-07-191-19/+6
* x86: Add support to build st{p|r}{n}{cpy|cat} with explicit ISA levelNoah Goldstein2022-07-1630-158/+382
* x86: Add support to build wcscpy with explicit ISA levelNoah Goldstein2022-07-168-12/+103
* x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein2022-07-1688-618/+1157
* S390: Define SINGLE_THREAD_BY_GLOBAL only on s390xStefan Liebler2022-07-141-0/+0
* x86: Add missing rtm tests for strcmp familyNoah Goldstein2022-07-136-2/+150