about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov2023-05-2931-52/+52
* Add AT_RSEQ_* from Linux 6.3 to elf.hJoseph Myers2023-05-261-0/+3
* elf: add test for dl-printfRoy Eldar2023-05-252-0/+79
* elf: fix handling of negative numbers in dl-printfRoy Eldar2023-05-251-3/+10
* elf: Update comment in open_pathSiddhesh Poyarekar2023-05-251-6/+5
* elf: Add test for locating libraries in root dir (bug 30435)Qixing ksyx Xue2023-05-255-0/+64
* rtld: properly handle root directory in load path (bug 30435)Andreas Schwab2023-05-251-1/+1
* elf: Adjust tests in Makefile.Carlos O'Donell2023-05-181-10/+10
* elf: Reformat Makefile.Carlos O'Donell2023-05-161-35/+35
* dlopen: skip debugger notification for DSO loaded from sprof (bug 30258)Andreas Schwab2023-05-095-0/+105
* Revert "riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC."Florian Weimer2023-05-071-7/+0
* riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.Hsiangkai Wang2023-04-281-0/+7
* elf.h: add PT_GNU_SFRAMEIndu Bhagat2023-04-281-0/+1
* Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev2023-04-221-1/+2
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-2911-122/+17
* elf: Take into account ${sysconfdir} in elf/tst-ldconfig-p.shRomain Geissler2023-03-272-6/+7
* Fix tst-glibc-hwcaps-prepend-cache with custom configure prefix valueRomain Geissler2023-03-271-3/+7