about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nptl: Remove uses of assert_perrorFlorian Weimer2022-08-031-8/+3
* stdio: Clean up __libc_message after unconditional abortFlorian Weimer2022-08-031-26/+21
* Update syscall lists for Linux 5.19Joseph Myers2022-08-023-2/+4
* socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2022-08-023-22/+94
* 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
* x86: Remove unneeded rtld-wmemcmpNoah Goldstein2022-07-131-18/+0
* x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.SNoah Goldstein2022-07-132-219/+218
* x86: Move wcschr SSE2 implementation to multiarch/wcschr-sse2.SNoah Goldstein2022-07-132-142/+138
* x86: Move strcat SSE2 implementation to multiarch/strcat-sse2.SNoah Goldstein2022-07-132-243/+238
* x86: Move strchr SSE2 implementation to multiarch/strchr-sse2.SNoah Goldstein2022-07-136-183/+213
* x86: Move strrchr SSE2 implementation to multiarch/strrchr-sse2.SNoah Goldstein2022-07-134-377/+366
* x86: Move memrchr SSE2 implementation to multiarch/memrchr-sse2.SNoah Goldstein2022-07-132-334/+334
* x86: Move strcpy SSE2 implementation to multiarch/strcpy-sse2.SNoah Goldstein2022-07-135-155/+156
* x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.SNoah Goldstein2022-07-139-286/+306
* x86: Move strcmp SSE42 implementation to multiarch/strcmp-sse4_2.SNoah Goldstein2022-07-135-1792/+1766
* x86: Move wcscmp SSE2 implementation to multiarch/wcscmp-sse2.SNoah Goldstein2022-07-132-934/+934
* x86: Move strcmp SSE2 implementation to multiarch/strcmp-sse2.SNoah Goldstein2022-07-1311-2178/+2264
* x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_NONASCIINoah Goldstein2022-07-132-6/+6