about summary refs log tree commit diff
path: root/elf/dl-deps.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella2022-04-271-0/+2
* elf: Remove prelink supportAdhemerval Zanella2022-02-101-66/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang2021-10-211-4/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer2020-12-111-1/+6
* elf: Fix wrong indentation from commit eb447b7b4bAdhemerval Zanella2020-03-101-5/+6
* elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy2020-02-121-10/+29
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* 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
* _dl_map_object_deps: Use struct scratch_buffer [BZ #18023]Florian Weimer2018-06-271-12/+16
* Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell2018-06-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* elf: remove redundant is_path argumentDmitry V. Levin2017-12-271-2/+2
* Consolidate link map sortingAndreas Schwab2017-11-271-56/+3
* elf: Remove internal_function attributeFlorian Weimer2017-08-311-2/+0
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-101-31/+8
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers2014-10-101-1/+1
* remove nested functions from elf/dl-deps.cKostya Serebryany2014-10-011-15/+15
* Remove duplicate code in elf/dl-deps.c.Ondřej Bílka2014-05-271-31/+19
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-6/+6
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* [BZ #15859] Fix memory leak in _dl_map_object_depsVinitha Vijayan2013-09-211-1/+0
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-4/+2
* Remove lots of inline keywords.Roland McGrath2013-02-071-3/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Fix invalid memory access in do_lookup_x.Andreas Schwab2012-06-221-3/+4
* 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
* Account for alloca size rounding in extend_allocaAndreas Schwab2011-11-011-6/+2
* Use extend_alloca in _dl_map_object_deps.Paul Pluzhnikov2011-10-311-2/+17
* Small optimization of dependency sortingAndreas Schwab2011-10-251-1/+1
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-221-4/+4
|\
| * Revert "Don't crash when dependencies are missing"Andreas Schwab2011-08-221-4/+4
* | Correct cycle detection during dependency sortingAndreas Schwab2011-08-221-6/+7
|/
* Handle DSOs without any dependency in ld.soUlrich Drepper2011-05-301-45/+48
* Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab2011-02-251-1/+1
* Don't crash when dependencies are missingAndreas Schwab2011-02-251-4/+4
* Fix ordering of DSO constructors and destructors.Ulrich Drepper2011-01-191-37/+49
* Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-241-1/+1
* Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKINGUlrich Drepper2010-03-241-2/+7
* * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store cvs/fedora-glibc-20070929T1859Ulrich Drepper2007-09-291-35/+65
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-1/+1
* .Jakub Jelinek2007-07-311-1/+1