Age | Commit message (Expand) | Author |
2012-05-14 | Use _dl_fatal_printf instead of a private variant. | Roland McGrath |
2012-05-11 | Add x32 support to STACK_CHK_GUARD | H.J. Lu |
2012-05-11 | Add x32 support to TLS_LE/TLS_IE/TLS_GD | H.J. Lu |
2012-05-10 | Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32 | H.J. Lu |
2012-05-10 | Hurd: Build pldd also if use-ldconfig != yes || build-shared != yes | Thomas Schwinge |
2012-05-09 | Make ldconfig message clearer | Andreas Jaeger |
2012-05-03 | Fix make clean for recent elf/Makefile changes. | Roland McGrath |
2012-05-02 | Fix test-suite failues with -Wl,--as-needed | Allan McRae |
2012-05-02 | For PR 14055, add bounds check to _dl_show_auxv(). | Paul Pluzhnikov |
2012-05-01 | Redirect check-localplt output to check-localplt.out. | Roland McGrath |
2012-05-01 | Do check-localplt test using readelf rather than a build-time C program. | Roland McGrath |
2012-05-01 | Do check-execstack test using readelf rather than a build-time C program. | Roland McGrath |
2012-05-01 | Do check-textrel test using readelf rather than a build-time C program. | Roland McGrath |
2012-04-28 | Don't run tests when cross-compiling | Andreas Schwab |
2012-04-25 | Parse hexadecimal and octal strings correctly | Siddhesh Poyarekar |
2012-04-24 | Add flexibility to localplt-*.data files, using an awk script rather than dif... | Roland McGrath |
2012-04-16 | Prevent warning in pldd. | Marek Polacek |
2012-04-13 | Check __ILP32__ instead of __LP64__ | H.J. Lu |
2012-04-10 | Fix ld.so regression. | David S. Miller |
2012-04-11 | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar |
2012-04-07 | Handle some new sparc relocation types. | David S. Miller |
2012-04-07 | Simplify _ELF_DYNAMIC_DO_RELOC after combining the old two defs. | Carlos O'Donell |
2012-04-05 | Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC. | David S. Miller |
2012-04-05 | Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly. | David S. Miller |
2012-03-21 | Add x32 support to dynamic linker audit | H.J. Lu |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu |
2012-03-16 | Add x32 support to ldconfig | H.J. Lu |
2012-03-09 | Fix bugs in sparc PLT profiling register management, and add sparc sotruss su... | David S. Miller |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper |
2012-02-29 | Always set l_used for vDSO. | Marek Polacek |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2012-02-09 | Avoid pointer type mismatch warning. | Richard Henderson |
2012-01-30 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper |
2012-01-30 | Optimize __get_tls_addr a bit | Ulrich Drepper |
2012-01-30 | Add Tile relocation types. | Chris Metcalf |
2012-01-27 | Sort objects before relocations | Ulrich Drepper |
2012-01-27 | Fix comment | Ulrich Drepper |
2012-01-25 | Remove gets declarations in C++ tests. | Joseph Myers |
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper |
2012-01-08 | Static linking is always needed | Ulrich Drepper |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper |
2012-01-07 | Remove non-ELF support | Ulrich Drepper |
2012-01-07 | More IA-64 removal | Ulrich Drepper |
2012-01-07 | Add explicit declaration of gets in C++ code | Ulrich Drepper |
2012-01-01 | Also update new programs | Ulrich Drepper |
2012-01-01 | Update copyright year | Ulrich Drepper |
2011-12-23 | Add missing inline keyword | Marek Polacek |
2011-11-12 | Fix warning in __dl_iterate_phdr | Ulrich Drepper |
2011-11-04 | Fix off-by-one when reading link name in sprof | Andreas Schwab |
2011-11-01 | Account for alloca size rounding in extend_alloca | Andreas Schwab |