about summary refs log tree commit diff
path: root/sysdeps/generic/ldsodefs.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-0/+5
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Declare _dl_skip_args in ldsodefs.h header.Roland McGrath2013-05-071-0/+10
* Make _dl_phdr pointer to const.Roland McGrath2013-03-281-1/+1
* Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath2013-03-281-0/+6
* Move _dl_non_dynamic_init, _dl_aux_init declarations.Roland McGrath2013-03-151-0/+7
* Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath2013-03-011-1/+1
* New function _dl_find_dso_for_objectSiddhesh Poyarekar2013-02-181-0/+4
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.hH.J. Lu2012-09-281-0/+6
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-301-1/+1
* Move ldsodefs.h audit definitions to sysdeps directories.Joseph Myers2012-07-251-108/+0
* Add <sys/auxv.h> and getauxval.Richard Henderson2012-05-201-0/+3
* Hurd: Fix value of __libc_stack_endSamuel Thibault2012-05-101-1/+5
* New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar2012-04-111-1/+4
* Add forward declaration for La_x32_regs/La_x32_retvalH.J. Lu2012-03-221-0/+2
* Add x32 support to dynamic linker auditH.J. Lu2012-03-211-0/+9
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove Alpha support from ldsodefs.hUlrich Drepper2012-01-071-10/+0
* More IA-64 removalUlrich Drepper2012-01-071-11/+1
* Improve printing of lookup scopesUlrich Drepper2011-08-161-1/+1
* Warning patrol.Roland McGrath2011-08-141-1/+1
* Implement LD_DEBUG=scopesUlrich Drepper2011-08-131-2/+6
* _dl_sort_fini: Remove unused argumentMarek Polacek2011-07-191-3/+3
* Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-10-261-2/+5
* Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-241-4/+2
* Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab2010-05-031-0/+4
* Mark _dl_random attribute_relro in the header file.Richard Henderson2010-03-261-1/+1
* ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel2010-01-151-2/+3
* Handle unloading of DSO with a unique symbol definition.Ulrich Drepper2009-07-231-1/+1
* Remove warning and little optimization.Ulrich Drepper2009-07-161-0/+4
* Implement STB_GNU_UNIQUE handling.Ulrich Drepper2009-07-091-0/+15
* * elf/dl-open.c: Keep track of used name spaces and only iterate over cvs/fedora-glibc-20090401T0935Ulrich Drepper2009-04-011-0/+2
* * elf/dl-load.c: Remove support for systems without MAP_ANON.Ulrich Drepper2009-03-311-5/+0
* [BZ #9733]Ulrich Drepper2009-03-161-2/+2
* * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): TakeUlrich Drepper2009-01-111-1/+4
* * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo allUlrich Drepper2008-08-141-5/+0
* * elf/elf.h: Define AT_EXECFN.Ulrich Drepper2008-07-241-0/+6
* [BZ #5786]Ulrich Drepper2008-03-081-0/+3
* * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper2008-03-081-2/+3
* * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store cvs/fedora-glibc-20070929T1859Ulrich Drepper2007-09-291-2/+2
* * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper2007-09-181-1/+3
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-4/+12
* * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper2007-06-191-11/+13
* * elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper2007-05-191-0/+2
* * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.Ulrich Drepper2007-01-151-3/+5
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-51/+21
* .Jakub Jelinek2007-07-311-21/+51
* * configure.in: Require assembler support for visibility, compilerUlrich Drepper2006-10-281-14/+6
* USE_TLS support is now default.Ulrich Drepper2006-10-271-10/+2