aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2023-01-12elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella1-14/+32
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers5-5/+5
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers379-380/+380
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer1-1/+0
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer1-1/+0
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer1-1/+0
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer1-2/+0
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer1-0/+2
2022-12-15elf: Fix tst-relro-symbols.py argument passingAdhemerval Zanella1-4/+4
2022-12-12elf: Do not assume symbol order on tst-audit25{a,b}Adhemerval Zanella3-28/+98
2022-11-29ARC: update definitions in elf/elf.hShahab Vahedi1-5/+24
2022-11-07elf/tlsdeschtab.h: Add the Malloc return value check in _dl_make_tlsdesc_dyna...Xiaoming Ni1-0/+2
2022-11-04elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer2-0/+22
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-11/+3
2022-11-03LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].caiyinyu1-2/+5
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer6-138/+79
2022-11-02elf: Remove allocate use on _dl_debug_printfAdhemerval Zanella1-8/+7
2022-10-31elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)H.J. Lu1-2/+2
2022-10-28Fix elf/tst-dlmopen-twice not to exhaust static TLSSzabolcs Nagy1-2/+2
2022-10-28Fix off-by-one OOB read in elf/tst-tls20Szabolcs Nagy1-2/+2
2022-10-28elf: Fix alloca size in _dl_debug_vdprintfSzabolcs Nagy1-2/+5
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer4-78/+53
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer1-5/+5
2022-10-26elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella1-0/+17
2022-10-14elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer2-12/+30
2022-10-12Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.hJoseph Myers1-0/+1
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2-5/+1
2022-10-06elf: Simplify output of hwcap subdirectories in ld.so helpJavier Pello1-36/+7
2022-10-06elf: Remove hwcap and bits_hwcap fields from struct cache_entryJavier Pello1-22/+6
2022-10-06elf: Remove hwcap parameter from add_to_cache signatureJavier Pello2-15/+4
2022-10-06elf: Remove legacy hwcaps support from ldconfigJavier Pello1-145/+10
2022-10-06elf: Remove legacy hwcaps support from the dynamic loaderJavier Pello3-212/+10
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto7-14/+14
2022-09-22elf: Extract glibcelf constants from <elf.h>Florian Weimer1-16/+63
2022-09-21elf: Use C11 atomics on _dl_mcountAdhemerval Zanella1-5/+5
2022-09-20elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer2-9/+30
2022-09-13Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich1-1/+1
2022-09-08elf: Fix hwcaps string size overestimationJavier Pello1-3/+5
2022-09-06elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer1-7/+7
2022-09-05elf.h: Remove duplicate definition of VER_FLG_WEAKFlorian Weimer1-5/+2
2022-08-31elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ ...Adhemerval Zanella1-0/+6
2022-08-26elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer5-5/+136
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer8-49/+44
2022-08-24Add NT_LOONGARCH_* from Linux 5.19 to elf.hJoseph Myers1-0/+9
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer8-44/+49
2022-08-23scripts/glibcelf.py: Add hashing supportFlorian Weimer1-0/+19
2022-08-16elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer1-16/+24
2022-08-10elf.h: Add ELFCOMPRESS_ZSTDFangrui Song1-0/+1
2022-08-09elf: Replace `strcpy` call with `memcpy` [BZ #29454]Noah Goldstein1-2/+3
2022-08-04malloc: Correct the documentation of the top_pad defaultFlorian Weimer2-1/+2