| Age | Commit message (Expand) | Author |
| 2016-05-22 | obj->phdr must be the absolute address, not the virtual offset from the | joerg |
| 2016-04-14 | Remove duplicated __RCSIDs I added years ago - I blame CVS. | skrll |
| 2016-04-12 | - Print a warning for text relocations | christos |
| 2016-02-20 | where is already void * | christos |
| 2016-02-19 | make debug code compile again | macallan |
| 2016-02-09 | Actually, descsz should not contain the padding. The note still needs to | skrll |
| 2016-02-08 | Fix .note.netbsd.march by ensuring correct padding | skrll |
| 2016-01-24 | we don't need <sys/mbuf.h> | christos |
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos |
| 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 |