aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-04aarch64: Move ld.so _start to separate file and drop _dl_skip_argsnsz/bug23293-v5Szabolcs Nagy3-75/+56
2022-05-04linux: Add a getauxval test [BZ #23293]Szabolcs Nagy2-0/+75
2022-05-04rtld: Remove DL_ARGV_NOT_RELROSzabolcs Nagy12-152/+2
2022-05-04rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy4-37/+90
2022-05-02elf: Remove fallback to the start of DT_STRTAB for dladdrFangrui Song1-11/+5
2022-05-02powerpc32: Remove unused HAVE_PPC_SECURE_PLTFangrui Song3-44/+0
2022-04-29dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer5-5/+159
2022-04-29manual: Document the dlinfo functionFlorian Weimer1-1/+70
2022-04-29Do not use --hash-style=both for building glibc shared objectsFlorian Weimer5-61/+0
2022-04-29benchtests: Better libmvec integrationSiddhesh Poyarekar2-19/+17
2022-04-29benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar2-11/+24
2022-04-28linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella4-6/+30
2022-04-28Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra2-6/+4
2022-04-27sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein1-0/+42
2022-04-27posix/glob.c: update from gnulibDJ Delorie2-12/+59
2022-04-27benchtests: Add pthread-mutex-locks benchWangyang Guo2-0/+290
2022-04-27linux: Fix missing internal 64 bit time_t stat usageAdhemerval Zanella2-4/+4
2022-04-27elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella14-1/+200
2022-04-26posix: Remove unused definition on _ForkAdhemerval Zanella1-3/+0
2022-04-26NEWS: Mention DT_RELR supportH.J. Lu1-1/+6
2022-04-26elf: Add more DT_RELR testsH.J. Lu10-3/+286
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