aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-26elf: Properly handle zero DT_RELA/DT_REL valuesH.J. Lu2-7/+23
2022-04-26elf: Support DT_RELR relative relocation format [BZ #27924]Fangrui Song7-0/+170
2022-04-26Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu6-5/+60
2022-04-26elf: Define DT_RELR related macros and typesH.J. Lu2-2/+15
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song41-82/+46
2022-04-26i386: Regenerate ulpsCarlos O'Donell2-2/+2
2022-04-26dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer14-14/+159
2022-04-26INSTALL: Rephrase -with-default-link documentationFlorian Weimer2-9/+9
2022-04-25elf: Move post-relocation code of _dl_start into _dl_start_finalFangrui Song1-15/+10
2022-04-25misc: Fix rare fortify crash on wchar funcs. [BZ 29030]Joan Bruguera2-6/+11
2022-04-25elf: Remove unused enum allowmaskFangrui Song1-11/+0
2022-04-25scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlierFlorian Weimer1-0/+6
2022-04-22x86: Optimize {str|wcs}rchr-evexNoah Goldstein1-181/+290
2022-04-22x86: Optimize {str|wcs}rchr-avx2Noah Goldstein1-157/+269
2022-04-22x86: Optimize {str|wcs}rchr-sse2Noah Goldstein4-444/+339
2022-04-22benchtests: Improve bench-strrchrNoah Goldstein1-44/+82
2022-04-22x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32H.J. Lu2-0/+8
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer7-118/+190
2022-04-22scripts: Add glibcelf.py moduleFlorian Weimer3-0/+1402
2022-04-21Add locale for syr_SYEmil Soleyman-Zomalan4-0/+230
2022-04-20elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outsideFangrui Song1-21/+28
2022-04-20m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)Fangrui Song1-6/+6
2022-04-20nptl: Fix pthread_cancel cancelhandling atomic operationsAdhemerval Zanella1-1/+2
2022-04-19x86: Fix missing __wmemcmp def for disable-multiarch buildNoah Goldstein2-8/+6
2022-04-19elf: Remove __libc_init_secureFangrui Song8-99/+0
2022-04-18mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)=Joshua Kinard1-15/+23
2022-04-15x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein1-37/+61
2022-04-15x86: Remove memcmp-sse4.SNoah Goldstein4-813/+0
2022-04-15x86: Optimize memcmp SSE2 in memcmp.SNoah Goldstein8-376/+575
2022-04-15misc: Use 64 bit time_t interfaces on syslogAdhemerval Zanella1-8/+27
2022-04-15misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)Adhemerval Zanella1-2/+2
2022-04-15misc: syslog: Use fixed-sized buffer and remove memstreamAdhemerval Zanella1-34/+52
2022-04-15misc: syslog: Simplify implementationAdhemerval Zanella1-69/+26
2022-04-15misc: syslog: Fix indentation and styleAdhemerval Zanella1-251/+234
2022-04-15misc: Add syslog testAdhemerval Zanella2-0/+475
2022-04-15support: Add xmkfifoAdhemerval Zanella3-0/+31
2022-04-15stdio: Split __get_errname definition from errlist.cAdhemerval Zanella4-36/+85
2022-04-14x86: Reduce code size of mem{move|pcpy|cpy}-ssse3Noah Goldstein3-3156/+380
2022-04-14x86: Remove mem{move|cpy}-ssse3-backNoah Goldstein5-3212/+6
2022-04-14x86: Remove str{p}{n}cpy-ssse3Noah Goldstein6-3572/+0
2022-04-14x86: Remove str{n}cat-ssse3Noah Goldstein5-879/+0
2022-04-14x86: Remove str{n}{case}cmp-ssse3Noah Goldstein10-202/+30
2022-04-14x86: Remove {w}memcmp-ssse3Noah Goldstein5-2006/+0
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella15-91/+482
2022-04-14S390: Add new s390 platform z16.Stefan Liebler8-10/+61
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein19-34/+34
2022-04-13stdlib: Reflow and sort most variable assignmentsAdhemerval Zanella1-63/+227
2022-04-13elf: Fix memory leak in _dl_find_object_update (bug 29062)Florian Weimer1-2/+3
2022-04-12hurd: Define ELIBEXECSamuel Thibault2-5/+7
2022-04-12hurd: Fix arbitrary error codeSamuel Thibault1-1/+1