aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-support.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-4/+5
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer1-1/+1
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho1-2/+1
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella1-0/+7
2020-01-03elf: Enable relro for static buildAdhemerval Zanella1-4/+14
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-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-8/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-03-11hurd: add gscope supportSamuel Thibault1-0/+3
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu1-0/+11
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu1-0/+1
2017-08-31elf: Remove internal_function attributeFlorian Weimer1-2/+0
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer1-2/+1
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar1-0/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Add framework for tunablesSiddhesh Poyarekar1-0/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-27Add AT_PLATFORM to _dl_aux_init ()Carlos Eduardo Seo1-0/+3
2015-09-25[BZ #17250] Fix static dlopen default library search pathMaciej W. Rozycki1-1/+0
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-07-03Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAILRichard Henderson1-7/+1
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki1-0/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-09-09Fix static-binary lazy FPU context allocationMaciej W. Rozycki1-0/+6
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold1-0/+4
2013-06-28[BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki1-7/+44
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-03-28Make _dl_phdr pointer to const.Roland McGrath1-2/+2
2013-03-15Clean up _dl_pagesize initialization.Roland McGrath1-4/+2
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath1-2/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-01Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO).Thomas Schwinge1-1/+1
2012-10-05Move _dl_important_hwcaps to dl-hwcaps.cH.J. Lu1-17/+0
2012-10-05Set up the data structures for vDSO in libc.aH.J. Lu1-0/+9
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson1-0/+2
2012-04-11New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar1-1/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-09-11Provide static initializer for _dl_pagesize in statically linked codeUlrich Drepper1-2/+3
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold1-2/+4
2010-09-15Don't try to free rpath strings allocated during startupAndreas Schwab1-0/+3
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab1-0/+4
2010-04-05Obey LD_HWCAP_MASK in ld.so.cache lookups.roland/hwcap_maskRoland McGrath1-1/+9
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper1-0/+1
2009-01-11* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): TakeUlrich Drepper1-1/+7
2008-08-14* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo allUlrich Drepper1-7/+0
2008-07-24* elf/elf.h: Define AT_EXECFN.Ulrich Drepper1-1/+8
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper1-0/+2