aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2020-10-08elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer1-26/+27
2020-10-08elf: Print the full name of the dynamic loader in the ld.so help messageFlorian Weimer2-1/+4
2020-10-08elf: Use the term "program interpreter" in the ld.so help messageFlorian Weimer1-11/+11
2020-10-08elf: Implement ld.so --versionFlorian Weimer3-0/+20
2020-10-08elf: Implement ld.so --helpFlorian Weimer3-13/+75
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer4-4/+10
2020-10-08elf: Move ld.so error/help output to _dl_usageFlorian Weimer4-26/+65
2020-10-08elf: Extract command-line/environment variables state from rtld.cFlorian Weimer2-96/+157
2020-10-08elf: Implement __rtld_malloc_is_completeFlorian Weimer1-0/+8
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-1/+1
2020-10-07elf: Implement _dl_writeFlorian Weimer2-1/+57
2020-10-07elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer2-2/+16
2020-09-29Set tunable value as well as min/max valuesH.J. Lu2-6/+60
2020-09-29ld.so: add an --argv0 option [BZ #16124]Vincent Mihalkovic4-3/+94
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella4-6/+6
2020-09-07elf.h: Add aarch64 bti/pac dynamic tag constantsMark Wielaard1-0/+2
2020-08-27elf/tst-libc_dlvsym: Add a TEST_COMPAT around some symbol testsAlistair Francis1-0/+5
2020-07-20elf: Change TLS static surplus default back to 1664Florian Weimer3-8/+75
2020-07-16Linux: Remove rseq supportFlorian Weimer2-12/+1
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy15-17/+359
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy2-6/+40
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy3-5/+62
2020-07-08rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2-12/+96
2020-07-07elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]Florian Weimer1-2/+8
2020-07-06Add the __libc_single_threaded variableFlorian Weimer11-6/+548
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2-1/+11
2020-06-24elf: Include <stdbool.h> in <dl-tunables.h> because bool is usedFlorian Weimer1-0/+2
2020-06-15ld.so: Check for new cache format first and enhance corruption checkFlorian Weimer1-12/+15
2020-06-09Add "%d" support to _dl_debug_vdprintfH.J. Lu1-2/+29
2020-06-05dl-runtime: reloc_{offset,index} now functions arch overide'ableVineet Gupta2-11/+47
2020-06-04Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGEH.J. Lu1-2/+2
2020-05-28elf: Remove extra hwcap mechanism from ldconfigFlorian Weimer1-71/+16
2020-05-28elf: Do not read hwcaps from the vDSO in ld.soFlorian Weimer1-110/+0
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer2-1/+32
2020-05-21elf.h: add aarch64 property definitionsSzabolcs Nagy1-0/+6
2020-05-21elf.h: Add PT_GNU_PROPERTYSzabolcs Nagy1-0/+1
2020-05-19ldconfig: Default to the new format for ld.so.cacheJosh Triplett1-2/+2
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer3-56/+1
2020-05-18elf: Assert that objects are relocated before their constructors runFlorian Weimer1-0/+6
2020-05-18x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu1-0/+2
2020-05-12elf: Remove redundant add_to_global_resize_failure call from dl_open_argsFlorian Weimer1-5/+0
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy1-1/+1
2020-04-29elf: Add initial flag argument to __libc_early_initFlorian Weimer5-11/+29
2020-04-24elf: Implement __libc_early_initFlorian Weimer9-2/+261
2020-04-24elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer1-8/+2
2020-04-21elf: Support lld-style link map for librtld.mapFangrui Song1-1/+2
2020-04-03elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer8-3/+273
2020-04-03elf: Simplify handling of lists of audit stringsFlorian Weimer1-117/+112
2020-03-25ARC: add definitions to elf/elf.hVineet Gupta1-1/+69
2020-03-25Fix tests which expose ldbl -> _Float128 redirectsPaul E. Murphy1-0/+11