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