aboutsummaryrefslogtreecommitdiff
path: root/include/link.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-10-08elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer1-0/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer1-20/+11
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer1-0/+20
2019-11-15Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer1-8/+10
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-11-30Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho1-0/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu1-0/+2
2017-10-01Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822]H.J. Lu1-0/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg1-2/+9
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers1-1/+1
2015-07-23Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar1-1/+3
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath1-2/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-1/+1
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar1-0/+3
2013-02-02Improve link_map.l_addr comment.Jan Kratochvil1-1/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-12-07 [BZ #14898]Andreas Schwab1-1/+1
2012-06-22Fix invalid memory access in do_lookup_x.Andreas Schwab1-4/+4
2012-03-22Replace Elf64_XXX with ElfW(XXX) in dl-irel.hH.J. Lu1-0/+5
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-02-25Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab1-1/+4
2010-03-24Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKINGUlrich Drepper1-1/+5
2009-12-15Avoid ELF lookup race.Ulrich Drepper1-3/+5
2008-01-17* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper1-0/+9
2007-09-29* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper1-2/+5
2007-09-18* sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper1-0/+2
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper1-3/+0
2007-06-19* sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper1-0/+3
2007-05-11* sysdeps/unix/sysv/linux/tst-getcpu.c: New file.Ulrich Drepper1-5/+5
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-10/+8
2007-07-31.Jakub Jelinek1-8/+10
2006-10-27USE_TLS support is now default.Ulrich Drepper1-6/+4
2006-10-27* elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper1-28/+3
2006-10-10 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper1-3/+32
2006-09-21[BZ #3137]Ulrich Drepper1-1/+1
2006-07-10* elf/dl-lookup.c (dl_new_hash): New functions.cvs/fedora-glibc-20060710T2206Ulrich Drepper1-2/+14
2006-03-01* elf/tst-tls-dlinfo.c: New file.Roland McGrath1-109/+21
2005-03-18* include/link.h (struct link_map): Remove l_opencount. Add l_removed.Ulrich Drepper1-2/+3
2005-02-07[BZ #677]Ulrich Drepper1-1/+1
2005-01-18* include/link.h: Remove stray definition of pltenter.Ulrich Drepper1-2/+1
2005-01-06* csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper1-5/+70