Age | Commit message (Expand) | Author | Files | Lines |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-10-26 | elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_x | Adhemerval Zanella | 1 | -0/+17 |
2022-07-05 | elf: Fix direction of NODELETE log messages during symbol lookup | Florian Weimer | 1 | -2/+2 |
2022-06-15 | elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA | Fangrui Song | 1 | -59/+1 |
2022-05-23 | elf: Refactor dl_new_hash so it can be tested / benchmarked | Noah Goldstein | 1 | -11/+2 |
2022-04-13 | Replace {u}int_fast{16|32} with {u}int32_t | Noah Goldstein | 1 | -6/+6 |
2022-02-10 | elf: Remove prelink support | Adhemerval Zanella | 1 | -161/+0 |
2022-01-18 | elf: Move _dl_setup_hash to its own file | Florian Weimer | 1 | -45/+0 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-10-07 | Add run-time check for indirect external access | H.J. Lu | 1 | -0/+5 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-04-24 | elf: Introduce <elf_machine_sym_no_match.h> | Florian Weimer | 1 | -8/+2 |
2020-02-15 | ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] | Florian Weimer | 1 | -2/+2 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-12-13 | dlopen: Rework handling of pending NODELETE status | Florian Weimer | 1 | -24/+34 |
2019-12-13 | dlopen: Fix issues related to NODELETE handling and relocations | Florian Weimer | 1 | -3/+3 |
2019-11-27 | Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839] | Florian Weimer | 1 | -14/+58 |
2019-11-12 | Clarify purpose of assert in _dl_lookup_symbol_x | Florian Weimer | 1 | -5/+3 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-08-29 | MIPS support for GNU hash | Mihailo Stojanovic | 1 | -3/+7 |
2019-06-28 | ld.so: Support moving versioned symbols between sonames [BZ #24741] | Florian Weimer | 1 | -33/+5 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-06-29 | elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307] | Maciej W. Rozycki | 1 | -0/+1 |
2018-02-05 | Use ADDRIDX with DT_GNU_HASH | H.J. Lu | 1 | -6/+2 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-08-31 | elf: Remove internal_function attribute | Florian Weimer | 1 | -5/+0 |
2017-08-10 | ld.so: Introduce struct dl_exception | Florian Weimer | 1 | -32/+16 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-07-01 | Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL | Maciej W. Rozycki | 1 | -0/+4 |
2016-03-31 | Report dlsym, dlvsym lookup errors using dlerror [BZ #19509] | Florian Weimer | 1 | -1/+0 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-11-07 | Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelink | H.J. Lu | 1 | -2/+19 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-03-31 | Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86 | H.J. Lu | 1 | -1/+60 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-10-08 | Remove unnecessarily nested function in do_lookup_unique. | Roland McGrath | 1 | -27/+30 |
2014-06-23 | elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikely | Will Newton | 1 | -20/+19 |
2014-06-23 | elf/dl-lookup.c: Remove unnecessary static variable | Will Newton | 1 | -4/+1 |
2014-06-23 | elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a function | Will Newton | 1 | -145/+159 |
2014-04-03 | elf/dl-lookup.c: Remove obsolete comment about nested function | Will Newton | 1 | -5/+4 |
2014-02-28 | Promote do_lookup_x:check_match to a full function. | Carlos O'Donell | 1 | -104/+122 |
2014-02-11 | Merge MIPS dl-lookup.c into generic file. | Joseph Myers | 1 | -0/+8 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -14/+14 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-11-13 | Avoid passing NULL to DSO_FILENAME. | Marcus Shawcroft | 1 | -1/+1 |
2013-05-29 | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 1 | -15/+7 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-08-14 | Add a missing #include. | Roland McGrath | 1 | -1/+2 |
2012-04-05 | Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly. | David S. Miller | 1 | -1/+2 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |