Age | Commit message (Expand) | Author |
2013-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. | Kurt Miller |
2013-03-29 | Enable lazy binding by default. | Miod Vallat |
2013-03-26 | SH is a RelA architecture, not a Rel one. Fix _dl_bind() and lazy gotplt | Miod Vallat |
2013-03-26 | Recommit the change that explicitly passes %sr0 to fic instructions. miod@ is | Mark Kettenis |
2013-03-24 | dlerror() should not return const char *, as noted by landry | Theo de Raadt |
2013-03-20 | - Parse colon separated paths into NULL terminated arrays of string | Kurt Miller |
2013-03-18 | Fix comment tpyos | Philip Guenther |
2013-02-17 | Always enter this ld.so and subdirectories to create obj (and then the | Theo de Raadt |
2013-02-06 | Add a dummy memcpy(), needed when building ld.so with gcc3. | Miod Vallat |
2013-02-02 | Be sure to pass a NULL cleanup pointer to CSU. | Miod Vallat |
2013-01-31 | The code to use relative jumps in the GOT was completely broken, calculating | Philip Guenther |
2013-01-26 | Make sure to flush I$ over the plt in case of non-lazy relocation as well. | Miod Vallat |
2013-01-26 | Forgot to remove one line in 1.2, in turn caused div() from libc to fail if | Miod Vallat |
2013-01-23 | bits for an m68k ELF ld.so, to be used soon. Lazy resolver wrapper borrowed from | Miod Vallat |
2013-01-23 | Cache flush .plt after updating its pointers to .got during the initial | Miod Vallat |
2013-01-21 | Use jmp, not jsr, to jump through registers. Doh! | Miod Vallat |
2013-01-21 | Correctly define RELOC_JMP_SLOT on m88k. While there, remove the old sparc | Miod Vallat |
2013-01-20 | A first cut at ld.so bits for m88k. Lazy binding is currently disabled as it | Miod Vallat |
2013-01-19 | Do not divide by zero in _dl_findhint() if there is a valid hints file but | Miod Vallat |
2013-01-14 | Do not bogusly attempt to mprotect ld.so's .rodata area RW at bootstrap | Miod Vallat |
2013-01-13 | Correctly process RELOC_DIR32 while relocating ld.so itself; this allow | Miod Vallat |
2013-01-11 | Proper bounds checking for DT_xxx values in _dl_boot_bind(). Turned out to be | Miod Vallat |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2013-01-05 | if defined(NOPIC), do not attempt to .include arch/Makefile.inc for it may | Miod Vallat |
2012-12-31 | Spell `calculation' correctly. | Miod Vallat |
2012-12-22 | Zero %r0 before transferring control to the main program, to indicate that | Mark Kettenis |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-01 | Zero v0 before transferring control to the main program to indicate that | Mark Kettenis |
2012-11-01 | Clear r7 before passing control to the main object. | Mark Kettenis |
2012-10-27 | Clear arg1 before passing control to the main object. | Mark Kettenis |
2012-10-24 | Garbage-collect the _dl_stat() routine, now unused | Philip Guenthe |
2012-10-22 | Zero %rdx before transferring control to the main program, to indicate that | Mark Kettenis |
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis |
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis |
2012-09-17 | replace the erroneous DIAGNOSTICS section with a (hopefully) accurate | Jason McIntyre |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-09-11 | prevent detection of bogus libraries | Marc Espie |
2012-09-02 | Specify an include path for SYS.h via CPPFLAGS not AFLAGS | Jonathan Gray |
2012-08-31 | Compile ld.so with debug info. This will not only help people hacking on | Mark Kettenis |
2012-08-31 | Since _dl_debug_map is only initialized if we see a DT_DEBUG tag, make sure | Mark Kettenis |
2012-08-28 | Add __guard_local as a hidden symbol to ld.so, kernel, and every | Matthew Dempsky |
2012-08-22 | Change ld.so and libc to use .openbsd.randomdata on ELF platforms for | Matthew Dempsky |
2012-08-20 | Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE | Matthew Dempsky |
2012-08-17 | Fix mips64 and powerpc's ld.so syscall implementations by adding | Matthew Dempsky |
2012-08-07 | Factor out a _dl_randombuf() method from _dl_random(). | Matthew Dempsky |
2012-07-21 | Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED to | Matthew Dempsky |
2012-07-06 | Fix LD_DEBUG=1 regression introduced by previous commit. | Matthew Dempsky |
2012-06-20 | With MP rthread setups, we cannot remove the X permission from the GOT | Theo de Raadt |
2012-06-14 | Add support for DF_1_NOOPEN. Based on an origional diff from matthew@. | Mark Kettenis |
2012-06-12 | Fix loaded object sod matching: when we load libfoo.so.X.Y into | Matthew Dempsky |