aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
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
2023-10-19Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.hJoseph Myers
2023-10-18elf: Do not print the cache entry if --inhibit-cache is usedAdhemerval Zanella
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-10-18Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]"Florian Weimer
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar
2023-09-27elf: Fix compile error with -DNDEBUG [BZ #18755]Qingqing Li
2023-09-27MIPS: Add relocation typesYing Huang
2023-09-27MIPS: Add new section type SHT_MIPS_ABIFLAGSYing Huang
2023-09-27MIPS: Add ELF file header flagsYing Huang
2023-09-21elf: dl-lookup: Remove unused alloca.h includeJoe Simmons-Talbott
2023-09-08elf: Remove unused l_text_end field from struct link_mapFlorian Weimer
2023-09-08elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-01elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy
2023-08-25elf: Check that --list-diagnostics output has the expected syntaxFlorian Weimer