summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab2024-01-291-4/+3
* elf: Fix tst-nodeps2 test failure.Carlos O'Donell2024-01-101-1/+4
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-081-3/+0
* elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu2024-01-053-0/+11
* Update copyright dates not handled by scripts/update-copyrightsPaul Eggert2024-01-015-5/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01395-396/+396
* elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu2024-01-011-2/+0
* elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy2023-12-205-0/+113
* Fix elf/tst-env-setuid[-static] if test needs to be rerun.Stefan Liebler2023-12-203-6/+42
* elf: Do not set invalid tunables valuesAdhemerval Zanella2023-12-193-6/+68
* elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella2023-12-193-53/+99
* elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startupFlorian Weimer2023-12-081-3/+3
* elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella2023-12-071-0/+1
* elf: Refactor process_envvarsAdhemerval Zanella2023-12-051-48/+84
* elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella2023-12-052-4/+8
* elf: Ignore loader debug env vars for setuidAdhemerval Zanella2023-12-052-8/+18
* elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella2023-11-295-0/+71
* elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin2023-11-281-0/+1
* elf: Relocate libc.so early during startup and dlmopen (bug 31083)Florian Weimer2023-11-277-2/+118
* elf: Introduce the _dl_open_relocate_one_object functionFlorian Weimer2023-11-271-39/+47
* elf: In _dl_relocate_object, skip processing if object is relocatedFlorian Weimer2023-11-271-3/+3
* elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secureAdhemerval Zanella2023-11-211-1/+8
* elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for staticAdhemerval Zanella2023-11-211-16/+16
* elf: Remove any_debug from dl_main_stateAdhemerval Zanella2023-11-212-6/+1
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-215-25/+16
* elf: Ignore LD_PROFILE for setuid binariesAdhemerval Zanella2023-11-213-6/+17
* elf: Emit warning if tunable is ill-formattedAdhemerval Zanella2023-11-211-0/+6
* elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2023-11-211-2/+14
* elf: Do not parse ill-formatted stringsAdhemerval Zanella2023-11-212-16/+45
* elf: Do not process invalid tunable formatAdhemerval Zanella2023-11-212-7/+21
* elf: Add all malloc tunable to unsecvarsAdhemerval Zanella2023-11-213-58/+79
* elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella2023-11-216-135/+297
* elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella2023-11-211-28/+4
* elf: Remove /etc/suid-debug supportAdhemerval Zanella2023-11-212-18/+1
* ldconfig: Fixes for skipping temporary files.Florian Weimer2023-11-201-4/+15
* nptl: Rename tst-execstack to tst-execstack-threadsFlorian Weimer2023-11-201-1/+6
* elf: Fix force_first handling in dlclose (bug 30981)Florian Weimer2023-11-163-13/+29
* elf: Handle non-directory name in search path (BZ 31035)Adhemerval Zanella2023-11-165-3/+103
* test: Run the tst-tls-allocation-failure-static-patched with test-wrapper.Yanzhang Wang2023-11-131-1/+1
* elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella2023-11-072-1/+6
* malloc: Decorate malloc mapsAdhemerval Zanella2023-11-073-0/+42
* nptl: Decorate thread stack on pthread_createAdhemerval Zanella2023-11-072-0/+163
* linux: Sync Linux 6.6 elf.hAdhemerval Zanella2023-11-031-0/+5
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-302-44/+0
* elf: ldconfig should skip temporary files created by package managersFlorian Weimer2023-10-201-12/+27
* Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.hJoseph Myers2023-10-191-0/+2
* elf: Do not print the cache entry if --inhibit-cache is usedAdhemerval Zanella2023-10-181-1/+2
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-185-171/+173
* Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]"Florian Weimer2023-10-181-1/+1
* tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar2023-10-022-15/+39