aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/ldsodefs.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-12Use a better workaround for clang lack of _builtin_va_arg_packStan Shebs1-3/+14
2021-08-27Add an LD_DEBUG=tls option to help debug thread-local storage handling in ld.soStan Shebs1-0/+5
2021-08-27Redesign the fastload support for additional performanceAmbrose Feinstein1-9/+15
2021-08-27Undid the dl_enable_fastload environment variable changes.Raman Tenneti1-1/+0
2021-08-27Add "fastload" support.Paul Pluzhnikov1-1/+66
2021-08-27Fix regressions in async-safe TLS, add run-time control for debugging, add mo...Stan Shebs1-0/+3
2021-08-27Fix TLS problems not handled by cherrypickStan Shebs1-3/+3
2021-08-27Revert upstream removal of async-safe TLS patches.Brooks Moses1-0/+16
2014-03-10For Google b/8315591, experimental implementation of dlopen_with_offset.Paul Pluzhnikov1-4/+8
2014-03-08For b/4074041, add EXEC_ORIGIN support. Forward-ported from cl/56955623 and h...Paul Pluzhnikov1-0/+3
2018-01-19Skip undefined va_arg_packStan Shebs1-0/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-27elf: remove redundant is_path argumentDmitry V. Levin1-2/+2
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer1-1/+19
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu1-0/+11
2017-11-27Consolidate link map sortingAndreas Schwab1-2/+2
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu1-4/+7
2017-10-01Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu1-3/+5
2017-08-31elf: Remove internal_function attributeFlorian Weimer1-61/+37
2017-08-14_dl_init: Remove internal_function attributeFlorian Weimer1-1/+1
2017-08-14_dl_fini: Remove internal_function attributeFlorian Weimer1-1/+1
2017-08-13ld.so: Remove internal_function attribute from various functionsFlorian Weimer1-11/+8
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer1-2/+2
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer1-21/+86
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu1-0/+4
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar1-0/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock1-0/+11
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer1-6/+0
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer1-18/+28
2016-07-01Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki1-0/+13
2016-04-10Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault1-0/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-15Mark _dl_catch_error hiddenH.J. Lu1-0/+12
2015-10-15Mark internal _dl_XXX functions hiddenH.J. Lu1-18/+24
2015-10-15Always enable pointer guard [BZ #18928]Florian Weimer1-3/+0
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-03-31Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu1-1/+11
2015-01-21Fix recursive dlopen.Carlos O'Donell1-2/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar1-6/+6
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers1-3/+1
2014-11-05Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers1-2/+1
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers1-8/+2
2014-07-03Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAILRichard Henderson1-1/+1
2014-07-03Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson1-5/+0
2014-06-25Remove stray includes of kernel-features.h.Joseph Myers1-1/+0
2014-04-03Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath1-3/+1
2014-03-17Revert "Fix HP_SMALL_TIMING_AVAIL -Wundef warnings"Will Newton1-2/+2
2014-03-17Fix HP_SMALL_TIMING_AVAIL -Wundef warningsWill Newton1-2/+2