aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-28Update translationsAdhemerval Zanella35-10000/+13994
2021-01-28Update libc.pot for 2.33 releaseAdhemerval Zanella1-341/+403
2021-01-28Update ia64 libm-test-ulpsAdhemerval Zanella1-2/+2
2021-01-28sh: Update libm-tests-ulpsAdhemerval Zanella1-19/+23
2021-01-28ia64: Fix brk call on statupAdhemerval Zanella1-0/+22
2021-01-28Update sparc libm-test-ulpsAdhemerval Zanella1-11/+12
2021-01-28Update alpha libm-test-ulpsAdhemerval Zanella1-11/+12
2021-01-28powerpc64: Workaround sigtramp vdso return callRaoni Fassina Firmino1-1/+12
2021-01-27Fix nss/tst-reload2 for systems without PATH_MAXDJ Delorie1-0/+4
2021-01-27nsswitch: do not reload if "/" changesDJ Delorie9-1/+178
2021-01-27elf: Limit tst-prelink-cmp target archsMatheus Castanho3-8/+51
2021-01-27gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer3-20/+178
2021-01-27Revert "Make libc symbols hidden in static PIE" [BZ #27237]Szabolcs Nagy1-7/+2
2021-01-26benchtests: Do not build bench-timing-type with MODULE_NAME=libcArjun Shankar1-7/+7
2021-01-25aarch64: Fix the list of tested IFUNC variants [BZ #26818]Szabolcs Nagy2-4/+6
2021-01-25Update INSTALL with package versions that are known to workTulio Magno Quites Machado Filho2-25/+25
2021-01-25aarch64: Move and update the definition of MTE_ENABLEDSzabolcs Nagy2-11/+11
2021-01-25Fix misplaced constAndreas Schwab2-2/+2
2021-01-23Update C-SKY libm-test-ulpsMao Han2-54/+61
2021-01-22manual: Correct argument order in mount examples [BZ #27207]John McCabe1-2/+2
2021-01-22linux: mips: Fix getdents64 fallback on mips64-n32Adhemerval Zanella2-24/+42
2021-01-22x86: Properly match CPU features in /proc/cpuinfo [BZ #27222]H.J. Lu1-13/+30
2021-01-22x86-64: Update tst-glibc-hwcaps-2.c for x86-64 baselineH.J. Lu1-1/+1
2021-01-22powerpc64: Select POWER9 machine for the scv instructionFlorian Weimer3-1/+10
2021-01-21x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]H.J. Lu6-0/+184
2021-01-21Revert "linux: Move {f}xstat{at} to compat symbols" for static buildAdhemerval Zanella17-37/+40
2021-01-21aarch64: revert memcpy optimze for kunpeng to avoid performance degradationShuo Wang1-1/+1
2021-01-21Make libc symbols hidden in static PIESzabolcs Nagy1-2/+7
2021-01-21csu: Move static pie self relocation later [BZ #27072]Szabolcs Nagy1-2/+5
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy8-0/+34
2021-01-21csu: Avoid weak ref for __ehdr_start in static PIESzabolcs Nagy1-0/+4
2021-01-21configure: Check for static PIE supportSzabolcs Nagy9-0/+39
2021-01-21elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy3-4/+14
2021-01-21elf: Make the tunable struct definition internal onlySzabolcs Nagy3-38/+43
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu24-847/+1162
2021-01-20posix: Fix fnmatch.c on bootstrapAdhemerval Zanella1-1/+1
2021-01-20stdlib: Add testcase for BZ #26241Adhemerval Zanella2-1/+103
2021-01-20posix: Fix regex_internal.h on bootstrapAdhemerval Zanella1-2/+4
2021-01-19Use <startup.h> in __libc_init_secureH.J. Lu3-5/+56
2021-01-19elf: Avoid RELATIVE relocation for _dl_sysinfoH.J. Lu1-2/+8
2021-01-19libmvec: Add extra-test-objs to test-extrasH.J. Lu1-0/+8
2021-01-19Hurd: Add rtld-strncpy-c.cH.J. Lu1-0/+1
2021-01-18Update MIPS libm-test-ulps.Joseph Myers2-22/+24
2021-01-18Update arm libm-test-ulps.Joseph Myers1-11/+12
2021-01-18Update powerpc-nofpu libm-test-ulps.Joseph Myers1-16/+17
2021-01-18Update hppa libm-test-ulpsJohn David Anglin1-11/+12
2021-01-17ARC: nofpu: Regenerate ulpsVineet Gupta1-5/+6
2021-01-15ld.so: Add --list-tunables to print tunable valuesH.J. Lu10-2/+172
2021-01-15math/test-tgmath2: Fix fabs failure when no long doubleStafford Horne1-2/+2
2021-01-14x86: Move x86 processor cache info to cpu_featuresH.J. Lu5-412/+551