about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* hurd: Define ELIBEXECSamuel Thibault2022-04-121-0/+2
* Remove _dl_skip_args_internal declarationSzabolcs Nagy2022-04-121-5/+0
* manual: Avoid name collision in libm ULP table [BZ #28956]Tom Coldrick2022-04-112-2/+2
* powerpc: Relocate stinfo->mainAlan Modra2022-04-102-2/+19
* powerpc64: Set up thread register for _dl_relocate_static_pieAlan Modra2022-04-106-11/+33
* powerpc64: Use medium model toc accesses throughoutAlan Modra2022-04-106-15/+30
* linux: Constify rfv variable in dl_vdso_vsymAlan Modra2022-04-101-1/+1
* sparc64: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-077-135/+6
* alpha: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-072-60/+0
* math: Use builtin for ldbl-96 copysignAdhemerval Zanella2022-04-071-7/+3
* ia64: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-073-39/+0
* x86: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-076-175/+0
* powerpc: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-074-174/+0
* benchtests: Only build libmvec benchmarks iff $(build-mathvec) is setAdhemerval Zanella2022-04-051-1/+1
* linux: Fix __closefrom_fallback iterates until max int (BZ#28993)Adhemerval Zanella2022-04-051-5/+6
* Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song2022-04-0411-174/+28
* sparc: Remove s_abs implementationsAdhemerval Zanella2022-04-046-74/+2
* ia64: Remove fabs implementationsAdhemerval Zanella2022-04-042-164/+0
* x86: Remove fabs{f} implementationAdhemerval Zanella2022-04-044-74/+0
* alpha: Remove s_abs implementationsAdhemerval Zanella2022-04-042-55/+0
* x86: Small improvements for wcslenNoah Goldstein2022-03-281-45/+41
* x86: Small improvements for wcscpy-ssse3Noah Goldstein2022-03-281-97/+97
* Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.hJoseph Myers2022-03-281-0/+2
* x86: Remove AVX str{n}casecmpNoah Goldstein2022-03-256-197/+105
* x86: Add EVEX optimized str{n}casecmpNoah Goldstein2022-03-256-40/+321
* x86: Add AVX2 optimized str{n}casecmpNoah Goldstein2022-03-258-31/+331
* x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.SNoah Goldstein2022-03-251-48/+35
* x86: Optimize str{n}casecmp TOLOWER logic in strcmp.SNoah Goldstein2022-03-251-35/+29
* x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]Noah Goldstein2022-03-252-1/+16
* x86: Remove strspn-sse2.S and use the generic implementationNoah Goldstein2022-03-252-116/+4
* x86: Remove strpbrk-sse2.S and use the generic implementationNoah Goldstein2022-03-252-8/+4
* x86: Remove strcspn-sse2.S and use the generic implementationNoah Goldstein2022-03-252-123/+4
* x86: Optimize strspn in strspn-c.cNoah Goldstein2022-03-251-47/+39
* x86: Optimize strcspn and strpbrk in strcspn-c.cNoah Goldstein2022-03-251-46/+37
* x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein2022-03-251-66/+80
* x86: Code cleanup in strchr-avx2 and comment justifying branchNoah Goldstein2022-03-251-97/+107
* Update kernel version to 5.17 in tst-mman-consts.pyJoseph Myers2022-03-241-1/+1
* gmon: Remove unused sprofil.c functionsAdhemerval Zanella2022-03-231-12/+0
* Update syscall lists for Linux 5.17Joseph Myers2022-03-2327-2/+29
* Fix ununsed fstatat64_time64_statxAdhemerval Zanella2022-03-231-5/+5
* elf: Remove inline _dl_dprintfAdhemerval Zanella2022-03-231-11/+0
* configure.ac: fix bashisms in configure.acSam James2022-03-224-4/+4
* getaddrinfo: Refactor code for readabilitySiddhesh Poyarekar2022-03-231-12/+33
* gai_init: Avoid jumping from if condition to its else counterpartSiddhesh Poyarekar2022-03-221-250/+248
* gaiconf_init: Refactor some bits for readabilitySiddhesh Poyarekar2022-03-221-65/+84
* gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar2022-03-221-2/+2
* gaih_inet: Split result generation into its own functionSiddhesh Poyarekar2022-03-221-90/+86
* gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar2022-03-221-65/+62
* gaih_inet: make gethosts into a functionSiddhesh Poyarekar2022-03-221-58/+59
* gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar2022-03-221-277/+286