about summary refs log tree commit diff
path: root/sysdeps/generic/ldsodefs.h
Commit message (Expand)AuthorAgeFilesLines
* elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer2020-12-041-5/+15
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-3/+16
* elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer2020-10-091-6/+6
* elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer2020-10-081-2/+4
* elf: Implement _dl_writeFlorian Weimer2020-10-071-0/+6
* rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy2020-07-081-0/+3
* rtld: Account static TLS surplus for audit modulesSzabolcs Nagy2020-07-081-2/+3
* rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy2020-07-081-0/+8
* rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2020-07-081-0/+4
* elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer2020-05-251-12/+7
* elf: Implement __libc_early_initFlorian Weimer2020-04-241-0/+17
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-031-0/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-11-271-2/+9
* Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer2019-11-271-1/+8
* Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer2019-11-211-0/+3
* Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer2019-11-161-1/+3
* Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer2019-11-151-4/+13
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-1/+7
* slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer2019-11-121-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* MIPS support for GNU hashMihailo Stojanovic2019-08-291-0/+17
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-5/+0
* elf: Remove remnants of MAP_ANON emulationFlorian Weimer2019-03-041-4/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-1/+2
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-2/+8
* hurd: Fix calling __pthread_initialize_minimal in shared caseSamuel Thibault2018-03-251-1/+1
* hurd: add gscope supportSamuel Thibault2018-03-111-0/+3
* elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer2018-02-211-5/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* elf: remove redundant is_path argumentDmitry V. Levin2017-12-271-2/+2
* ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer2017-12-181-1/+19
* Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2017-12-151-0/+11
* Consolidate link map sortingAndreas Schwab2017-11-271-2/+2
* ld.so: Add architecture specific fieldsH.J. Lu2017-11-131-4/+7
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-3/+5
* elf: Remove internal_function attributeFlorian Weimer2017-08-311-61/+37
* _dl_init: Remove internal_function attributeFlorian Weimer2017-08-141-1/+1
* _dl_fini: Remove internal_function attributeFlorian Weimer2017-08-141-1/+1
* ld.so: Remove internal_function attribute from various functionsFlorian Weimer2017-08-131-11/+8
* NPTL: Remove internal_function from stack marking functionsFlorian Weimer2017-08-131-2/+2
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-101-21/+86
* ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu2017-06-081-0/+4
* tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar2017-06-071-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock2016-12-261-0/+11
* Remove unused function _dl_tls_setupFlorian Weimer2016-12-211-6/+0
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-301-18/+28
* Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki2016-07-011-0/+13