| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type. | Ryan S. Arnold | 2013-06-28 | 1 | -0/+4 |
* | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 2013-05-29 | 1 | -0/+5 |
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 1 | -0/+1 |
* | Declare _dl_skip_args in ldsodefs.h header. | Roland McGrath | 2013-05-07 | 1 | -0/+10 |
* | Make _dl_phdr pointer to const. | Roland McGrath | 2013-03-28 | 1 | -1/+1 |
* | Consolidate declarations of _dl_phdr, _dl_phnum. | Roland McGrath | 2013-03-28 | 1 | -0/+6 |
* | Move _dl_non_dynamic_init, _dl_aux_init declarations. | Roland McGrath | 2013-03-15 | 1 | -0/+7 |
* | Fix NEED_DL_SYSINFO_DSO conditionals. | Roland McGrath | 2013-03-01 | 1 | -1/+1 |
* | New function _dl_find_dso_for_object | Siddhesh Poyarekar | 2013-02-18 | 1 | -0/+4 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h | H.J. Lu | 2012-09-28 | 1 | -0/+6 |
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 1 | -1/+1 |
* | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | 2012-07-25 | 1 | -108/+0 |
* | Add <sys/auxv.h> and getauxval. | Richard Henderson | 2012-05-20 | 1 | -0/+3 |
* | Hurd: Fix value of __libc_stack_end | Samuel Thibault | 2012-05-10 | 1 | -1/+5 |
* | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar | 2012-04-11 | 1 | -1/+4 |
* | Add forward declaration for La_x32_regs/La_x32_retval | H.J. Lu | 2012-03-22 | 1 | -0/+2 |
* | Add x32 support to dynamic linker audit | H.J. Lu | 2012-03-21 | 1 | -0/+9 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Remove Alpha support from ldsodefs.h | Ulrich Drepper | 2012-01-07 | 1 | -10/+0 |
* | More IA-64 removal | Ulrich Drepper | 2012-01-07 | 1 | -11/+1 |
* | Improve printing of lookup scopes | Ulrich Drepper | 2011-08-16 | 1 | -1/+1 |
* | Warning patrol. | Roland McGrath | 2011-08-14 | 1 | -1/+1 |
* | Implement LD_DEBUG=scopes | Ulrich Drepper | 2011-08-13 | 1 | -2/+6 |
* | _dl_sort_fini: Remove unused argument | Marek Polacek | 2011-07-19 | 1 | -3/+3 |
* | Fix concurrency problem between dl_open and dl_iterate_phdr | Andreas Krebbel | 2010-10-26 | 1 | -2/+5 |
* | Require suid bit on audit objects in privileged programs | Andreas Schwab | 2010-10-24 | 1 | -4/+2 |
* | Don't deadlock in __dl_iterate_phdr while (un)loading objects. | Andreas Schwab | 2010-05-03 | 1 | -0/+4 |
* | Mark _dl_random attribute_relro in the header file. | Richard Henderson | 2010-03-26 | 1 | -1/+1 |
* | ld.so: Adjust the auxv if ld.so is directly invoked. | Andreas Krebbel | 2010-01-15 | 1 | -2/+3 |
* | Handle unloading of DSO with a unique symbol definition. | Ulrich Drepper | 2009-07-23 | 1 | -1/+1 |
* | Remove warning and little optimization. | Ulrich Drepper | 2009-07-16 | 1 | -0/+4 |
* | Implement STB_GNU_UNIQUE handling. | Ulrich Drepper | 2009-07-09 | 1 | -0/+15 |
* | * elf/dl-open.c: Keep track of used name spaces and only iterate over cvs/fedora-glibc-20090401T0935 | Ulrich Drepper | 2009-04-01 | 1 | -0/+2 |
* | * elf/dl-load.c: Remove support for systems without MAP_ANON. | Ulrich Drepper | 2009-03-31 | 1 | -5/+0 |
* | [BZ #9733] | Ulrich Drepper | 2009-03-16 | 1 | -2/+2 |
* | * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take | Ulrich Drepper | 2009-01-11 | 1 | -1/+4 |
* | * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all | Ulrich Drepper | 2008-08-14 | 1 | -5/+0 |
* | * elf/elf.h: Define AT_EXECFN. | Ulrich Drepper | 2008-07-24 | 1 | -0/+6 |
* | [BZ #5786] | Ulrich Drepper | 2008-03-08 | 1 | -0/+3 |
* | * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add | Ulrich Drepper | 2008-03-08 | 1 | -2/+3 |
* | * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store cvs/fedora-glibc-20070929T1859 | Ulrich Drepper | 2007-09-29 | 1 | -2/+2 |
* | * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition. | Ulrich Drepper | 2007-09-18 | 1 | -1/+3 |
* | * elf/dl-close.c (free_mem): Free _dl_scope_free_list. | Ulrich Drepper | 2007-06-20 | 1 | -4/+12 |
* | * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements | Ulrich Drepper | 2007-06-19 | 1 | -11/+13 |
* | * elf/dl-close.c (_dl_close_worker): When removing object from | Ulrich Drepper | 2007-05-19 | 1 | -0/+2 |
* | * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK. | Ulrich Drepper | 2007-01-15 | 1 | -3/+5 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -51/+21 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -21/+51 |
* | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 2006-10-28 | 1 | -14/+6 |