about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Test errno setting on strtod overflow in tst-strtod-roundJoseph Myers2024-08-141-0/+11
* libio/tst-getdelim: Add new test covering NUL as a delimiterFrédéric Bérat2024-08-141-1/+21
* manual: Document dprintf and vdprintfFlorian Weimer2024-08-131-0/+27
* manual: Document generic printf error codesFlorian Weimer2024-08-131-0/+23
* ARC: Regenerate ULPsPavel Kozlov2024-08-112-0/+81
* support: Add options list terminator to the test driverFlorian Weimer2024-08-091-0/+1
* Define __libc_initial for the static libcFlorian Weimer2024-08-091-0/+3
* Turn on -Wimplicit-fallthrough by default if availableFlorian Weimer2024-08-093-1/+36
* LoongArch: Add cfi instructions for _dl_tlsdesc_dynamicmengqinggang2024-08-095-373/+258
* LoongArch: Regenerate ULPscaiyinyu2024-08-091-32/+32
* RISC-V: Regenerate ULPsJulian Zhu2024-08-081-32/+32
* MIPS: Regenerate ULPsJulian Zhu2024-08-082-51/+51
* powerpc64le: Update ulpsFlorian Weimer2024-08-081-12/+12
* elf: Remove struct dl_init_args from elf/dl-open.cFlorian Weimer2024-08-081-23/+3
* s390x: Update ulpsFlorian Weimer2024-08-081-32/+32
* nptl: Fix stray process left by tst-cancel7 blocking testingMaciej W. Rozycki2024-08-071-0/+4
* nptl: Reorder semaphore release in tst-cancel7Maciej W. Rozycki2024-08-071-4/+4
* powerpc: Regenerate ULPs for soft-fpAdhemerval Zanella2024-08-071-27/+27
* powerpc: Update soft-fp ulpsAdhemerval Zanella2024-08-071-30/+30
* sparc: Regenerate ULPsAdhemerval Zanella2024-08-071-31/+31
* i386: Regenerate ULPsAdhemerval Zanella2024-08-072-73/+73
* arm: Regenerate ULPsAdhemerval Zanella2024-08-071-20/+20
* aarch64: Regenerate ULPsAdhemerval Zanella2024-08-071-32/+32
* sysdeps: Re-flow and sort multiline gnu/Makefile definitionsAdhemerval Zanella2024-08-071-12/+42
* login: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella2024-08-071-11/+53
* benchtests: Add random memset benchmarkWilco Dijkstra2024-08-072-0/+186
* AArch64: Improve generic strlenWilco Dijkstra2024-08-071-12/+27
* nss: Fix incorrect switch fall-through in tst-nss-gai-actionsFlorian Weimer2024-08-071-0/+1
* added inputs giving large errors on x86_64 for new C23 functionsPaul Zimmermann2024-08-075-44/+5475
* stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library)Adhemerval Zanella2024-08-061-0/+1
* Use binutils 2.43 branch in build-many-glibcs.pyJoseph Myers2024-08-061-1/+1
* rtld: Add test case for '--' optionHenrik Lindström2024-08-062-0/+48
* rtld: Fix handling of '--' optionHenrik Lindström2024-08-061-6/+10
* manual/stdio: Further clarify putc, putwc, getc, and getwcArjun Shankar2024-08-061-17/+10
* LoongArch: Update Ulps.caiyinyu2024-08-061-4/+4
* stdlib: Allow concurrent quick_exit (BZ 31997)Adhemerval Zanella2024-08-055-146/+196
* elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer2024-08-0512-44/+309
* elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer2024-08-054-9/+12
* Fix name space violation in fortify wrappers (bug 32052)Andreas Schwab2024-08-054-63/+63
* iconv: Fix matching of multi-character transliterations (bug 31859)Andreas Schwab2024-08-055-1/+125
* x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop (bug 32047)Florian Weimer2024-08-021-0/+1
* x86: Add missing switch/case fall-through markers to init_cpu_featuresFlorian Weimer2024-08-021-0/+2
* stdlib: Link tst-concurrent-exit with $(shared-thread-library)Florian Weimer2024-08-021-0/+1
* hurd: Fix missing pthread_ compat symbol in libcSamuel Thibault2024-08-0112-10/+80
* resolv: Fix tst-resolv-short-response for older GCC (bug 32042)Florian Weimer2024-08-011-2/+4
* Add mremap testsH.J. Lu2024-08-017-0/+221
* mremap: Update manual entryH.J. Lu2024-08-011-7/+35
* linux: Update the mremap C implementation [BZ #31968]H.J. Lu2024-08-011-1/+13
* Enhanced test coverage for strncmp, wcsncmpFlorian Weimer2024-08-015-1/+200
* Enhance test coverage for strnlen, wcsnlenFlorian Weimer2024-08-015-0/+144