Age | Commit message (Expand) | Author | Files | Lines |
2023-11-29 | elf: Add a way to check if tunable is set (BZ 27069) | Adhemerval Zanella | 5 | -0/+71 |
2023-11-28 | elf: Fix TLS modid reuse generation assignment (BZ 29039) | Hector Martin | 1 | -0/+1 |
2023-11-27 | elf: Relocate libc.so early during startup and dlmopen (bug 31083) | Florian Weimer | 7 | -2/+118 |
2023-11-27 | elf: Introduce the _dl_open_relocate_one_object function | Florian Weimer | 1 | -39/+47 |
2023-11-27 | elf: In _dl_relocate_object, skip processing if object is relocated | Florian Weimer | 1 | -3/+3 |
2023-11-21 | elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secure | Adhemerval Zanella | 1 | -1/+8 |
2023-11-21 | elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static | Adhemerval Zanella | 1 | -16/+16 |
2023-11-21 | elf: Remove any_debug from dl_main_state | Adhemerval Zanella | 2 | -6/+1 |
2023-11-21 | elf: Remove LD_PROFILE for static binaries | Adhemerval Zanella | 5 | -25/+16 |
2023-11-21 | elf: Ignore LD_PROFILE for setuid binaries | Adhemerval Zanella | 3 | -6/+17 |
2023-11-21 | elf: Emit warning if tunable is ill-formatted | Adhemerval Zanella | 1 | -0/+6 |
2023-11-21 | elf: Fix _dl_debug_vdprintf to work before self-relocation | Adhemerval Zanella | 1 | -2/+14 |
2023-11-21 | elf: Do not parse ill-formatted strings | Adhemerval Zanella | 2 | -16/+45 |
2023-11-21 | elf: Do not process invalid tunable format | Adhemerval Zanella | 2 | -7/+21 |
2023-11-21 | elf: Add all malloc tunable to unsecvars | Adhemerval Zanella | 3 | -58/+79 |
2023-11-21 | elf: Ignore GLIBC_TUNABLES for setuid/setgid binaries | Adhemerval Zanella | 6 | -135/+297 |
2023-11-21 | elf: Add GLIBC_TUNABLES to unsecvars | Adhemerval Zanella | 1 | -28/+4 |
2023-11-21 | elf: Remove /etc/suid-debug support | Adhemerval Zanella | 2 | -18/+1 |
2023-11-20 | ldconfig: Fixes for skipping temporary files. | Florian Weimer | 1 | -4/+15 |
2023-11-20 | nptl: Rename tst-execstack to tst-execstack-threads | Florian Weimer | 1 | -1/+6 |
2023-11-16 | elf: Fix force_first handling in dlclose (bug 30981) | Florian Weimer | 3 | -13/+29 |
2023-11-16 | elf: Handle non-directory name in search path (BZ 31035) | Adhemerval Zanella | 5 | -3/+103 |
2023-11-13 | test: Run the tst-tls-allocation-failure-static-patched with test-wrapper. | Yanzhang Wang | 1 | -1/+1 |
2023-11-07 | elf: Add glibc.mem.decorate_maps tunable | Adhemerval Zanella | 2 | -1/+6 |
2023-11-07 | malloc: Decorate malloc maps | Adhemerval Zanella | 3 | -0/+42 |
2023-11-07 | nptl: Decorate thread stack on pthread_create | Adhemerval Zanella | 2 | -0/+163 |
2023-11-03 | linux: Sync Linux 6.6 elf.h | Adhemerval Zanella | 1 | -0/+5 |
2023-10-30 | crypt: Remove libcrypt support | Adhemerval Zanella | 2 | -44/+0 |
2023-10-20 | elf: ldconfig should skip temporary files created by package managers | Florian Weimer | 1 | -12/+27 |
2023-10-19 | Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.h | Joseph Myers | 1 | -0/+2 |
2023-10-18 | elf: Do not print the cache entry if --inhibit-cache is used | Adhemerval Zanella | 1 | -1/+2 |
2023-10-18 | Revert "elf: Always call destructors in reverse constructor order (bug 30785)" | Florian Weimer | 5 | -171/+173 |
2023-10-18 | Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]" | Florian Weimer | 1 | -1/+1 |
2023-10-02 | tunables: Terminate if end of input is reached (CVE-2023-4911) | Siddhesh Poyarekar | 2 | -15/+39 |
2023-09-27 | elf: Fix compile error with -DNDEBUG [BZ #18755] | Qingqing Li | 1 | -1/+1 |
2023-09-27 | MIPS: Add relocation types | Ying Huang | 1 | -1/+59 |
2023-09-27 | MIPS: Add new section type SHT_MIPS_ABIFLAGS | Ying Huang | 1 | -0/+1 |
2023-09-27 | MIPS: Add ELF file header flags | Ying Huang | 1 | -1/+47 |
2023-09-21 | elf: dl-lookup: Remove unused alloca.h include | Joe Simmons-Talbott | 1 | -1/+0 |
2023-09-08 | elf: Remove unused l_text_end field from struct link_map | Florian Weimer | 4 | -16/+3 |
2023-09-08 | elf: Always call destructors in reverse constructor order (bug 30785) | Florian Weimer | 5 | -173/+171 |
2023-09-01 | elf: Fix slow tls access after dlopen [BZ #19924] | Szabolcs Nagy | 4 | -63/+70 |
2023-08-25 | elf: Check that --list-diagnostics output has the expected syntax | Florian Weimer | 2 | -0/+312 |
2023-08-22 | elf: Do not run constructors for proxy objects | Florian Weimer | 1 | -2/+6 |
2023-08-14 | LoongArch: elf: Add new LoongArch reloc types 109 into elf.h | caiyinyu | 1 | -0/+1 |
2023-08-14 | elf: Add new LoongArch reloc types (101 to 108) into elf.h | Xi Ruoyao | 1 | -0/+8 |
2023-07-22 | Revert "MIPS: Sync elf.h from binutils" | Andreas K. Hüttel | 1 | -137/+3 |
2023-07-22 | MIPS: Sync elf.h from binutils | Ying Huang | 1 | -3/+137 |
2023-07-19 | Fix getting return address in elf/tst-audit28.c. | Stefan Liebler | 1 | -6/+13 |
2023-07-12 | sparc: Fix la_symbind for bind-now (BZ 23734) | Adhemerval Zanella | 3 | -7/+10 |