about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* hurd: keep only required PLTs in ld.soSamuel Thibault2020-11-111-0/+4
* elf: In ldconfig, extract the new_sub_entry function from search_dirFlorian Weimer2020-10-301-13/+21
* elf: Unify old and new format cache handling code in ld.soFlorian Weimer2020-10-301-142/+145
* Make elf.h header self contained.Érico Rolim2020-10-281-6/+0
* Reword description of SXID_* tunable propertiesSiddhesh Poyarekar2020-10-221-5/+6
* rtld: fix typo in commentRolf Eike Beer2020-10-131-1/+1
* elf: Add missing <dl-procinfo.h> header to elf/dl-usage.cMatheus Castanho2020-10-121-0/+1
* elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer2020-10-092-8/+6
* elf: Enhance ld.so --help to print HWCAP subdirectoriesFlorian Weimer2020-10-091-0/+62
* elf: Add library search path information to ld.so --helpFlorian Weimer2020-10-091-0/+56
* elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer2020-10-081-26/+27
* elf: Print the full name of the dynamic loader in the ld.so help messageFlorian Weimer2020-10-082-1/+4
* elf: Use the term "program interpreter" in the ld.so help messageFlorian Weimer2020-10-081-11/+11
* elf: Implement ld.so --versionFlorian Weimer2020-10-083-0/+20
* elf: Implement ld.so --helpFlorian Weimer2020-10-083-13/+75
* elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer2020-10-084-4/+10
* elf: Move ld.so error/help output to _dl_usageFlorian Weimer2020-10-084-26/+65
* elf: Extract command-line/environment variables state from rtld.cFlorian Weimer2020-10-082-96/+157
* elf: Implement __rtld_malloc_is_completeFlorian Weimer2020-10-081-0/+8
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-1/+1
* elf: Implement _dl_writeFlorian Weimer2020-10-072-1/+57
* elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer2020-10-072-2/+16
* Set tunable value as well as min/max valuesH.J. Lu2020-09-292-6/+60
* ld.so: add an --argv0 option [BZ #16124]Vincent Mihalkovic2020-09-294-3/+94
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-114-6/+6
* elf.h: Add aarch64 bti/pac dynamic tag constantsMark Wielaard2020-09-071-0/+2
* 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