aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-12NEWS: Move PLT tracking slowdown to glibc 2.35.Carlos O'Donell1-3/+3
2022-04-12Remove _dl_skip_args_internal declarationSzabolcs Nagy1-5/+0
2022-04-12test-container: Fix "unused code" warnings on HURDDJ Delorie1-0/+6
2022-04-11Add .clang-format style fileNoah Goldstein1-0/+156
2022-04-11manual: Avoid name collision in libm ULP table [BZ #28956]Tom Coldrick2-2/+2
2022-04-10powerpc: Relocate stinfo->mainAlan Modra2-2/+19
2022-04-10powerpc64: Set up thread register for _dl_relocate_static_pieAlan Modra6-11/+33
2022-04-10powerpc64: Use medium model toc accesses throughoutAlan Modra6-15/+30
2022-04-10linux: Constify rfv variable in dl_vdso_vsymAlan Modra1-1/+1
2022-04-09string: Replace outdated comments in strlen().Ricardo Bittencourt1-11/+5
2022-04-07S390: Fix elf/tst-audit25[ab]Stefan Liebler1-1/+2
2022-04-07sparc64: Remove fcopysign{f} implementationAdhemerval Zanella7-135/+6
2022-04-07alpha: Remove fcopysign{f} implementationAdhemerval Zanella2-60/+0
2022-04-07math: Use builtin for ldbl-96 copysignAdhemerval Zanella1-7/+3
2022-04-07ia64: Remove fcopysign{f} implementationAdhemerval Zanella3-39/+0
2022-04-07x86: Remove fcopysign{f} implementationAdhemerval Zanella6-175/+0
2022-04-07powerpc: Remove fcopysign{f} implementationAdhemerval Zanella4-174/+0
2022-04-07Add rif_MA locale [BZ #27781]Ilyahoo Proshel5-0/+182
2022-04-06tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar25-230/+43
2022-04-06test-memcpy: Actually reverse source and destinationSiddhesh Poyarekar1-22/+24
2022-04-05benchtests: Only build libmvec benchmarks iff $(build-mathvec) is setAdhemerval Zanella1-1/+1
2022-04-05linux: Fix __closefrom_fallback iterates until max int (BZ#28993)Adhemerval Zanella1-5/+6
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song16-256/+30
2022-04-04sparc: Remove s_abs implementationsAdhemerval Zanella6-74/+2
2022-04-04ia64: Remove fabs implementationsAdhemerval Zanella2-164/+0
2022-04-04x86: Remove fabs{f} implementationAdhemerval Zanella4-74/+0
2022-04-04alpha: Remove s_abs implementationsAdhemerval Zanella2-55/+0
2022-04-04Allow for unpriviledged nested containersDJ Delorie7-35/+155
2022-04-01Increase the test timeout of some string testsSzabolcs Nagy2-0/+2
2022-03-31realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]Siddhesh Poyarekar2-5/+8
2022-03-31stdlib: Fix tst-getrandom memcmp callAdhemerval Zanella1-1/+1
2022-03-31stdlib: Fix tst-rand48.c printf typesAdhemerval Zanella1-3/+3
2022-03-31elf: Remove unused functions from tst-audit25(a,b)Adhemerval Zanella2-16/+0
2022-03-31nptl: Use libc-diag.h with tst-thread-setspecificAdhemerval Zanella1-7/+8
2022-03-31crypt: Remove unused variable on cert testAdhemerval Zanella1-2/+1
2022-03-31elf: Remove unused variables in testsAdhemerval Zanella3-6/+0
2022-03-31elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella1-1/+2
2022-03-31posix: Remove unused variable on tst-_Fork.cAdhemerval Zanella1-1/+0
2022-03-31resolv: Initialize loop variable on tst-resolv-trailingAdhemerval Zanella1-1/+1
2022-03-31locale: Remove set but unused variable on ld-collate.cAdhemerval Zanella1-8/+1
2022-03-31localedate: Fix printf type on tst_mbrtowcAdhemerval Zanella1-1/+1
2022-03-31localedata: Remove unused variables in testsAdhemerval Zanella6-12/+0
2022-03-28x86: Small improvements for wcslenNoah Goldstein1-45/+41
2022-03-28x86: Small improvements for wcscpy-ssse3Noah Goldstein1-97/+97
2022-03-28debug: Improve fdelt_chk error messageCristian Rodríguez1-1/+2
2022-03-28Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.hJoseph Myers1-0/+2
2022-03-25x86: Remove AVX str{n}casecmpNoah Goldstein6-197/+105
2022-03-25x86: Add EVEX optimized str{n}casecmpNoah Goldstein6-40/+321
2022-03-25x86: Add AVX2 optimized str{n}casecmpNoah Goldstein8-31/+331
2022-03-25string: Expand page cross test cases in test-strncmp.cNoah Goldstein1-1/+26