aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/ldsodefs.h
AgeCommit message (Expand)Author
2020-07-08rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer
2020-04-24elf: Implement __libc_early_initFlorian Weimer
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-27Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer
2019-11-27Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer
2019-11-21Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer
2019-11-16Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer
2019-11-15Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer
2019-11-12slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-29MIPS support for GNU hashMihailo Stojanovic
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-03-04elf: Remove remnants of MAP_ANON emulationFlorian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-04-04elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki
2018-03-25hurd: Fix calling __pthread_initialize_minimal in shared caseSamuel Thibault
2018-03-11hurd: add gscope supportSamuel Thibault
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-27elf: remove redundant is_path argumentDmitry V. Levin
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu
2017-11-27Consolidate link map sortingAndreas Schwab
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu
2017-10-01Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-08-14_dl_init: Remove internal_function attributeFlorian Weimer
2017-08-14_dl_fini: Remove internal_function attributeFlorian Weimer
2017-08-13ld.so: Remove internal_function attribute from various functionsFlorian Weimer
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer
2016-07-01Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki
2016-04-10Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-15Mark _dl_catch_error hiddenH.J. Lu
2015-10-15Mark internal _dl_XXX functions hiddenH.J. Lu
2015-10-15Always enable pointer guard [BZ #18928]Florian Weimer
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-03-31Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu
2015-01-21Fix recursive dlopen.Carlos O'Donell