aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-15x86: Use `Avoid_Non_Temporal_Memset` to control non-temporal pathNoah Goldstein2-8/+23
2024-08-15x86: Fix bug in strchrnul-evex512 [BZ #32078]Noah Goldstein2-5/+68
2024-08-14Test errno setting on strtod overflow in tst-strtod-roundJoseph Myers1-0/+11
2024-08-14libio/tst-getdelim: Add new test covering NUL as a delimiterFrédéric Bérat1-1/+21
2024-08-13manual: Document dprintf and vdprintfFlorian Weimer1-0/+27
2024-08-13manual: Document generic printf error codesFlorian Weimer1-0/+23
2024-08-11ARC: Regenerate ULPsPavel Kozlov2-0/+81
2024-08-09support: Add options list terminator to the test driverFlorian Weimer1-0/+1
2024-08-09Define __libc_initial for the static libcFlorian Weimer1-0/+3
2024-08-09Turn on -Wimplicit-fallthrough by default if availableFlorian Weimer3-1/+36
2024-08-09LoongArch: Add cfi instructions for _dl_tlsdesc_dynamicmengqinggang5-373/+258
2024-08-09LoongArch: Regenerate ULPscaiyinyu1-32/+32
2024-08-08RISC-V: Regenerate ULPsJulian Zhu1-32/+32
2024-08-08MIPS: Regenerate ULPsJulian Zhu2-51/+51
2024-08-08powerpc64le: Update ulpsFlorian Weimer1-12/+12
2024-08-08elf: Remove struct dl_init_args from elf/dl-open.cFlorian Weimer1-23/+3
2024-08-08s390x: Update ulpsFlorian Weimer1-32/+32
2024-08-07nptl: Fix stray process left by tst-cancel7 blocking testingMaciej W. Rozycki1-0/+4
2024-08-07nptl: Reorder semaphore release in tst-cancel7Maciej W. Rozycki1-4/+4
2024-08-07powerpc: Regenerate ULPs for soft-fpAdhemerval Zanella1-27/+27
2024-08-07powerpc: Update soft-fp ulpsAdhemerval Zanella1-30/+30
2024-08-07sparc: Regenerate ULPsAdhemerval Zanella1-31/+31
2024-08-07i386: Regenerate ULPsAdhemerval Zanella2-73/+73
2024-08-07arm: Regenerate ULPsAdhemerval Zanella1-20/+20
2024-08-07aarch64: Regenerate ULPsAdhemerval Zanella1-32/+32
2024-08-07sysdeps: Re-flow and sort multiline gnu/Makefile definitionsAdhemerval Zanella1-12/+42
2024-08-07login: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella1-11/+53
2024-08-07benchtests: Add random memset benchmarkWilco Dijkstra2-0/+186
2024-08-07AArch64: Improve generic strlenWilco Dijkstra1-12/+27
2024-08-07nss: Fix incorrect switch fall-through in tst-nss-gai-actionsFlorian Weimer1-0/+1
2024-08-07added inputs giving large errors on x86_64 for new C23 functionsPaul Zimmermann5-44/+5475
2024-08-06stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library)Adhemerval Zanella1-0/+1
2024-08-06Use binutils 2.43 branch in build-many-glibcs.pyJoseph Myers1-1/+1
2024-08-06rtld: Add test case for '--' optionHenrik Lindström2-0/+48
2024-08-06rtld: Fix handling of '--' optionHenrik Lindström1-6/+10
2024-08-06manual/stdio: Further clarify putc, putwc, getc, and getwcArjun Shankar1-17/+10
2024-08-06LoongArch: Update Ulps.caiyinyu1-4/+4
2024-08-05stdlib: Allow concurrent quick_exit (BZ 31997)Adhemerval Zanella5-146/+196
2024-08-05elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer12-44/+309
2024-08-05elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer4-9/+12
2024-08-05Fix name space violation in fortify wrappers (bug 32052)Andreas Schwab4-63/+63
2024-08-05iconv: Fix matching of multi-character transliterations (bug 31859)Andreas Schwab5-1/+125
2024-08-02x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop (bug 32047)Florian Weimer1-0/+1
2024-08-02x86: Add missing switch/case fall-through markers to init_cpu_featuresFlorian Weimer1-0/+2
2024-08-02stdlib: Link tst-concurrent-exit with $(shared-thread-library)Florian Weimer1-0/+1
2024-08-01hurd: Fix missing pthread_ compat symbol in libcSamuel Thibault12-10/+80
2024-08-01resolv: Fix tst-resolv-short-response for older GCC (bug 32042)Florian Weimer1-2/+4
2024-08-01Add mremap testsH.J. Lu7-0/+221
2024-08-01mremap: Update manual entryH.J. Lu1-7/+35
2024-08-01linux: Update the mremap C implementation [BZ #31968]H.J. Lu1-1/+13