| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 1 | -1/+1 |
* | dlopen: Rework handling of pending NODELETE status | Florian Weimer | 2019-12-13 | 1 | -20/+11 |
* | Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839] | Florian Weimer | 2019-11-27 | 1 | -0/+20 |
* | Avoid zero-length array at the end of struct link_map [BZ #25097] | Florian Weimer | 2019-11-15 | 1 | -8/+10 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | Fix _dl_profile_fixup data-dependency issue (Bug 23690) | Tulio Magno Quites Machado Filho | 2018-11-30 | 1 | -0/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | ld.so: Add architecture specific fields | H.J. Lu | 2017-11-13 | 1 | -0/+2 |
* | Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -0/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Installed header hygiene (BZ#20366): Test of installed headers. | Zack Weinberg | 2016-09-23 | 1 | -2/+9 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 1 | -1/+1 |
* | Rename bits/linkmap.h to linkmap.h (bug 14912). | Joseph Myers | 2015-09-04 | 1 | -1/+1 |
* | Also use l_tls_dtor_count to decide on object unload (BZ #18657) | Siddhesh Poyarekar | 2015-07-23 | 1 | -1/+3 |
* | Factor file identity rules out of generic rtld code. | Roland McGrath | 2015-07-14 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 1 | -1/+1 |
* | C++11 thread_local destructors support | Siddhesh Poyarekar | 2013-02-18 | 1 | -0/+3 |
* | Improve link_map.l_addr comment. | Jan Kratochvil | 2013-02-02 | 1 | -1/+2 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | [BZ #14898] | Andreas Schwab | 2012-12-07 | 1 | -1/+1 |
* | Fix invalid memory access in do_lookup_x. | Andreas Schwab | 2012-06-22 | 1 | -4/+4 |
* | Replace Elf64_XXX with ElfW(XXX) in dl-irel.h | H.J. Lu | 2012-03-22 | 1 | -0/+5 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 2011-02-25 | 1 | -1/+4 |
* | Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKING | Ulrich Drepper | 2010-03-24 | 1 | -1/+5 |
* | Avoid ELF lookup race. | Ulrich Drepper | 2009-12-15 | 1 | -3/+5 |
* | * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define. | Ulrich Drepper | 2008-01-17 | 1 | -0/+9 |
* | * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store cvs/fedora-glibc-20070929T1859 | Ulrich Drepper | 2007-09-29 | 1 | -2/+5 |
* | * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition. | Ulrich Drepper | 2007-09-18 | 1 | -0/+2 |
* | * elf/dl-close.c (free_mem): Free _dl_scope_free_list. | Ulrich Drepper | 2007-06-20 | 1 | -3/+0 |
* | * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements | Ulrich Drepper | 2007-06-19 | 1 | -0/+3 |
* | * sysdeps/unix/sysv/linux/tst-getcpu.c: New file. | Ulrich Drepper | 2007-05-11 | 1 | -5/+5 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -10/+8 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -8/+10 |
* | USE_TLS support is now default. | Ulrich Drepper | 2006-10-27 | 1 | -6/+4 |
* | * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scope | Ulrich Drepper | 2006-10-27 | 1 | -28/+3 |
* | Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2006-10-10 | 1 | -3/+32 |
* | [BZ #3137] | Ulrich Drepper | 2006-09-21 | 1 | -1/+1 |
* | * elf/dl-lookup.c (dl_new_hash): New functions. cvs/fedora-glibc-20060710T2206 | Ulrich Drepper | 2006-07-10 | 1 | -2/+14 |
* | * elf/tst-tls-dlinfo.c: New file. | Roland McGrath | 2006-03-01 | 1 | -109/+21 |
* | * include/link.h (struct link_map): Remove l_opencount. Add l_removed. | Ulrich Drepper | 2005-03-18 | 1 | -2/+3 |
* | [BZ #677] | Ulrich Drepper | 2005-02-07 | 1 | -1/+1 |
* | * include/link.h: Remove stray definition of pltenter. | Ulrich Drepper | 2005-01-18 | 1 | -2/+1 |
* | * csu/elf-init.c (__libc_csu_fini): Don't do anything here. | Ulrich Drepper | 2005-01-06 | 1 | -5/+70 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -71/+78 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -78/+71 |