about summary refs log tree commit diff
path: root/elf/dl-fini.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-181-52/+100
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-081-100/+52
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* elf: Introduce to _dl_call_finiFlorian Weimer2022-10-271-37/+1
* elf: Add la_activity during application exitAdhemerval Zanella2022-02-011-0/+8
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Add _dl_audit_objcloseAdhemerval Zanella2021-12-281-15/+1
* elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang2021-10-211-2/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2020-02-181-2/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-3/+6
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Consolidate link map sortingAndreas Schwab2017-11-271-100/+5
* elf: Remove internal_function attributeFlorian Weimer2017-08-311-1/+0
* _dl_fini: Remove internal_function attributeFlorian Weimer2017-08-141-1/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* _dl_fini: Rewrite to use VLA instead of extend_allocaFlorian Weimer2015-10-291-104/+89
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-5/+5
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin2013-11-211-1/+1
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* 2012-06-21 Jeff Law <law@redhat.com>Jeff Law2012-06-211-4/+4
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Small optimization of dependency sortingAndreas Schwab2011-10-251-1/+1
* Preserve link time dependencies over relocation dependenciesAndreas Schwab2011-10-201-1/+11
* Correct cycle detection during dependency sortingAndreas Schwab2011-08-221-7/+8
* _dl_sort_fini: Remove unused argumentMarek Polacek2011-07-191-3/+2
* Handle DSOs without any dependency in ld.soUlrich Drepper2011-05-301-4/+6
* Fix ordering of DSO constructors and destructors.Ulrich Drepper2011-01-191-76/+75
* * elf/dl-open.c: Keep track of used name spaces and only iterate over cvs/fedora-glibc-20090401T0935Ulrich Drepper2009-04-011-2/+2
* * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store cvs/fedora-glibc-20070929T1859Ulrich Drepper2007-09-291-2/+2
* * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separateUlrich Drepper2005-03-191-74/+103
* * include/link.h (struct link_map): Remove l_opencount. Add l_removed.Ulrich Drepper2005-03-181-4/+4
* Update.Ulrich Drepper2005-01-091-3/+19
* * csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper2005-01-061-29/+47
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-167/+104
* 2.5-18.1Jakub Jelinek2007-07-121-104/+167
* Update.Ulrich Drepper2004-10-271-66/+61
* [BZ #77]Ulrich Drepper2004-10-141-113/+152
* (_dl_fini): Add nloaded variable, load GL(dl_nloaded) into it while still in ...Ulrich Drepper2004-07-081-7/+9
* Update.Ulrich Drepper2004-07-071-2/+8
* Update.Ulrich Drepper2004-03-061-9/+5
* Update.Ulrich Drepper2004-03-061-8/+7