Age | Commit message (Expand) | Author |
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 |
2012-06-15 | dl-string.h: use __powerpc__ guard instead of powerpc | Peter S. Mazinger |
2012-06-15 | dl-string.h: remove mips related guard | Peter S. Mazinger |
2012-06-15 | libdl: no need for _dl_strstr in libdl, use strstr | Peter S. Mazinger |
2012-06-15 | dl-hash.h: remove unused _dl_symbol and unneeded prototypes | Peter S. Mazinger |
2012-06-15 | dl-elf.h: remove unused prototype | Peter S. Mazinger |
2012-06-15 | libdl.c,dl-string.h: do not use inlined _dl_memset and others in libdl | Peter S. Mazinger |
2012-06-06 | Clean up DSBT support | Mark Salter |
2012-04-08 | ldso: fix fdpic support broken from prelink patch | Filippo Arcidiacono |
2012-01-02 | ldso: simplify interp path search logic | Mike Frysinger |
2011-11-27 | ldso: use __func__ rather than __FUNCTION__ | Mike Frysinger |
2011-11-07 | ldso: support RTLD_NOLOAD | Timo Teräs |