aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-deps.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-10elf: Fix wrong indentation from commit eb447b7b4bAdhemerval Zanella1-5/+6
2020-02-12elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy1-10/+29
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
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-06-27_dl_map_object_deps: Use struct scratch_buffer [BZ #18023]Florian Weimer1-12/+16
2018-06-12Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-27elf: remove redundant is_path argumentDmitry V. Levin1-2/+2
2017-11-27Consolidate link map sortingAndreas Schwab1-56/+3
2017-08-31elf: Remove internal_function attributeFlorian Weimer1-2/+0
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer1-31/+8
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-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers1-1/+1
2014-10-01remove nested functions from elf/dl-deps.cKostya Serebryany1-15/+15
2014-05-27Remove duplicate code in elf/dl-deps.c.Ondřej Bílka1-31/+19
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-6/+6
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-09-21[BZ #15859] Fix memory leak in _dl_map_object_depsVinitha Vijayan1-1/+0
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-4/+2
2013-02-07Remove lots of inline keywords.Roland McGrath1-3/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-06-22Fix invalid memory access in do_lookup_x.Andreas Schwab1-3/+4
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-11-01Account for alloca size rounding in extend_allocaAndreas Schwab1-6/+2
2011-10-31Use extend_alloca in _dl_map_object_deps.Paul Pluzhnikov1-2/+17
2011-10-25Small optimization of dependency sortingAndreas Schwab1-1/+1
2011-08-22Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper1-4/+4
2011-08-22Correct cycle detection during dependency sortingAndreas Schwab1-6/+7
2011-08-22Revert "Don't crash when dependencies are missing"Andreas Schwab1-4/+4
2011-05-30Handle DSOs without any dependency in ld.soUlrich Drepper1-45/+48
2011-02-25Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab1-1/+1
2011-02-25Don't crash when dependencies are missingAndreas Schwab1-4/+4
2011-01-19Fix ordering of DSO constructors and destructors.Ulrich Drepper1-37/+49
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab1-1/+1
2010-03-24Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKINGUlrich Drepper1-2/+7
2007-09-29* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper1-35/+65
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-1/+1
2007-07-31.Jakub Jelinek1-1/+1
2006-11-10[BZ #3465]Ulrich Drepper1-1/+1
2006-06-17[BZ #2792]Ulrich Drepper1-6/+6
2006-01-182006-01-18 Jakub Jelinek <jakub@redhat.com>Roland McGrath1-0/+2
2005-06-12* elf/dl-error.c (_dl_signal_error): Store information about use ofUlrich Drepper1-11/+20
2005-03-18* include/link.h (struct link_map): Remove l_opencount. Add l_removed.Ulrich Drepper1-2/+0
2005-03-06* sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.Roland McGrath1-2/+2
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-28/+19
2007-07-122.5-18.1Jakub Jelinek1-19/+28