| Age | Commit message (Expand) | Author |
| 2015-07-03 | Add an explicit note about the search path used by dlopen(3). | joerg |
| 2015-04-06 | Fix membars around rtld internal mutex. | yamt |
| 2015-04-04 | lib/49813: Release mutex on error. | joerg |
| 2015-03-27 | Update RISCV to use the ELF relocations and new ABI. | matt |
| 2015-03-05 | HPPA hack for a problem where gdb doesn't see _rtld_debug_state when | skrll |
| 2014-12-14 | fix powerpc TLS problems by removing the hacks for PPC EABI. | chs |
| 2014-10-30 | Avoid use after free, reported by the coverity scanner. | martin |
| 2014-09-19 | RISC-V support. | matt |
| 2014-09-19 | New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) | matt |
| 2014-09-03 | New files for OR1K support | matt |
| 2014-09-03 | OR1K support | matt |
| 2014-08-31 | Remove (now duplicated) target computation. | joerg |
| 2014-08-27 | remove unused define | christos |
| 2014-08-26 | Restore parenthesis to cast in the right order. | joerg |
| 2014-08-26 | Replace casts in the inline version of _rtld_call_function_void of | joerg |
| 2014-08-26 | fix set but not used. | christos |
| 2014-08-26 | Go back to skipping init/fini handling for ldd, makes problems for 32bit | joerg |
| 2014-08-26 | Introduce a cast to fix the build for Elf32 on _LP64. | christos |
| 2014-08-25 | Add basic support for indirect functions. It allows providing a public | joerg |
| 2014-08-23 | Outdated, kill. | joerg |
| 2014-08-23 | Typo. | joerg |
| 2014-08-17 | Add proper registers for register counts. | matt |
| 2014-08-17 | add a missing register prefix. | matt |
| 2014-08-15 | Use -fPIC since powerpc64 is always compiled as -fPIC and -fpic would cause | matt |
| 2014-08-13 | Build position independent on PPC64, too. | joerg |
| 2014-08-10 | Don't provide __gnu_Unwind_Find_exidx if __ARM_DWARF_EH__ is defined | matt |
| 2014-08-10 | Changes to existing files to enable building AARCH64 userland. | matt |
| 2014-08-10 | Preliminary files for AARCH64 (64-bit ARM) support. | matt |
| 2014-07-28 | Fix parenthesis on __ha macro | matt |
| 2014-04-02 | The table of masks applied for each relocation type was wrong for some | martin |
| 2014-03-22 | Make sure r1 is preserved _rtld_bind_start. | matt |
| 2014-03-21 | Simplify. If we got called via a calls $n, *pcrel32, instead of constructing | matt |
| 2014-03-21 | Improve some of the rdbg messages to print the address of the pltgot slot | matt |
| 2014-03-21 | Don't resolve symbols to PLT entries on the VAX. It just causes a lot of | matt |
| 2014-03-19 | Save actual start of function, not address of entry mask on the stack. | joerg |
| 2014-03-19 | Fix two bugs. (jump past entry mask, fix insv) | matt |
| 2014-03-19 | Once we know the bound routine, rebuilt a new callframe that can be unwound | matt |
| 2014-03-18 | Add .cfi ops so that one can unwind through this. | matt |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2014-03-18 | Ignore LD_BIND_NOW for setuid binaries, but keep it in the environment | joerg |
| 2014-03-07 | Change OUTPUT to powerpc:common to make powerpc64 ld happy | matt |
| 2014-03-07 | Make ldd happy | matt |
| 2014-03-06 | More PPC64 changes. | matt |
| 2014-03-06 | Enable building ld.elf_so for powerpc | matt |
| 2014-03-06 | Make ELF64 aware. | matt |
| 2014-03-06 | powerpc64 changes | matt |
| 2014-03-06 | Startup file for powerpc64. (too many difference with ppc32 to do | matt |
| 2014-01-31 | Catch up with _lwp_park change. | joerg |
| 2014-01-12 | Don't align random sections. Simplify by using .pushsection/.popsection. | joerg |
| 2013-12-03 | Don't use GOT relocations. Use PC relative for the GOT and GOTOFF for | matt |