about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Move ld.so _start to separate file and drop _dl_skip_args nsz/bug23293-v6Szabolcs Nagy2022-05-053-75/+56
* linux: Add a getauxval test [BZ #23293]Szabolcs Nagy2022-05-052-0/+75
* rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy2022-05-0512-153/+5
* rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy2022-05-052-30/+73
* elf: Remove fallback to the start of DT_STRTAB for dladdrFangrui Song2022-05-021-11/+5
* powerpc32: Remove unused HAVE_PPC_SECURE_PLTFangrui Song2022-05-023-44/+0
* dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer2022-04-295-5/+159
* manual: Document the dlinfo functionFlorian Weimer2022-04-291-1/+70
* Do not use --hash-style=both for building glibc shared objectsFlorian Weimer2022-04-295-61/+0
* benchtests: Better libmvec integrationSiddhesh Poyarekar2022-04-292-19/+17
* benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar2022-04-292-11/+24
* linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella2022-04-284-6/+30
* Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra2022-04-282-6/+4
* sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein2022-04-271-0/+42
* posix/glob.c: update from gnulibDJ Delorie2022-04-272-12/+59
* benchtests: Add pthread-mutex-locks benchWangyang Guo2022-04-272-0/+290
* linux: Fix missing internal 64 bit time_t stat usageAdhemerval Zanella2022-04-272-4/+4
* elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella2022-04-2714-1/+200
* posix: Remove unused definition on _ForkAdhemerval Zanella2022-04-261-3/+0
* NEWS: Mention DT_RELR supportH.J. Lu2022-04-261-1/+6
* elf: Add more DT_RELR testsH.J. Lu2022-04-2610-3/+286
* elf: Properly handle zero DT_RELA/DT_REL valuesH.J. Lu2022-04-262-7/+23
* elf: Support DT_RELR relative relocation format [BZ #27924]Fangrui Song2022-04-267-0/+170
* Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu2022-04-266-5/+60
* elf: Define DT_RELR related macros and typesH.J. Lu2022-04-262-2/+15
* elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2022-04-2641-82/+46
* i386: Regenerate ulpsCarlos O'Donell2022-04-262-2/+2
* dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer2022-04-2614-14/+159
* INSTALL: Rephrase -with-default-link documentationFlorian Weimer2022-04-262-9/+9
* elf: Move post-relocation code of _dl_start into _dl_start_finalFangrui Song2022-04-251-15/+10
* misc: Fix rare fortify crash on wchar funcs. [BZ 29030]Joan Bruguera2022-04-252-6/+11
* elf: Remove unused enum allowmaskFangrui Song2022-04-251-11/+0
* scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlierFlorian Weimer2022-04-251-0/+6
* x86: Optimize {str|wcs}rchr-evexNoah Goldstein2022-04-221-181/+290
* x86: Optimize {str|wcs}rchr-avx2Noah Goldstein2022-04-221-157/+269
* x86: Optimize {str|wcs}rchr-sse2Noah Goldstein2022-04-224-444/+339
* benchtests: Improve bench-strrchrNoah Goldstein2022-04-221-44/+82
* x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32H.J. Lu2022-04-222-0/+8
* Default to --with-default-link=no (bug 25812)Florian Weimer2022-04-227-118/+190
* scripts: Add glibcelf.py moduleFlorian Weimer2022-04-223-0/+1402
* Add locale for syr_SYEmil Soleyman-Zomalan2022-04-214-0/+230
* elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outsideFangrui Song2022-04-201-21/+28
* m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)Fangrui Song2022-04-201-6/+6
* nptl: Fix pthread_cancel cancelhandling atomic operationsAdhemerval Zanella2022-04-201-1/+2
* x86: Fix missing __wmemcmp def for disable-multiarch buildNoah Goldstein2022-04-192-8/+6
* elf: Remove __libc_init_secureFangrui Song2022-04-198-99/+0
* mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)=Joshua Kinard2022-04-181-15/+23
* x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein2022-04-151-37/+61
* x86: Remove memcmp-sse4.SNoah Goldstein2022-04-154-813/+0
* x86: Optimize memcmp SSE2 in memcmp.SNoah Goldstein2022-04-158-376/+575