| Age | Commit message (Expand) | Author |
| 2018-02-11 | Wrap PowerPC #pragma goop in #if __GNUC_PREREQ__(6,0). | jakllsch |
| 2018-02-07 | update for GCC 6: | mrg |
| 2017-11-06 | init/fini for the main program is handled by crt0.o, so ifunc handling | joerg |
| 2017-08-12 | Add sparc/sparc64 support for irelative relocations. | joerg |
| 2017-08-10 | Add IRELATIVE support for ARM, X86 and PowerPC. | joerg |
| 2017-07-11 | Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This | joerg |
| 2017-06-08 | Call _rtld_debug_state before running the global initialisers, so give | joerg |
| 2017-02-27 | tag the powerpc hackish_return_address() as __noinline. | chs |
| 2016-12-01 | n dl_iterate_phdr return the path not the name. | christos |
| 2016-12-01 | Instead of using a function to resolve symbols that should be supplied by | christos |
| 2016-11-30 | add missing newline in comment | christos |
| 2016-11-30 | Emulate the standard symbol search order in dlsym() i.e. resolve weak or | christos |
| 2016-05-24 | Put the name of the dynamic linker in allocated memory, so that it becomes | christos |
| 2015-04-06 | Fix membars around rtld internal mutex. | yamt |
| 2015-04-04 | lib/49813: Release mutex on error. | joerg |
| 2015-03-05 | HPPA hack for a problem where gdb doesn't see _rtld_debug_state when | skrll |
| 2014-08-25 | Add basic support for indirect functions. It allows providing a public | joerg |
| 2014-03-18 | Ignore LD_BIND_NOW for setuid binaries, but keep it in the environment | joerg |
| 2014-01-31 | Catch up with _lwp_park change. | joerg |
| 2013-11-20 | If dlopen of the dynamic linker is requested, e.g. by rump in | skrll |
| 2013-10-19 | fix unused variable warnings | christos |
| 2013-05-09 | Remove redundant assignment. Hasn't been needed since 1999. | skrll |
| 2013-05-09 | remove stray debugging | christos |
| 2013-05-09 | convert to SIMPLEQ like the rest of the queues. | christos |
| 2013-05-06 | Fixed handling of DT_SONAME: | christos |
| 2013-05-06 | Trailing whitespace | skrll |
| 2013-05-06 | Disalble a debug only where it causes problems. | skrll |
| 2013-05-03 | Remove dbg for _ctype_ | matt |
| 2013-05-02 | Print out &_DYNAMIC too. | matt |
| 2012-12-16 | Fix the other lwp_park() to pass 0 for the 'unpark' lwp. | dsl |
| 2012-12-16 | You need to pass 0 (not -1) to lwp_park() if you don't also | dsl |
| 2012-10-01 | On failure in _rtld_dlcheck, call _rtld_error, not xwarnx. | riastradh |
| 2012-08-15 | Add .init_array/.fini_array support (conditionalized on HAVE_INITFINI_ARRAY). | matt |
| 2012-03-13 | Mark _rtld_debug_state as not to be inlined. Add an explicit instruction | joerg |
| 2012-02-16 | Add _dlauxinfo helper function to provide access to the ELF auxilary | joerg |
| 2011-11-25 | Unbreak RTLD_NEXT and co on platforms that don't inline or tail call | joerg |
| 2011-11-17 | FreeBSD bug report 161344: TLS area for the main thread is set up to | joerg |
| 2011-10-23 | Don't block SIGTRAP so that on architectures where the debugger needs to | christos |
| 2011-08-13 | disable debugging that makes us core dump | christos |
| 2011-06-25 | PR/45015: ld.elf_so: support ELF symbol versioning | nonaka |
| 2011-04-02 | Revert pthread_atfork related change not intended for commit yet. | joerg |
| 2011-04-02 | Unbreak HPPA | joerg |
| 2011-03-29 | Block signals when using the exclusive lock. | joerg |
| 2011-03-28 | Refine locking scheme around init/fini to not hold the exclusive lock. | joerg |
| 2011-03-27 | exit, not enter | joerg |
| 2011-03-27 | Handle _rtld_exit as full entry point since other threads may still be | joerg |
| 2011-03-27 | Add some debug messages for explicit rtld entry points | joerg |
| 2011-03-27 | Locking around dlclose() | joerg |
| 2011-03-26 | Fix merge error that broke HPPA | joerg |
| 2011-03-25 | Add basic locking to ld.elf_so. | joerg |