Age | Commit message (Expand) | Author |
2024-02-29 | Add time64 support for sparc. | Dmitry Chestnykh |
2024-02-28 | ldso: Use statx() when time64 is enabled. | Dmitry Chestnykh |
2024-02-25 | ldso: Remove unneeded semicolons. | Dmitry Chestnykh |
2024-02-20 | Remove duplicate semicolons | Marcus Haehnel |
2024-02-19 | Rename `reloc_addr` to suppress `-Wshadow` warning. | Dmitry Chestnykh |
2024-02-07 | ld.so: Add support of DT_RELR relocation format. | Dmitry Chestnykh |
2024-01-18 | c6x: fix duplicate include | Waldemar Brodkorb |
2023-12-12 | elf: support ELF binaries in noMMU | Greg Ungerer |
2023-08-14 | c6x compile fix vdso support | lordrasmus |
2023-08-14 | add vsdo support | lordrasmus |
2022-12-19 | add getauxval() implementation | ramin |
2021-12-24 | Fix -Wundef related warnings | Yann Sionneau |
2020-04-01 | statx: make include conditional, fixes non-csky arch buildroot builds | Waldemar Brodkorb |
2020-02-03 | csky: add statx conditionals | Waldemar Brodkorb |
2018-08-10 | Fix htab_delete loop counter | Christophe Lyon |
2018-08-10 | Fix bug in _dl_pread when using pread64 syscall | Christophe Lyon |
2018-08-10 | rtld: Add FDPIC code for arm | Christophe Lyon |
2018-08-10 | rtld: Add #if defined (__FDPIC__) | Christophe Lyon |
2018-02-03 | bits/mman.h: consolidate header file | Waldemar Brodkorb |
2017-06-21 | remove editor hints for vi | Waldemar Brodkorb |
2017-02-01 | add experimental aarch64 support | Waldemar Brodkorb |
2016-06-22 | ldso: Consistently set & use DL_OPENED flag in both ld.so and libdl | Leonid Lisovskiy |
2016-02-07 | frv: resurrect port somehow, totally untested | Waldemar Brodkorb |
2016-01-31 | ldso: Use single rtld_flags interpretation through all the calls | Leonid Lisovskiy |
2015-11-23 | xtensa: remove ldso workaround by real pointer check | Waldemar Brodkorb |
2015-10-16 | ia64: enable and fix compile issues | Waldemar Brodkorb |
2015-08-02 | simplify, as the other does not work correctly, suggested by tg | Waldemar Brodkorb |
2015-07-11 | builtin_unreachable is not available for older gcc | Waldemar Brodkorb |
2015-06-10 | avoid some compiler warnings | Waldemar Brodkorb |
2015-04-24 | merge uClibc changes | Waldemar Brodkorb |
2015-04-22 | NPTL: Rename a variable | Bernhard Reutner-Fischer |
2015-04-13 | gcc 4.4 does not have __builtin_unreachable | Waldemar Brodkorb |
2015-03-29 | merge uClibc git master | Waldemar Brodkorb |
2015-03-26 | ldso: mark _dl_exit as noreturn | Bernhard Reutner-Fischer |
2015-01-25 | add support for $ORIGIN | Waldemar Brodkorb |
2014-12-28 | sparc64 support was removed recently | Waldemar Brodkorb |
2014-09-22 | xtensa: add support for NPTL | Waldemar Brodkorb |
2013-12-20 | ldso: use unlikely macro | Bernhard Reutner-Fischer |
2013-11-06 | ldso: remove duplicate function declarations | Baruch Siach |
2013-03-14 | ldso: Fix Build warnings with common-generic ABI build | Vineet Gupta |
2013-02-20 | ldso: Use newer syscalls if arch does not have the deprecated syscalls | Markos Chandras |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-11-18 | ldso: include dlfcn.h for RTLD_NODELETE | Mike Frysinger |
2012-06-15 | dl-defs.h: avoid including dl-sysdep.h if compiling hostutils | Peter S. Mazinger |
2012-06-15 | ldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.so | Peter S. Mazinger |
2012-06-15 | dl-string.h: include dl-defs.h instead of dl-sysdep.h | Peter S. Mazinger |
2012-06-15 | dl-defs.h: include dl-sysdep.h before fallbacks. | Peter S. Mazinger |
2012-06-15 | dl-elf.h: add some includes and fix comments | Peter S. Mazinger |
2012-06-15 | ldso/include: change guard of headers to reflect the file names. | Peter S. Mazinger |
2012-06-15 | dl-string.h: change IS_IN_libdl guard to IS_IN_rtld | Peter S. Mazinger |