about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella2022-04-1415-91/+482
* S390: Add new s390 platform z16.Stefan Liebler2022-04-148-10/+61
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-1319-34/+34
* stdlib: Reflow and sort most variable assignmentsAdhemerval Zanella2022-04-131-63/+227
* elf: Fix memory leak in _dl_find_object_update (bug 29062)Florian Weimer2022-04-131-2/+3
* hurd: Define ELIBEXECSamuel Thibault2022-04-122-5/+7
* hurd: Fix arbitrary error codeSamuel Thibault2022-04-121-1/+1
* NEWS: Move PLT tracking slowdown to glibc 2.35.Carlos O'Donell2022-04-121-3/+3
* Remove _dl_skip_args_internal declarationSzabolcs Nagy2022-04-121-5/+0
* test-container: Fix "unused code" warnings on HURDDJ Delorie2022-04-121-0/+6
* Add .clang-format style fileNoah Goldstein2022-04-111-0/+156
* 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
* string: Replace outdated comments in strlen().Ricardo Bittencourt2022-04-091-11/+5
* S390: Fix elf/tst-audit25[ab]Stefan Liebler2022-04-071-1/+2
* 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
* Add rif_MA locale [BZ #27781]Ilyahoo Proshel2022-04-075-0/+182
* tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar2022-04-0625-230/+43
* test-memcpy: Actually reverse source and destinationSiddhesh Poyarekar2022-04-061-22/+24
* 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-0416-256/+30
* 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
* Allow for unpriviledged nested containersDJ Delorie2022-04-047-35/+155
* Increase the test timeout of some string testsSzabolcs Nagy2022-04-012-0/+2
* realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]Siddhesh Poyarekar2022-03-312-5/+8
* stdlib: Fix tst-getrandom memcmp callAdhemerval Zanella2022-03-311-1/+1
* stdlib: Fix tst-rand48.c printf typesAdhemerval Zanella2022-03-311-3/+3
* elf: Remove unused functions from tst-audit25(a,b)Adhemerval Zanella2022-03-312-16/+0
* nptl: Use libc-diag.h with tst-thread-setspecificAdhemerval Zanella2022-03-311-7/+8
* crypt: Remove unused variable on cert testAdhemerval Zanella2022-03-311-2/+1
* elf: Remove unused variables in testsAdhemerval Zanella2022-03-313-6/+0
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-03-311-1/+2
* posix: Remove unused variable on tst-_Fork.cAdhemerval Zanella2022-03-311-1/+0
* resolv: Initialize loop variable on tst-resolv-trailingAdhemerval Zanella2022-03-311-1/+1
* locale: Remove set but unused variable on ld-collate.cAdhemerval Zanella2022-03-311-8/+1
* localedate: Fix printf type on tst_mbrtowcAdhemerval Zanella2022-03-311-1/+1
* localedata: Remove unused variables in testsAdhemerval Zanella2022-03-316-12/+0
* x86: Small improvements for wcslenNoah Goldstein2022-03-281-45/+41