aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/ldsodefs.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu1-4/+8
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev1-6/+0
2021-09-16htl: Move thread table to ld.soSergey Bugaev1-0/+9
2021-09-15elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev1-5/+6
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella1-2/+2
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer1-0/+3
2021-05-17elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer1-4/+6
2021-05-17elf: Remove DL_STATIC_INITFlorian Weimer1-6/+0
2021-05-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer1-0/+7
2021-05-10nptl: Move changing of stack permissions into ld.soFlorian Weimer1-1/+10
2021-05-10nptl: Move more stack management variables into _rtld_globalFlorian Weimer1-0/+11
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer1-0/+4
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer1-1/+24
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer1-0/+19
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer1-0/+5
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer1-0/+7
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer1-0/+9
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-1/+5
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu1-0/+3
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy1-2/+3
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer1-5/+15
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-3/+16
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer1-6/+6
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer1-2/+4
2020-10-07elf: Implement _dl_writeFlorian Weimer1-0/+6
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy1-0/+3
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy1-2/+3
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy1-0/+8
2020-07-08rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy1-0/+4
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer1-12/+7
2020-04-24elf: Implement __libc_early_initFlorian Weimer1-0/+17
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella1-0/+6
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-27Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer1-2/+9
2019-11-27Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer1-1/+8
2019-11-21Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer1-0/+3
2019-11-16Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer1-1/+3
2019-11-15Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer1-4/+13
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer1-1/+7
2019-11-12slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-08-29MIPS support for GNU hashMihailo Stojanovic1-0/+17
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-5/+0
2019-03-04elf: Remove remnants of MAP_ANON emulationFlorian Weimer1-4/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-04-04elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki1-1/+2
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-2/+8
2018-03-25hurd: Fix calling __pthread_initialize_minimal in shared caseSamuel Thibault1-1/+1
2018-03-11hurd: add gscope supportSamuel Thibault1-0/+3