aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2024-02-28x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersHEADmasterH.J. Lu
2024-02-23arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella
2024-02-22elf: Add new LoongArch reloc types (110 to 126) into elf.hXi Ruoyao
2024-02-09elf: Remove attempt at env handling in elf/tst-rtld-list-diagnostics.pyFlorian Weimer
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
2023-11-21elf: Remove /etc/suid-debug supportAdhemerval Zanella
2023-11-20ldconfig: Fixes for skipping temporary files.Florian Weimer
2023-11-20nptl: Rename tst-execstack to tst-execstack-threadsFlorian Weimer
2023-11-16elf: Fix force_first handling in dlclose (bug 30981)Florian Weimer
2023-11-16elf: Handle non-directory name in search path (BZ 31035)Adhemerval Zanella
2023-11-13test: Run the tst-tls-allocation-failure-static-patched with test-wrapper.Yanzhang Wang
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella
2023-11-07malloc: Decorate malloc mapsAdhemerval Zanella
2023-11-07nptl: Decorate thread stack on pthread_createAdhemerval Zanella
2023-11-03linux: Sync Linux 6.6 elf.hAdhemerval Zanella
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-10-20elf: ldconfig should skip temporary files created by package managersFlorian Weimer