Age | Commit message (Expand) | Author | Files | Lines |
2015-03-10 | Let tests result in UNSUPPORTED; use that for unbuildable C++ cases | Roland McGrath | 1 | -2/+5 |
2015-03-04 | Avoid C++ tests when the C++ cannot be linked. | Roland McGrath | 1 | -2/+7 |
2015-02-27 | Convert dlfcn/tststatic2 to use test-skeleton. | Roland McGrath | 1 | -2/+5 |
2015-01-21 | Update copyright year to 2015 for new files. | Carlos O'Donell | 1 | -2/+1 |
2015-01-21 | Fix recursive dlopen. | Carlos O'Donell | 4 | -2/+172 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 32 | -32/+32 |
2014-11-27 | Fix dlfcn/failtestmod.c warning. | Joseph Myers | 1 | -2/+1 |
2014-11-24 | Remove IS_IN_libdl | Siddhesh Poyarekar | 9 | -9/+9 |
2014-09-16 | Include .interp section only for libc.so | Siddhesh Poyarekar | 1 | -200/+0 |
2014-02-28 | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 1 | -1/+1 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -2/+3 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 10 | -11/+11 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 33 | -33/+33 |
2013-09-04 | Remove --disable-versioning. | Joseph Myers | 3 | -5/+1 |
2013-08-27 | [BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functions | Mike Frysinger | 5 | -5/+142 |
2013-06-28 | Add a dlopen/getpagesize static executable test. | Maciej W. Rozycki | 3 | -3/+109 |
2013-06-28 | [BZ #15022] Correct global-scope dlopen issues in static executables. | Maciej W. Rozycki | 4 | -3/+533 |
2013-06-21 | dlfcn/Makefile: Avoid repeated $(*-ENV) definitions. | Maciej W. Rozycki | 1 | -1/+1 |
2013-06-05 | Remove trailing whitespace. | Joseph Myers | 1 | -2/+2 |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 1 | -9/+1 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 25 | -28/+25 |
2012-10-09 | Free errstring if _dl_addr doesn't returns 0 | Roland McGrath | 1 | -4/+7 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -6/+0 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 25 | -75/+50 |
2012-01-08 | Static linking is always needed | Ulrich Drepper | 1 | -1/+1 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -10/+11 |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 1 | -3/+3 |
2011-08-22 | Fix testsuite link failure | Andreas Schwab | 1 | -1/+2 |
2010-07-01 | Fix dlfcn/Makefile cleanup | Andreas Schwab | 1 | -1/+1 |
2010-06-14 | dlfcn/Makefile cleanup | Andreas Schwab | 1 | -20/+6 |
2009-06-09 | Remove comma at end of enum. | J.H.M. Dassen | 1 | -3/+2 |
2008-09-17 | * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag. | Ulrich Drepper | 1 | -1/+2 |
2008-03-08 | * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add | Ulrich Drepper | 1 | -2/+2 |
2007-07-12 | [BZ #4775, BZ #4776] | Ulrich Drepper | 3 | -5/+8 |
2007-06-19 | * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements | Ulrich Drepper | 1 | -4/+3 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2 | -14/+6 |
2007-07-31 | . | Jakub Jelinek | 2 | -6/+14 |
2006-10-28 | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 1 | -4/+1 |
2006-10-27 | USE_TLS support is now default. | Ulrich Drepper | 1 | -7/+1 |
2006-08-31 | * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Addcvs/fedora-glibc-20060831T1812 | Ulrich Drepper | 1 | -1/+2 |
2006-08-21 | [BZ #3018] | Ulrich Drepper | 1 | -1/+1 |
2006-07-28 | * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of | Ulrich Drepper | 1 | -1/+1 |
2006-07-27 | * dlfcn/Makefile: Add rules to build and run bug-atexit3. | Ulrich Drepper | 3 | -3/+51 |
2006-07-26 | * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be | Ulrich Drepper | 1 | -5/+12 |
2006-03-01 | * elf/tst-tls-dlinfo.c: New file. | Roland McGrath | 2 | -3/+42 |
2005-12-27 | * posix/tst-execle1.c (do_test): Add a const. | Roland McGrath | 1 | -1/+1 |
2005-11-05 | * configure.in: If init_array/fini_array support is not available, | Ulrich Drepper | 1 | -5/+5 |
2005-10-16 | 2005-10-16 Daniel Jacobowitz <dan@codesourcery.com> | Roland McGrath | 1 | -2/+0 |
2005-09-28 | [BZ #1158] | Ulrich Drepper | 5 | -4/+480 |
2005-06-12 | * elf/dl-error.c (_dl_signal_error): Store information about use of | Ulrich Drepper | 1 | -2/+4 |