summaryrefslogtreecommitdiff
path: root/ldso/include
AgeCommit message (Expand)Author
5 daysFix vDSO support for all supported architectures.Dmitry Chestnykh
2024-02-29Add time64 support for sparc.Dmitry Chestnykh
2024-02-28ldso: Use statx() when time64 is enabled.Dmitry Chestnykh
2024-02-25ldso: Remove unneeded semicolons.Dmitry Chestnykh
2024-02-20Remove duplicate semicolonsMarcus Haehnel
2024-02-19Rename `reloc_addr` to suppress `-Wshadow` warning.Dmitry Chestnykh
2024-02-07ld.so: Add support of DT_RELR relocation format.Dmitry Chestnykh
2024-01-18c6x: fix duplicate includeWaldemar Brodkorb
2023-12-12elf: support ELF binaries in noMMUGreg Ungerer
2023-08-14c6x compile fix vdso supportlordrasmus
2023-08-14add vsdo supportlordrasmus
2022-12-19add getauxval() implementationramin
2021-12-24Fix -Wundef related warningsYann Sionneau
2020-04-01statx: make include conditional, fixes non-csky arch buildroot buildsWaldemar Brodkorb
2020-02-03csky: add statx conditionalsWaldemar Brodkorb
2018-08-10Fix htab_delete loop counterChristophe Lyon
2018-08-10Fix bug in _dl_pread when using pread64 syscallChristophe Lyon
2018-08-10rtld: Add FDPIC code for armChristophe Lyon
2018-08-10rtld: Add #if defined (__FDPIC__)Christophe Lyon
2018-02-03bits/mman.h: consolidate header fileWaldemar Brodkorb
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-02-01add experimental aarch64 supportWaldemar Brodkorb
2016-06-22ldso: Consistently set & use DL_OPENED flag in both ld.so and libdlLeonid Lisovskiy
2016-02-07frv: resurrect port somehow, totally untestedWaldemar Brodkorb
2016-01-31ldso: Use single rtld_flags interpretation through all the callsLeonid Lisovskiy
2015-11-23xtensa: remove ldso workaround by real pointer checkWaldemar Brodkorb
2015-10-16ia64: enable and fix compile issuesWaldemar Brodkorb
2015-08-02simplify, as the other does not work correctly, suggested by tgWaldemar Brodkorb
2015-07-11builtin_unreachable is not available for older gccWaldemar Brodkorb
2015-06-10avoid some compiler warningsWaldemar Brodkorb
2015-04-24merge uClibc changesWaldemar Brodkorb
2015-04-22NPTL: Rename a variableBernhard Reutner-Fischer
2015-04-13gcc 4.4 does not have __builtin_unreachableWaldemar Brodkorb
2015-03-29merge uClibc git masterWaldemar Brodkorb
2015-03-26ldso: mark _dl_exit as noreturnBernhard Reutner-Fischer
2015-01-25add support for $ORIGINWaldemar Brodkorb
2014-12-28sparc64 support was removed recentlyWaldemar Brodkorb
2014-09-22xtensa: add support for NPTLWaldemar Brodkorb
2013-12-20ldso: use unlikely macroBernhard Reutner-Fischer
2013-11-06ldso: remove duplicate function declarationsBaruch Siach
2013-03-14ldso: Fix Build warnings with common-generic ABI buildVineet Gupta
2013-02-20ldso: Use newer syscalls if arch does not have the deprecated syscallsMarkos Chandras
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18ldso: include dlfcn.h for RTLD_NODELETEMike Frysinger
2012-06-15dl-defs.h: avoid including dl-sysdep.h if compiling hostutilsPeter S. Mazinger
2012-06-15ldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.soPeter S. Mazinger
2012-06-15dl-string.h: include dl-defs.h instead of dl-sysdep.hPeter S. Mazinger
2012-06-15dl-defs.h: include dl-sysdep.h before fallbacks.Peter S. Mazinger
2012-06-15dl-elf.h: add some includes and fix commentsPeter S. Mazinger
2012-06-15ldso/include: change guard of headers to reflect the file names.Peter S. Mazinger