summaryrefslogtreecommitdiff
path: root/dlfcn
Commit message (Expand)AuthorAgeFilesLines
* Convert dlfcn/tststatic to use test-skeleton.Roland McGrath2015-03-271-2/+5
* Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath2015-03-101-2/+5
* Avoid C++ tests when the C++ cannot be linked.Roland McGrath2015-03-041-2/+7
* Convert dlfcn/tststatic2 to use test-skeleton.Roland McGrath2015-02-271-2/+5
* Update copyright year to 2015 for new files.Carlos O'Donell2015-01-211-2/+1
* Fix recursive dlopen.Carlos O'Donell2015-01-214-2/+172
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0232-32/+32
* Fix dlfcn/failtestmod.c warning.Joseph Myers2014-11-271-2/+1
* Remove IS_IN_libdlSiddhesh Poyarekar2014-11-249-9/+9
* Include .interp section only for libc.soSiddhesh Poyarekar2014-09-161-200/+0
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+3
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-1010-11/+11
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0133-33/+33
* Remove --disable-versioning.Joseph Myers2013-09-043-5/+1
* [BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functionsMike Frysinger2013-08-275-5/+142
* Add a dlopen/getpagesize static executable test.Maciej W. Rozycki2013-06-283-3/+109
* [BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki2013-06-284-3/+533
* dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.Maciej W. Rozycki2013-06-211-1/+1
* Remove trailing whitespace.Joseph Myers2013-06-051-2/+2
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-9/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0225-28/+25
* Free errstring if _dl_addr doesn't returns 0Roland McGrath2012-10-091-4/+7
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-6/+0
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0925-75/+50
* Static linking is always neededUlrich Drepper2012-01-081-1/+1
* Remove pre-ISO C supportUlrich Drepper2012-01-071-10/+11
* Remove non-ELF supportUlrich Drepper2012-01-071-3/+3
* Fix testsuite link failureAndreas Schwab2011-08-221-1/+2
* Fix dlfcn/Makefile cleanupAndreas Schwab2010-07-011-1/+1
* dlfcn/Makefile cleanupAndreas Schwab2010-06-141-20/+6
* Remove comma at end of enum.J.H.M. Dassen2009-06-091-3/+2
* * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.Ulrich Drepper2008-09-171-1/+2
* * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper2008-03-081-2/+2
* [BZ #4775, BZ #4776]Ulrich Drepper2007-07-123-5/+8
* * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper2007-06-191-4/+3
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-112-14/+6
* .Jakub Jelinek2007-07-312-6/+14
* * configure.in: Require assembler support for visibility, compilerUlrich Drepper2006-10-281-4/+1
* USE_TLS support is now default.Ulrich Drepper2006-10-271-7/+1
* * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Addcvs/fedora-glibc-20060831T1812Ulrich Drepper2006-08-311-1/+2
* [BZ #3018]Ulrich Drepper2006-08-211-1/+1
* * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead ofUlrich Drepper2006-07-281-1/+1
* * dlfcn/Makefile: Add rules to build and run bug-atexit3.Ulrich Drepper2006-07-273-3/+51
* * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to beUlrich Drepper2006-07-261-5/+12
* * elf/tst-tls-dlinfo.c: New file.Roland McGrath2006-03-012-3/+42
* * posix/tst-execle1.c (do_test): Add a const.Roland McGrath2005-12-271-1/+1
* * configure.in: If init_array/fini_array support is not available,Ulrich Drepper2005-11-051-5/+5
* 2005-10-16 Daniel Jacobowitz <dan@codesourcery.com>Roland McGrath2005-10-161-2/+0
* [BZ #1158]Ulrich Drepper2005-09-285-4/+480