aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-fini.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer1-52/+100
2023-09-08elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer1-100/+52
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer1-37/+1
2022-02-01elf: Add la_activity during application exitAdhemerval Zanella1-0/+8
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-28elf: Add _dl_audit_objcloseAdhemerval Zanella1-15/+1
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang1-2/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-2/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer1-3/+6
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-27Consolidate link map sortingAndreas Schwab1-100/+5
2017-08-31elf: Remove internal_function attributeFlorian Weimer1-1/+0
2017-08-14_dl_fini: Remove internal_function attributeFlorian Weimer1-1/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-29_dl_fini: Rewrite to use VLA instead of extend_allocaFlorian Weimer1-104/+89
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-5/+5
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-11-21Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin1-1/+1
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-06-212012-06-21 Jeff Law <law@redhat.com>Jeff Law1-4/+4
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-10-25Small optimization of dependency sortingAndreas Schwab1-1/+1
2011-10-20Preserve link time dependencies over relocation dependenciesAndreas Schwab1-1/+11
2011-08-22Correct cycle detection during dependency sortingAndreas Schwab1-7/+8
2011-07-19_dl_sort_fini: Remove unused argumentMarek Polacek1-3/+2
2011-05-30Handle DSOs without any dependency in ld.soUlrich Drepper1-4/+6
2011-01-19Fix ordering of DSO constructors and destructors.Ulrich Drepper1-76/+75
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper1-2/+2
2007-09-29* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper1-2/+2
2005-03-19* elf/dl-fini.c (_dl_fini): Split sorting of the maps in separateUlrich Drepper1-74/+103
2005-03-18* include/link.h (struct link_map): Remove l_opencount. Add l_removed.Ulrich Drepper1-4/+4
2005-01-09Update.Ulrich Drepper1-3/+19
2005-01-06* csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper1-29/+47
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-167/+104
2007-07-122.5-18.1Jakub Jelinek1-104/+167
2004-10-27Update.Ulrich Drepper1-66/+61
2004-10-14[BZ #77]Ulrich Drepper1-113/+152
2004-07-08(_dl_fini): Add nloaded variable, load GL(dl_nloaded) into it while still in ...Ulrich Drepper1-7/+9
2004-07-07Update.Ulrich Drepper1-2/+8
2004-03-06Update.Ulrich Drepper1-9/+5
2004-03-06Update.Ulrich Drepper1-8/+7