]> sourceware.org Git - glibc.git/history - elf/dl-lookup.c
libio/tst-getdelim: Add new test covering NUL as a delimiter
[glibc.git] / elf / dl-lookup.c
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-09-21 Joe Simmons-Talbottelf: dl-lookup: Remove unused alloca.h include
2023-05-30 Florian Weimerelf: Make more functions available for binding during...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-10-26 Adhemerval Zanellaelf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_x
2022-07-05 Florian Weimerelf: Fix direction of NODELETE log messages during...
2022-06-15 Fangrui Songelf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
2022-05-23 Noah Goldsteinelf: Refactor dl_new_hash so it can be tested / benchmarked
2022-04-14 Noah GoldsteinReplace {u}int_fast{16|32} with {u}int32_t
2022-02-10 Adhemerval Zanellaelf: Remove prelink support
2022-01-18 Florian Weimerelf: Move _dl_setup_hash to its own file
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-10-07 H.J. LuAdd run-time check for indirect external access
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-04-24 Florian Weimerelf: Introduce <elf_machine_sym_no_match.h>
2020-02-15 Florian Weimerld.so: Do not export free/calloc/malloc/realloc functio...
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-13 Florian Weimerdlopen: Rework handling of pending NODELETE status
2019-12-13 Florian Weimerdlopen: Fix issues related to NODELETE handling and...
2019-11-27 Florian WeimerRemove all loaded objects if dlopen fails, ignoring...
2019-11-12 Florian WeimerClarify purpose of assert in _dl_lookup_symbol_x
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-29 Mihailo StojanovicMIPS support for GNU hash
2019-06-28 Florian Weimerld.so: Support moving versioned symbols between sonames...
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-06-29 Maciej W. Rozyckielf: Accept absolute (SHN_ABS) symbols whose value...
2018-02-05 H.J. LuUse ADDRIDX with DT_GNU_HASH
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-08-31 Florian Weimerelf: Remove internal_function attribute
2017-08-10 Florian Weimerld.so: Introduce struct dl_exception
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-07-01 Maciej W. RozyckiTreat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL
2016-03-31 Florian WeimerReport dlsym, dlvsym lookup errors using dlerror [BZ...
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-11-07 H.J. LuKeep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelink
2015-09-08 Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-03-31 H.J. LuAdd ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-10-08 Roland McGrathRemove unnecessarily nested function in do_lookup_unique.
2014-06-23 Will Newtonelf/dl-lookup.c: Use __glibc_likely and __glibc_unlikely
2014-06-23 Will Newtonelf/dl-lookup.c: Remove unnecessary static variable
2014-06-23 Will Newtonelf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a...
2014-04-03 Will Newtonelf/dl-lookup.c: Remove obsolete comment about nested...
2014-02-28 Carlos O'DonellPromote do_lookup_x:check_match to a full function.
2014-02-11 Joseph MyersMerge MIPS dl-lookup.c into generic file.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-11-13 Marcus ShawcroftAvoid passing NULL to DSO_FILENAME.
2013-05-29 Siddhesh PoyarekarAvoid crashing in LD_DEBUG when program name is unavailable
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-08-14 Roland McGrathAdd a missing #include.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-04-05 David S. MillerFix DL_DEBUG_UNUSED to elide the VDSO and handle PLT...
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2011-10-29 Ulrich DrepperAvoid warning in dl-lookup.c
2011-05-13 Piotr BuryFix resizing able for unique symbols when adding symbol...
2011-04-23 Jim MeyeringRemove doubled words.
2011-03-10 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-03-10 Ulrich DrepperFix copy relocations handling of unique objects.
2010-03-24 Ulrich DrepperFix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKING
2009-12-15 Ulrich DrepperAvoid ELF lookup race.
2009-08-07 Andreas SchwabFix expanding STB_GNU_UNIQUE hash table.
2009-07-29 Ulrich DrepperPreserve SSE registers in runtime relocations on x86-64.
2009-07-27 Jakub JelinekFix STB_GNU_UNIQUE handling for > 30 unique symbols.
2009-07-23 Ulrich DrepperMinor optimization of unloading prevention patch.
2009-07-23 Ulrich DrepperFix comment.
2009-07-23 Ulrich DrepperSome more fixes for the unique symbol handling.
2009-07-23 Ulrich DrepperHandle unloading of DSO with a unique symbol definition.
2009-07-10 Ulrich DrepperRemove do-lookup.h.
2009-07-10 Ulrich DrepperImplement STB_GNU_UNIQUE handling.
2009-06-15 Jakub Jelineklibc part of prelink IFUNC support.
2007-09-29 Ulrich Drepper* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list... cvs/fedora-glibc-20070929T1859
2007-09-19 Ulrich Drepper* elf/dl-lookup.c (add_dependency): Handle failing... cvs/fedora-glibc-20070920T0007
2007-09-18 Ulrich Drepper* sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK...
2007-06-20 Ulrich Drepper* elf/dl-close.c (free_mem): Free _dl_scope_free_list.
2007-06-09 Ulrich Drepper* elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use...
2007-01-15 Ulrich Drepper* sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
2007-01-11 Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31 Jakub Jelinek.
2006-10-27 Ulrich DrepperUSE_TLS support is now default.
2006-10-27 Ulrich Drepper* elf/dl-lookup.c (_dl_debug_bindings): Remove unised...
2006-10-18 Ulrich Drepper[BZ #3313]
2006-07-10 Ulrich Drepper* elf/dl-lookup.c (dl_new_hash): New functions. cvs/fedora-glibc-20060710T2206
2005-12-21 Roland McGrath* elf/cache.c: Use <> rather than "" #includes.
2005-03-19 Ulrich Drepper* elf/dl-lookup.c (add_dependency): Always search l_ini...
2005-03-18 Ulrich Drepper* include/link.h (struct link_map): Remove l_opencount...
2005-02-26 Ulrich Drepper(_dl_debug_bindings): Add namespace information to...
2004-12-22 Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12 Jakub Jelinek2.5-18.1
2004-10-14 Ulrich Drepper[BZ #77]
2004-09-18 Ulrich DrepperUpdate.
2004-05-26 Ulrich Drepper(add_dependency): Set DF_1_NODELETE bit in l_flags_1...
2004-05-12 Ulrich Drepper(_dl_lookup_symbol_x): Correct _dl_signal_cerror call.
2004-03-10 Ulrich DrepperUpdate.
2004-03-07 Ulrich DrepperWe don't need for specialized lookup functions. Combini...
2004-03-06 Ulrich DrepperUpdate.
2004-03-05 Ulrich DrepperUpdate.
2003-07-31 Ulrich DrepperUpdate.
2003-03-26 Ulrich DrepperUpdate.
2003-01-12 Ulrich DrepperUpdate.
next
This page took 1.104359 seconds and 108 git commands to generate.