about summary refs log tree commit diff
path: root/sysdeps/generic/ldsodefs.h
Commit message (Expand)AuthorAgeFilesLines
* ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu2017-06-081-0/+4
* tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar2017-06-071-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock2016-12-261-0/+11
* Remove unused function _dl_tls_setupFlorian Weimer2016-12-211-6/+0
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-301-18/+28
* Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki2016-07-011-0/+13
* Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault2016-04-101-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Mark _dl_catch_error hiddenH.J. Lu2015-10-151-0/+12
* Mark internal _dl_XXX functions hiddenH.J. Lu2015-10-151-18/+24
* Always enable pointer guard [BZ #18928]Florian Weimer2015-10-151-3/+0
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu2015-03-311-1/+11
* Fix recursive dlopen.Carlos O'Donell2015-01-211-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-6/+6
* Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers2014-11-051-3/+1
* Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers2014-11-051-2/+1
* Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers2014-11-041-8/+2
* Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAILRichard Henderson2014-07-031-1/+1
* Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson2014-07-031-5/+0
* Remove stray includes of kernel-features.h.Joseph Myers2014-06-251-1/+0
* Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath2014-04-031-3/+1
* Revert "Fix HP_SMALL_TIMING_AVAIL -Wundef warnings"Will Newton2014-03-171-2/+2
* Fix HP_SMALL_TIMING_AVAIL -Wundef warningsWill Newton2014-03-171-2/+2
* BZ #16613: Support TLS in audit libraries.Carlos O'Donell2014-02-251-0/+3
* Revert "Patch [1/4] async-signal safe TLS."Allan McRae2014-02-061-5/+0
* Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-061-5/+0
* Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-061-6/+0
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Patch 2/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-181-0/+6
* Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-181-0/+5
* Patch [1/4] async-signal safe TLS.Paul Pluzhnikov2013-12-181-0/+5
* Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin2013-11-211-2/+3
* Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2013-06-281-0/+4
* 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