about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf/tst-libc_dlvsym: Add a TEST_COMPAT around some symbol testsAlistair Francis2020-08-271-0/+5
* elf: Change TLS static surplus default back to 1664Florian Weimer2020-07-203-8/+75
* Linux: Remove rseq supportFlorian Weimer2020-07-162-12/+1
* rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy2020-07-0815-17/+359
* rtld: Account static TLS surplus for audit modulesSzabolcs Nagy2020-07-082-6/+40
* rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy2020-07-083-5/+62
* rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2020-07-082-12/+96
* elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]Florian Weimer2020-07-071-2/+8
* Add the __libc_single_threaded variableFlorian Weimer2020-07-0611-6/+548
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-062-1/+11
* elf: Include <stdbool.h> in <dl-tunables.h> because bool is usedFlorian Weimer2020-06-241-0/+2
* ld.so: Check for new cache format first and enhance corruption checkFlorian Weimer2020-06-151-12/+15
* Add "%d" support to _dl_debug_vdprintfH.J. Lu2020-06-091-2/+29
* dl-runtime: reloc_{offset,index} now functions arch overide'ableVineet Gupta2020-06-052-11/+47
* Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGEH.J. Lu2020-06-041-2/+2
* elf: Remove extra hwcap mechanism from ldconfigFlorian Weimer2020-05-281-71/+16
* elf: Do not read hwcaps from the vDSO in ld.soFlorian Weimer2020-05-281-110/+0
* elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer2020-05-252-1/+32
* elf.h: add aarch64 property definitionsSzabolcs Nagy2020-05-211-0/+6
* elf.h: Add PT_GNU_PROPERTYSzabolcs Nagy2020-05-211-0/+1
* ldconfig: Default to the new format for ld.so.cacheJosh Triplett2020-05-191-2/+2
* Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer2020-05-183-56/+1
* elf: Assert that objects are relocated before their constructors runFlorian Weimer2020-05-181-0/+6
* x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu2020-05-181-0/+2
* elf: Remove redundant add_to_global_resize_failure call from dl_open_argsFlorian Weimer2020-05-121-5/+0
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-1/+1
* elf: Add initial flag argument to __libc_early_initFlorian Weimer2020-04-295-11/+29
* elf: Implement __libc_early_initFlorian Weimer2020-04-249-2/+261
* elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer2020-04-241-8/+2
* elf: Support lld-style link map for librtld.mapFangrui Song2020-04-211-1/+2
* elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer2020-04-038-3/+273
* elf: Simplify handling of lists of audit stringsFlorian Weimer2020-04-031-117/+112
* ARC: add definitions to elf/elf.hVineet Gupta2020-03-251-1/+69
* Fix tests which expose ldbl -> _Float128 redirectsPaul E. Murphy2020-03-251-0/+11
* parse_tunables: Fix typo in commentJonathan Wakely2020-03-131-1/+1
* ldconfig: trace origin paths with -vDJ Delorie2020-03-111-6/+24
* elf: Fix wrong indentation from commit eb447b7b4bAdhemerval Zanella2020-03-101-5/+6
* elf: Add elf/check-wx-segment, a test for the presence of WX segmentsFlorian Weimer2020-03-021-0/+7
* elf: Apply attribute_relro to pointers in elf/dl-minimal.cFlorian Weimer2020-02-261-8/+8
* csu: Use ELF constructor instead of _init in libc.soFlorian Weimer2020-02-251-1/+1
* Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2020-02-182-8/+5
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-155-19/+103
* elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/dl-sym.cFlorian Weimer2020-02-152-82/+110
* elf: Introduce the rtld-stubbed-symbols makefile variableFlorian Weimer2020-02-151-9/+13
* elf: avoid stack allocation in dl_open_workerDavid Kilroy2020-02-121-16/+12
* elf: avoid redundant sort in dlopenDavid Kilroy2020-02-121-4/+4
* elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy2020-02-1211-16/+327
* elf.h: Add R_RISCV_IRELATIVEFangrui Song2020-02-121-1/+2
* Fix elf/tst-rtld-preload cross-testing.Joseph Myers2020-01-242-9/+8
* Fix cross-testing of tst-ifunc-fault-* tests.Joseph Myers2020-01-231-3/+4