aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2024-06-03elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer1-1/+8
2024-05-07elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella2-12/+77
2024-04-25elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu1-0/+1
2024-04-01elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella1-13/+13
2024-04-01arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella5-7/+10
2024-04-01x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu6-0/+269
2024-03-20powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti3-0/+8
2024-01-29elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab1-4/+3
2024-01-10elf: Fix tst-nodeps2 test failure.Carlos O'Donell1-1/+4
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella1-3/+0
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu3-0/+11
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert5-5/+5
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert395-396/+396
2024-01-01elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu1-2/+0
2023-12-20elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy5-0/+113
2023-12-20Fix elf/tst-env-setuid[-static] if test needs to be rerun.Stefan Liebler3-6/+42
2023-12-19elf: Do not set invalid tunables valuesAdhemerval Zanella3-6/+68
2023-12-19elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella3-53/+99
2023-12-08elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startupFlorian Weimer1-3/+3
2023-12-07elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella1-0/+1
2023-12-05elf: Refactor process_envvarsAdhemerval Zanella1-48/+84
2023-12-05elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella2-4/+8
2023-12-05elf: Ignore loader debug env vars for setuidAdhemerval Zanella2-8/+18
2023-11-29elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella5-0/+71
2023-11-28elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin1-0/+1
2023-11-27elf: Relocate libc.so early during startup and dlmopen (bug 31083)Florian Weimer7-2/+118
2023-11-27elf: Introduce the _dl_open_relocate_one_object functionFlorian Weimer1-39/+47
2023-11-27elf: In _dl_relocate_object, skip processing if object is relocatedFlorian Weimer1-3/+3
2023-11-21elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secureAdhemerval Zanella1-1/+8
2023-11-21elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for staticAdhemerval Zanella1-16/+16
2023-11-21elf: Remove any_debug from dl_main_stateAdhemerval Zanella2-6/+1
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella5-25/+16
2023-11-21elf: Ignore LD_PROFILE for setuid binariesAdhemerval Zanella3-6/+17
2023-11-21elf: Emit warning if tunable is ill-formattedAdhemerval Zanella1-0/+6
2023-11-21elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella1-2/+14
2023-11-21elf: Do not parse ill-formatted stringsAdhemerval Zanella2-16/+45
2023-11-21elf: Do not process invalid tunable formatAdhemerval Zanella2-7/+21
2023-11-21elf: Add all malloc tunable to unsecvarsAdhemerval Zanella3-58/+79
2023-11-21elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella6-135/+297
2023-11-21elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella1-28/+4
2023-11-21elf: Remove /etc/suid-debug supportAdhemerval Zanella2-18/+1
2023-11-20ldconfig: Fixes for skipping temporary files.Florian Weimer1-4/+15
2023-11-20nptl: Rename tst-execstack to tst-execstack-threadsFlorian Weimer1-1/+6
2023-11-16elf: Fix force_first handling in dlclose (bug 30981)Florian Weimer3-13/+29
2023-11-16elf: Handle non-directory name in search path (BZ 31035)Adhemerval Zanella5-3/+103
2023-11-13test: Run the tst-tls-allocation-failure-static-patched with test-wrapper.Yanzhang Wang1-1/+1
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella2-1/+6
2023-11-07malloc: Decorate malloc mapsAdhemerval Zanella3-0/+42
2023-11-07nptl: Decorate thread stack on pthread_createAdhemerval Zanella2-0/+163
2023-11-03linux: Sync Linux 6.6 elf.hAdhemerval Zanella1-0/+5