]> git.ipfire.org Git - thirdparty/glibc.git/history - elf/dl-close.c
libio: Convert __vswprintf_internal to buffers (bug 27857)
[thirdparty/glibc.git] / elf / dl-close.c
2022-10-27  Florian Weimerelf: Introduce to _dl_call_fini
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-28  Florian Weimerelf: Add _dl_find_object function
2021-12-28  Adhemerval Zanellaelf: Add _dl_audit_objclose
2021-12-28  Adhemerval Zanellaelf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
2021-10-21  Chung-Lin Tangelf: Fix slow DSO sorting behavior in dynamic loader...
2021-10-04  Szabolcs Nagyelf: Avoid deadlock between pthread_create and ctors...
2021-09-19  H.J. LuExtend struct r_debug to support multiple namespaces...
2021-07-14  Adhemerval Zanellaelf: Fix DTV gap reuse logic (BZ #27135)
2021-06-25  Florian Weimerelf: Disable most of TLS modid gaps processing [BZ...
2021-05-11  Szabolcs Nagyelf: Fix DTV gap reuse logic [BZ #27135]
2021-05-11  Szabolcs Nagyelf: Use relaxed atomics for racy accesses [BZ #19329]
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-07-07  Florian Weimerelf: Do not signal LA_ACT_CONSISTENT for an empty names...
2020-01-16  H.J. LuClear GL(dl_initfirst) when freeing its link_map memory...
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-13  Florian Weimerdlopen: Rework handling of pending NODELETE status
2019-11-27  Florian WeimerRemove all loaded objects if dlopen fails, ignoring...
2019-11-27  Florian WeimerLazy binding failures during dlopen/dlclose must be...
2019-11-15  Florian WeimerIntroduce link_map_audit_state accessor function
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-11-27  Andreas SchwabConsolidate link map sorting
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-23  Carlos O'DonellBug 11941: ld.so: Improper assert map->l_init_called...
2016-11-30  Florian WeimerImplement _dl_catch_error, _dl_signal_error in libc...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-09-08  Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-08-11  Maxim OstapenkoClear DF_1_NODELETE flag only for failed to load library.
2015-07-23  Siddhesh PoyarekarAlso use l_tls_dtor_count to decide on object unload...
2015-07-07  Pavel KopylAdd forced deletion support to _dl_close_worker
2015-04-17  Roland McGrathAvoid confusing compiler with dynamically impossible...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-04-03  Roland McGrathFactor mmap/munmap of PT_LOAD segments out of _dl_map_o...
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-31  Maciej W. Rozycki[BZ #16046] Static dlopen correction fallout fixes.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-11-21  Guy MartinDon't use broken DL_AUTO_FUNCTION_ADDRESS()
2013-05-09  Carlos O'DonellAdd more comments to dlclose() algorithm.
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-11-09  Joseph MyersSupport --with-pkgversion and --with-bugurl.
2012-08-17  Roland McGrathAdd a cast to silence a warning.
2012-08-17  Gary BensonAlso set r->r_map when unmapping the first object in...
2012-07-27  Gary BensonAdd SystemTap static probes to the runtime linker....
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-06-22  Andreas SchwabFix invalid memory access in do_lookup_x.
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2011-08-24  Andreas SchwabFix scope handling during dl_close
2011-07-20  Marek Polacek_dl_sort_fini: Remove unused argument
2011-06-21  Ulrich DrepperRevert unwanted patch
2011-06-21  Ulrich DrepperAdd missing DL_CALL_FCT
2011-05-08  Alan Modrastatic tls memory leak on TLS_DTV_AT_TP archs
2011-02-26  Andreas SchwabFix memory leak in dlopen with RTLD_NOLOAD.
2010-09-21  Andreas SchwabMove freeres function from ld.so to libc.so.
2010-06-28  Ulrich DrepperRevert unwanted patch. Again.
2010-06-28  Ulrich DrepperFix whitespaces.
2010-05-03  Andreas SchwabDon't deadlock in __dl_iterate_phdr while (un)loading...
2009-04-01  Ulrich Drepper* elf/dl-open.c: Keep track of used name spaces and... cvs/fedora-glibc-20090401T0935
2008-01-17  Ulrich Drepper* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2007-09-29  Ulrich Drepper* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list... cvs/fedora-glibc-20070929T1859
2007-06-20  Ulrich Drepper* elf/dl-close.c (free_mem): Free _dl_scope_free_list.
2007-06-09  Ulrich Drepper* elf/dl-close.c (_dl_close_worker): Remove all to...
2007-05-19  Ulrich Drepper* elf/dl-close.c (_dl_close_worker): When removing...
2007-05-11  Ulrich Drepper* elf/dl-close.c (_dl_close_worker): Help gcc to optimi...
2007-01-11  Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31  Jakub Jelinek.
2006-10-29  Ulrich Drepper* elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
2006-10-27  Ulrich DrepperUSE_TLS support is now default.
2006-10-27  Ulrich Drepper* elf/Makefile: Add rules to build and run tst-thrlock.
2006-10-27  Ulrich Drepper* elf/dl-close.c (_dl_close_worker): Renamed from _dl_c...
2006-10-27  Ulrich Drepper* elf/dl-lookup.c (_dl_debug_bindings): Remove unised...
2006-10-18  Ulrich Drepper[BZ #3313]
2006-10-11  Ulrich Drepper* include/atomic.c: Define catomic_* operations.
2006-10-10  Ulrich Drepper Jakub Jelinek <jakub@redhat.com>
2006-09-19  Ulrich Drepper* elf/dl-close.c (_dl_close): If dependency is not...
2005-04-27  Ulrich Drepper* elf/dl-close.c: Include stddef.h.
2005-03-19  Ulrich Drepper* elf/dl-fini.c (_dl_fini): Split sorting of the maps...
2005-03-18  Ulrich Drepper* include/link.h (struct link_map): Remove l_opencount...
2005-03-07  Ulrich Drepper* elf/dl-close.c (_dl_close): Decrement l_opencount...
2005-03-07  Ulrich Drepper* elf/dl-close.c (_dl_close): Unify debug message format.
2005-03-07  Ulrich Drepper* elf/dl-close.c (_dl_close): Print debug message just...
2005-03-03  Ulrich Drepper[BZ #776] cvs/fedora-glibc-20050303T1335
2005-01-09  Ulrich DrepperUpdate.
2005-01-06  Ulrich Drepper* csu/elf-init.c (__libc_csu_fini): Don't do anything...
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 DrepperUpdate.
2004-10-14  Ulrich Drepper[BZ #77]
2004-10-13  Ulrich DrepperUpdate.
2004-08-04  Ulrich Drepper(do_release_all): Add __libc_freeres_fn_section.
2004-03-07  Ulrich DrepperUpdate.
2004-03-06  Ulrich DrepperUpdate.
2004-03-05  Ulrich DrepperUpdate.
2004-01-27  Ulrich DrepperUpdate.
2004-01-24  Ulrich DrepperUpdate.
2003-04-27  Ulrich DrepperUpdate.
2003-04-26  Ulrich DrepperUpdate.
2003-04-25  Ulrich DrepperUpdate.
2003-03-16  Roland McGrath* nscd/cache.c (cache_search): Give first arg type...
next