about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer2024-05-092-0/+22
* elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer2022-08-305-7/+137
* elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu2021-10-131-1/+1
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-04-142-30/+52
* Enhance setuid-tunables testSiddhesh Poyarekar2021-04-142-23/+69
* tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar2021-04-141-183/+14
* elf: Pass the fd to note processingSzabolcs Nagy2021-01-212-7/+9
* elf: Move note processing after l_phdr is updatedSzabolcs Nagy2021-01-211-15/+15
* x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu2021-01-133-15/+9
* 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