aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2024-02-09Enable --enable-fortify-source with clangAdhemerval Zanella
2024-02-09elf: Fix tests that require interposable symbolsAdhemerval Zanella
2024-02-09i686: Do not build ifunc tests if compiler does not generate supported reloca...Adhemerval Zanella
2024-02-09i386: Disable some tests on clangAdhemerval Zanella
2024-02-09elf: Disable unload4 test on clangAdhemerval Zanella
2024-02-09elf: Disable tst-dlopen-nodelete-reloc if compiler does not generate STB_GNU_...Adhemerval Zanella
2024-02-09Undef attribute_relro on internal tests that include tls.hAdhemerval Zanella
2024-02-09elf: Do not cast TLS_DTV_UNALLOCATED to voidAdhemerval Zanella
2024-02-09elf: Suppress clang warning on tst-unique4Adhemerval Zanella
2024-02-09elf: Suppress clang warning on tst-unique3Adhemerval Zanella
2024-02-09Use check tests with trampolines iff compiler supports itAdhemerval Zanella
2024-02-09And defines to __attribute__ (__noclone__) iff compiler supports it.Adhemerval Zanella
2024-02-09elf: Suppress clang -Wstring-plus-int on rtld.cAdhemerval Zanella
2024-02-09elf: Supress clang -Wsometimes-uninitialized on _dl_debug_initializeAdhemerval Zanella
2024-02-09elf: Suppress unused function clang for __ifunc_resolverAdhemerval Zanella
2024-02-09Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2024-02-01elf: Remove _dl_sysdep_open_object hook functionFlorian Weimer
2024-01-29elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab
2024-01-10elf: Fix tst-nodeps2 test failure.Carlos O'Donell
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-01-01elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu
2023-12-20elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy
2023-12-20Fix elf/tst-env-setuid[-static] if test needs to be rerun.Stefan Liebler
2023-12-19elf: Do not set invalid tunables valuesAdhemerval Zanella
2023-12-19elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella
2023-12-08elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startupFlorian Weimer
2023-12-07elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella
2023-12-05elf: Refactor process_envvarsAdhemerval Zanella
2023-12-05elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella
2023-12-05elf: Ignore loader debug env vars for setuidAdhemerval Zanella
2023-11-29elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella
2023-11-28elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin
2023-11-27elf: Relocate libc.so early during startup and dlmopen (bug 31083)Florian Weimer
2023-11-27elf: Introduce the _dl_open_relocate_one_object functionFlorian Weimer
2023-11-27elf: In _dl_relocate_object, skip processing if object is relocatedFlorian Weimer
2023-11-21elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secureAdhemerval Zanella
2023-11-21elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for staticAdhemerval Zanella
2023-11-21elf: Remove any_debug from dl_main_stateAdhemerval Zanella
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella
2023-11-21elf: Ignore LD_PROFILE for setuid binariesAdhemerval Zanella
2023-11-21elf: Emit warning if tunable is ill-formattedAdhemerval Zanella
2023-11-21elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella
2023-11-21elf: Do not parse ill-formatted stringsAdhemerval Zanella
2023-11-21elf: Do not process invalid tunable formatAdhemerval Zanella
2023-11-21elf: Add all malloc tunable to unsecvarsAdhemerval Zanella
2023-11-21elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella
2023-11-21elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella