summaryrefslogtreecommitdiff
path: root/elf/dl-support.c
AgeCommit message (Expand)Author
2015-01-23Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-20Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2013-09-09Fix static-binary lazy FPU context allocationMaciej W. Rozycki
2013-09-01Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold
2013-06-28[BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki
2013-05-26Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2013-05-23Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2013-05-20Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-03-28Make _dl_phdr pointer to const.Roland McGrath
2013-03-15Clean up _dl_pagesize initialization.Roland McGrath
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-03Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-11-01Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO).Thomas Schwinge
2012-11-01Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-10-05Move _dl_important_hwcaps to dl-hwcaps.cH.J. Lu
2012-10-05Set up the data structures for vDSO in libc.aH.J. Lu
2012-07-22Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson
2012-04-11New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar
2012-04-05Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-11Merge branch 't/pagesize' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2011-10-11WIP.Thomas Schwinge
2011-10-09Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2011-09-16Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2011-09-16Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2011-09-11Provide static initializer for _dl_pagesize in statically linked codeUlrich Drepper
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold
2010-09-15Don't try to free rpath strings allocated during startupAndreas Schwab
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab
2010-04-09Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2010-04-05Obey LD_HWCAP_MASK in ld.so.cache lookups.Roland McGrath
2010-03-17Merge branch 'master' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2010-03-01Merge branch 't/gscope' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2010-01-25glibc-2.8/debian/patches/hurd-i386/local-gscope.diff 3085Thomas Schwinge
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper
2009-01-11* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): TakeUlrich Drepper
2008-08-14* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo allUlrich Drepper
2008-07-24* elf/elf.h: Define AT_EXECFN.Ulrich Drepper
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper
2007-03-13 * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV. Richard Henderson
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-12-19* elf/dl-support.c: Include dl-procinfo.h.Ulrich Drepper