aboutsummaryrefslogtreecommitdiff
path: root/dlfcn
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Add a hunk lost in mergeStan Shebs1-0/+8
2014-11-23Fix arm build by only using _itoa when building ld-linux, and not 'sln'. Also...Paul Pluzhnikov1-18/+1
2014-03-10For Google b/8315591, experimental implementation of dlopen_with_offset.Paul Pluzhnikov5-25/+108
2014-02-28Disable static linking warning for dlopen and dlmopen, and disable linking wa...Paul Pluzhnikov2-0/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer10-10/+12
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar2-2/+2
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu4-19/+1
2017-08-31dlfcn: Remove internal_function attributeFlorian Weimer1-1/+0
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg1-4/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer2-6/+2
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer4-7/+7
2016-10-28Fix warning caused by unused-result in bug-atexit3-lib.ccGabriel F T Gomes1-2/+10
2016-06-06tst-rec-dlopen: Fix build fail due to missing inclusion of string.hStefan Liebler1-0/+1
2016-06-05tst-rec-dlopen: Use interposed malloc instead of hooksFlorian Weimer1-25/+59
2016-03-15Fix building glibc master with NDEBUG and --with-cpu.Carlos O'Donell1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2015-12-15Fix aliasing violation in tst-rec-dlopenFlorian Weimer1-1/+1
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-03-27Convert dlfcn/tststatic to use test-skeleton.Roland McGrath1-2/+5
2015-03-10Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath1-2/+5
2015-03-04Avoid C++ tests when the C++ cannot be linked.Roland McGrath1-2/+7
2015-02-27Convert dlfcn/tststatic2 to use test-skeleton.Roland McGrath1-2/+5
2015-01-21Update copyright year to 2015 for new files.Carlos O'Donell1-2/+1
2015-01-21Fix recursive dlopen.Carlos O'Donell4-2/+172
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers32-32/+32
2014-11-27Fix dlfcn/failtestmod.c warning.Joseph Myers1-2/+1
2014-11-24Remove IS_IN_libdlSiddhesh Poyarekar9-9/+9
2014-09-16Include .interp section only for libc.soSiddhesh Poyarekar1-200/+0
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+3
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka10-11/+11
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae33-33/+33
2013-09-04Remove --disable-versioning.Joseph Myers3-5/+1
2013-08-27[BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functionsMike Frysinger5-5/+142
2013-06-28Add a dlopen/getpagesize static executable test.Maciej W. Rozycki3-3/+109
2013-06-28[BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki4-3/+533
2013-06-21dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.Maciej W. Rozycki1-1/+1
2013-06-05Remove trailing whitespace.Joseph Myers1-2/+2
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-9/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers25-28/+25
2012-10-09Free errstring if _dl_addr doesn't returns 0Roland McGrath1-4/+7
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-6/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert25-75/+50
2012-01-08Static linking is always neededUlrich Drepper1-1/+1
2012-01-07Remove pre-ISO C supportUlrich Drepper1-10/+11
2012-01-07Remove non-ELF supportUlrich Drepper1-3/+3
2011-08-22Fix testsuite link failureAndreas Schwab1-1/+2
2010-07-01Fix dlfcn/Makefile cleanupAndreas Schwab1-1/+1