Age | Commit message (Expand) | Author | Files | Lines |
2022-04-27 | elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra... | Adhemerval Zanella | 1 | -0/+2 |
2022-02-10 | elf: Remove prelink support | Adhemerval Zanella | 1 | -66/+0 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-10-21 | elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645) | Chung-Lin Tang | 1 | -4/+3 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-12-11 | elf: Include libc.so.6 as main program in dependency sort (bug 20972) | Florian Weimer | 1 | -1/+6 |
2020-03-10 | elf: Fix wrong indentation from commit eb447b7b4b | Adhemerval Zanella | 1 | -5/+6 |
2020-02-12 | elf: Allow dlopen of filter object to work [BZ #16272] | David Kilroy | 1 | -10/+29 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-06-27 | _dl_map_object_deps: Use struct scratch_buffer [BZ #18023] | Florian Weimer | 1 | -12/+16 |
2018-06-12 | Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259). | Carlos O'Donell | 1 | -1/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-12-27 | elf: remove redundant is_path argument | Dmitry V. Levin | 1 | -2/+2 |
2017-11-27 | Consolidate link map sorting | Andreas Schwab | 1 | -56/+3 |
2017-08-31 | elf: Remove internal_function attribute | Florian Weimer | 1 | -2/+0 |
2017-08-10 | ld.so: Introduce struct dl_exception | Florian Weimer | 1 | -31/+8 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-10-10 | Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132). | Joseph Myers | 1 | -1/+1 |
2014-10-01 | remove nested functions from elf/dl-deps.c | Kostya Serebryany | 1 | -15/+15 |
2014-05-27 | Remove duplicate code in elf/dl-deps.c. | Ondřej Bílka | 1 | -31/+19 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -6/+6 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-09-21 | [BZ #15859] Fix memory leak in _dl_map_object_deps | Vinitha Vijayan | 1 | -1/+0 |
2013-05-29 | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 1 | -4/+2 |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -3/+1 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-06-22 | Fix invalid memory access in do_lookup_x. | Andreas Schwab | 1 | -3/+4 |
2012-06-21 | 2012-06-21 Jeff Law <law@redhat.com> | Jeff Law | 1 | -4/+4 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2011-11-01 | Account for alloca size rounding in extend_alloca | Andreas Schwab | 1 | -6/+2 |
2011-10-31 | Use extend_alloca in _dl_map_object_deps. | Paul Pluzhnikov | 1 | -2/+17 |
2011-10-25 | Small optimization of dependency sorting | Andreas Schwab | 1 | -1/+1 |
2011-08-22 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 1 | -4/+4 |
2011-08-22 | Correct cycle detection during dependency sorting | Andreas Schwab | 1 | -6/+7 |
2011-08-22 | Revert "Don't crash when dependencies are missing" | Andreas Schwab | 1 | -4/+4 |
2011-05-30 | Handle DSOs without any dependency in ld.so | Ulrich Drepper | 1 | -45/+48 |
2011-02-25 | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 1 | -1/+1 |
2011-02-25 | Don't crash when dependencies are missing | Andreas Schwab | 1 | -4/+4 |
2011-01-19 | Fix ordering of DSO constructors and destructors. | Ulrich Drepper | 1 | -37/+49 |
2010-10-24 | Require suid bit on audit objects in privileged programs | Andreas Schwab | 1 | -1/+1 |
2010-03-24 | Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKING | Ulrich Drepper | 1 | -2/+7 |
2007-09-29 | * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859 | Ulrich Drepper | 1 | -35/+65 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -1/+1 |
2007-07-31 | . | Jakub Jelinek | 1 | -1/+1 |
2006-11-10 | [BZ #3465] | Ulrich Drepper | 1 | -1/+1 |
2006-06-17 | [BZ #2792] | Ulrich Drepper | 1 | -6/+6 |