about summary refs log tree commit diff
path: root/sysdeps/generic/ldsodefs.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-181-4/+0
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-111-0/+4
* elf: Introduce to _dl_call_finiFlorian Weimer2023-09-111-0/+8
* elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer2022-09-201-2/+4
* elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song2022-06-151-11/+1
* elf: Remove _dl_skip_argsAdhemerval Zanella2022-05-301-4/+0
* rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy2022-05-171-10/+3
* Remove dl-librecon.h header.Adhemerval Zanella2022-05-161-3/+0
* Remove kernel version checkAdhemerval Zanella2022-05-161-6/+0
* csu: Implement and use _dl_early_allocate during static startupFlorian Weimer2022-05-161-0/+5
* elf: Remove unused enum allowmaskFangrui Song2022-04-251-11/+0
* Remove _dl_skip_args_internal declarationSzabolcs Nagy2022-04-121-5/+0
* elf: Remove inline _dl_dprintfAdhemerval Zanella2022-03-231-11/+0
* elf: Remove LD_USE_LOAD_BIASAdhemerval Zanella2022-02-101-5/+0
* elf: Remove prelink supportAdhemerval Zanella2022-02-101-11/+0
* elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella2022-02-011-1/+4
* elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella2022-02-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* 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