Age | Commit message (Expand) | Author | Files | Lines |
2023-03-26 | Minor: don't call _dl_debug_update (which can have side effects) inside assert | Paul Pluzhnikov | 1 | -2/+6 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-10-14 | elf: Do not completely clear reused namespace in dlmopen (bug 29600) | Florian Weimer | 1 | -8/+6 |
2022-08-26 | elf: Call __libc_early_init for reused namespaces (bug 29528) | Florian Weimer | 1 | -5/+8 |
2022-08-25 | Revert "Detect ld.so and libc.so version inconsistency during startup" | Florian Weimer | 1 | -2/+2 |
2022-08-24 | Detect ld.so and libc.so version inconsistency during startup | Florian Weimer | 1 | -2/+2 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-12-28 | elf: Add _dl_find_object function | Florian Weimer | 1 | -0/+5 |
2021-12-28 | elf: Do not fail for failed dlmopen on audit modules (BZ #28061) | Adhemerval Zanella | 1 | -2/+0 |
2021-12-28 | elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid | Adhemerval Zanella | 1 | -19/+1 |
2021-10-04 | elf: Avoid deadlock between pthread_create and ctors [BZ #28357] | Szabolcs Nagy | 1 | -1/+34 |
2021-09-30 | elf: Replace nsid with args.nsid [BZ #27609] | H.J. Lu | 1 | -1/+1 |
2021-09-19 | Extend struct r_debug to support multiple namespaces [BZ #15971] | H.J. Lu | 1 | -5/+5 |
2021-07-30 | elf: Fix audit regression | Adhemerval Zanella | 1 | -9/+2 |
2021-07-14 | elf: Fix DTV gap reuse logic (BZ #27135) | Adhemerval Zanella | 1 | -10/+0 |
2021-06-25 | elf: Disable most of TLS modid gaps processing [BZ #27135] | Florian Weimer | 1 | -0/+10 |
2021-05-17 | elf: Remove DL_STATIC_INIT | Florian Weimer | 1 | -4/+0 |
2021-05-17 | elf: Partially initialize ld.so after static dlopen (bug 20802) | Florian Weimer | 1 | -2/+15 |
2021-05-11 | elf: Fix DTV gap reuse logic [BZ #27135] | Szabolcs Nagy | 1 | -10/+0 |
2021-05-11 | elf: Use relaxed atomics for racy accesses [BZ #19329] | Szabolcs Nagy | 1 | -1/+4 |
2021-05-05 | elf, nptl: Initialize static TLS directly in ld.so | Florian Weimer | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-12-16 | Replace __libc_multiple_libcs with __libc_initial flag | Florian Weimer | 1 | -6/+0 |
2020-05-12 | elf: Remove redundant add_to_global_resize_failure call from dl_open_args | Florian Weimer | 1 | -5/+0 |
2020-04-29 | elf: Add initial flag argument to __libc_early_init | Florian Weimer | 1 | -2/+15 |
2020-04-24 | elf: Implement __libc_early_init | Florian Weimer | 1 | -0/+25 |
2020-02-12 | elf: avoid stack allocation in dl_open_worker | David Kilroy | 1 | -16/+12 |
2020-02-12 | elf: avoid redundant sort in dlopen | David Kilroy | 1 | -4/+4 |
2020-02-12 | elf: Allow dlopen of filter object to work [BZ #16272] | David Kilroy | 1 | -4/+7 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-12-13 | dlopen: Do not block signals | Florian Weimer | 1 | -26/+11 |
2019-12-13 | dlopen: Rework handling of pending NODELETE status | Florian Weimer | 1 | -9/+13 |
2019-12-13 | dlopen: Fix issues related to NODELETE handling and relocations | Florian Weimer | 1 | -27/+14 |
2019-11-27 | Move _dl_open_check to its original place in dl_open_worker | Florian Weimer | 1 | -6/+2 |
2019-11-27 | Block signals during the initial part of dlopen | Florian Weimer | 1 | -2/+26 |
2019-11-27 | Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839] | Florian Weimer | 1 | -11/+71 |
2019-11-27 | Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112] | Florian Weimer | 1 | -124/+241 |
2019-11-27 | Avoid late failure in dlopen in global scope update [BZ #25112] | Florian Weimer | 1 | -48/+106 |
2019-11-27 | Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304] | Florian Weimer | 1 | -2/+30 |
2019-11-15 | Introduce link_map_audit_state accessor function | Florian Weimer | 1 | -1/+4 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-07-01 | Call _dl_open_check after relocation [BZ #24259] | H.J. Lu | 1 | -2/+6 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-07-16 | x86: Support IBT and SHSTK in Intel CET [BZ #21598] | H.J. Lu | 1 | -0/+3 |
2018-02-21 | elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787] | Florian Weimer | 1 | -9/+0 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-11-27 | Consolidate link map sorting | Andreas Schwab | 1 | -54/+3 |
2017-08-21 | Mark __libc_multiple_libcs with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -2/+1 |
2017-08-13 | ld.so: Remove internal_function attribute from various functions | Florian Weimer | 1 | -1/+0 |
2017-08-10 | ld.so: Introduce struct dl_exception | Florian Weimer | 1 | -27/+4 |