about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin2023-12-221-0/+1
* elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella2023-12-071-0/+1
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-185-171/+173
* Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer2023-10-184-3/+16
* tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar2023-10-022-15/+39
* elf: Remove unused l_text_end field from struct link_mapFlorian Weimer2023-09-114-16/+3
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-115-173/+171
* elf: Do not run constructors for proxy objectsFlorian Weimer2023-09-111-2/+6
* 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
* gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane2023-04-281-0/+13
* elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera2023-02-206-21/+67
* elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer2023-02-082-0/+83
* LoongArch: Add new relocation types.caiyinyu2023-02-031-0/+40
* elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella2023-01-121-14/+32
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-065-5/+5
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06379-380/+380
* libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer2022-12-191-1/+0
* libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer2022-12-191-1/+0
* libio: Convert __vsprintf_internal to buffersFlorian Weimer2022-12-191-1/+0
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-191-2/+0
* stdio-common: Introduce buffers for implementing printfFlorian Weimer2022-12-191-0/+2
* elf: Fix tst-relro-symbols.py argument passingAdhemerval Zanella2022-12-151-4/+4
* elf: Do not assume symbol order on tst-audit25{a,b}Adhemerval Zanella2022-12-123-28/+98
* ARC: update definitions in elf/elf.hShahab Vahedi2022-11-291-5/+24
* elf/tlsdeschtab.h: Add the Malloc return value check in _dl_make_tlsdesc_dyna...Xiaoming Ni2022-11-071-0/+2
* elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer2022-11-042-0/+22
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-031-11/+3
* LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].caiyinyu2022-11-031-2/+5
* elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer2022-11-036-138/+79
* elf: Remove allocate use on _dl_debug_printfAdhemerval Zanella2022-11-021-8/+7
* elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)H.J. Lu2022-10-311-2/+2
* Fix elf/tst-dlmopen-twice not to exhaust static TLSSzabolcs Nagy2022-10-281-2/+2
* Fix off-by-one OOB read in elf/tst-tls20Szabolcs Nagy2022-10-281-2/+2
* elf: Fix alloca size in _dl_debug_vdprintfSzabolcs Nagy2022-10-281-2/+5
* elf: Introduce to _dl_call_finiFlorian Weimer2022-10-274-78/+53
* ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer2022-10-271-5/+5
* elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella2022-10-261-0/+17
* elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer2022-10-142-12/+30
* Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.hJoseph Myers2022-10-121-0/+1
* elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2022-10-102-5/+1
* elf: Simplify output of hwcap subdirectories in ld.so helpJavier Pello2022-10-061-36/+7
* elf: Remove hwcap and bits_hwcap fields from struct cache_entryJavier Pello2022-10-061-22/+6
* elf: Remove hwcap parameter from add_to_cache signatureJavier Pello2022-10-062-15/+4
* elf: Remove legacy hwcaps support from ldconfigJavier Pello2022-10-061-145/+10
* elf: Remove legacy hwcaps support from the dynamic loaderJavier Pello2022-10-063-212/+10
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-227-14/+14
* elf: Extract glibcelf constants from <elf.h>Florian Weimer2022-09-221-16/+63
* elf: Use C11 atomics on _dl_mcountAdhemerval Zanella2022-09-211-5/+5
* elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer2022-09-202-9/+30