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