about summary refs log tree commit diff
path: root/sysdeps/generic/ldsodefs.h
Commit message (Expand)AuthorAgeFilesLines
* elf: Add _dl_find_object functionFlorian Weimer2021-12-281-0/+5
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-281-0/+6
* elf: Add _dl_audit_pltenterAdhemerval Zanella2021-12-281-0/+4
* elf: Add _dl_audit_preinitAdhemerval Zanella2021-12-281-0/+3
* elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella2021-12-281-0/+10
* elf: Add _dl_audit_objcloseAdhemerval Zanella2021-12-281-0/+4
* elf: Add _dl_audit_objsearchAdhemerval Zanella2021-12-281-0/+7
* elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella2021-12-281-0/+10
* elf: Add _dl_audit_objopenAdhemerval Zanella2021-12-281-0/+5
* elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer2021-11-171-0/+7
* elf: Fix e6fd79f379 build with --enable-tunables=noAdhemerval Zanella2021-10-211-0/+9
* elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang2021-10-211-1/+13
* ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu2021-10-191-0/+10
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-041-1/+8
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-09-221-5/+2
* Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu2021-09-191-4/+8
* elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-161-6/+0
* htl: Move thread table to ld.soSergey Bugaev2021-09-161-0/+9
* elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-151-5/+6
* elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella2021-07-141-2/+2
* dlfcn: Rework static dlopen hooksFlorian Weimer2021-06-031-0/+3
* elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer2021-05-171-4/+6
* elf: Remove DL_STATIC_INITFlorian Weimer2021-05-171-6/+0
* elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer2021-05-171-0/+7
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-101-1/+10
* nptl: Move more stack management variables into _rtld_globalFlorian Weimer2021-05-101-0/+11
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-101-0/+4
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-101-1/+24
* elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer2021-05-051-0/+19
* elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2021-04-211-0/+5
* dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer2021-04-211-0/+7
* dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer2021-04-211-0/+9
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-1/+5
* sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2021-02-011-0/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* elf: Pass the fd to note processingSzabolcs Nagy2020-12-111-2/+3
* 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