about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* elf: Fix compile error with -DNDEBUG [BZ #18755]Qingqing Li2023-09-271-1/+1
* MIPS: Add relocation typesYing Huang2023-09-271-1/+59
* MIPS: Add new section type SHT_MIPS_ABIFLAGSYing Huang2023-09-271-0/+1
* MIPS: Add ELF file header flagsYing Huang2023-09-271-1/+47
* elf: dl-lookup: Remove unused alloca.h includeJoe Simmons-Talbott2023-09-211-1/+0
* elf: Remove unused l_text_end field from struct link_mapFlorian Weimer2023-09-084-16/+3
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-085-173/+171
* elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy2023-09-014-63/+70
* elf: Check that --list-diagnostics output has the expected syntaxFlorian Weimer2023-08-252-0/+312
* elf: Do not run constructors for proxy objectsFlorian Weimer2023-08-221-2/+6
* LoongArch: elf: Add new LoongArch reloc types 109 into elf.hcaiyinyu2023-08-141-0/+1
* elf: Add new LoongArch reloc types (101 to 108) into elf.hXi Ruoyao2023-08-141-0/+8
* Revert "MIPS: Sync elf.h from binutils"Andreas K. Hüttel2023-07-221-137/+3
* MIPS: Sync elf.h from binutilsYing Huang2023-07-221-3/+137
* Fix getting return address in elf/tst-audit28.c.Stefan Liebler2023-07-191-6/+13
* sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella2023-07-123-7/+10
* elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer2023-07-072-1/+12
* Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-1/+1
* ld.so: Always use MAP_COPY to map the first segment [BZ #30452]H.J. Lu2023-06-301-1/+1
* elf: Update list of RISC-V relocationsAndreas Schwab2023-06-261-1/+4
* elf: Port ldconfig away from stack-allocated pathsSergey Bugaev2023-06-261-37/+22
* tests: replace system by xsystemFrédéric Bérat2023-06-191-1/+4
* elf: Sort Makefile variables.Carlos O'Donell2023-06-021-1/+1
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* elf: Remove spurios SHARED conditional from elf/rtld.cFlorian Weimer2023-05-311-2/+0
* elf: Make more functions available for binding during dlclose (bug 30425)Florian Weimer2023-05-305-2/+159