Age | Commit message (Expand) | Author |
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 |
2012-05-08 | Refuse to load ELF objects that contain a PT_TLS program header. | Joel Sing |
2012-03-21 | Switch ld.so's _dl_opendir functions to use a locally defined | Matthew Dempsky |
2012-01-09 | Don't mmap 0 byte areas, treat them as a noop instead. | Ariane van der Steldt |
2012-01-08 | Since PIE executables on mips64 don't have DT_MIPS_RLD_MAP, fall back on | Mark Kettenis |
2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | Ingo Schwarze |
2011-11-28 | Add support for getting some flags from DT_FLAGS_1: new flags | Philip Guenthe |
2011-11-19 | Build ld.so on alpha with -mbuild-constants, so large integer | Christian Weisgerber |
2011-07-23 | Properly align the stack early on in the ld.so startup code such that code run | Mark Kettenis |
2011-07-14 | __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent | Theo de Raadt |
2011-07-13 | Delete items on grpreflist when walking them to decrement the count, | Dale Rahn |
2011-07-04 | Add ld.so ia64 support. | Paul Irofti |
2011-06-27 | Backout the dynamic linker speed improvement diff for now, it still | Stuart Henderson |
2011-05-26 | No need to call _dl_newsymsearch() twice; ok drahn@ | Otto Moerbeek |
2011-05-22 | Dynamic linker speed improvement diff. tested by several sinc k2k11. | Dale Rahn |
2011-05-10 | Fix previous. On i386, library.c isn't compiled | Otto Moerbeek |
2011-05-09 | Outsmart gcc4 on mips* by moving the declaration of _dl_debug_state | Otto Moerbeek |
2011-04-29 | -x is currently unimplemented, so comment it out from the man page, and remove | Jason McIntyre |
2011-04-08 | Do not use NULL in integer comparison. | Theo de Raadt |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-03-12 | excessive / at the end of a .PATH; ok guenther drahn | Theo de Raadt |
2010-12-13 | rename() is the atomic operation, unlink() is just there to create | Marc Espie |
2010-12-12 | Allocate a full C compiler-style stack frame that includes space for 6 | Mark Kettenis |