Age | Commit message (Expand) | Author |
2014-12-22 | Static PIE has been delayed for quite a while. By pushing hard with pascal | Theo de Raadt |
2014-12-19 | place the afterinstall: target correctly for static-only architectures | Theo de Raadt |
2014-12-16 | install both ld.so with mode 444 | Theo de Raadt |
2014-12-16 | Install a copy of ld.so into /sbin. Soon to be used in order to make "static" | Pascal Stumpf |
2014-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2014-06-05 | add malloc.c | Otto Moerbeek |
2014-05-28 | Remove additional files generated during ld.so build on make clean. | Brad Smith |
2014-02-16 | Unbreak ld.so with ssp-strong/all on sparc64 and powerpc. With the | Martynas Venckus |
2013-12-31 | Don't consider ld.so to be successfully built unless a test program | Philip Guenther |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. | Kurt Miller |
2013-03-20 | - Parse colon separated paths into NULL terminated arrays of string | Kurt Miller |
2013-02-17 | Always enter this ld.so and subdirectories to create obj (and then the | Theo de Raadt |
2013-01-05 | if defined(NOPIC), do not attempt to .include arch/Makefile.inc for it may | Miod Vallat |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-08-31 | Compile ld.so with debug info. This will not only help people hacking on | Mark Kettenis |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2007-08-08 | on NOPIC architectures, do not build and install ld.so. this is in | Theo de Raadt |
2006-12-26 | no more seperate prebind | Theo de Raadt |
2006-05-11 | move prebind_strip(8) into ldconfig as the -D option; ok drahn | Theo de Raadt |
2006-05-04 | Dont build/install prebind tools just yet. | Dale Rahn |
2006-05-03 | prebind - how to prelink a binary without throwing security out the window | Dale Rahn |
2006-05-03 | Extra paranoid, do not allow the dynamic linker to have unresolved references | Dale Rahn |
2005-09-28 | If there is some compilation error/warning in ld.so do not allow it to | Dale Rahn |
2005-09-23 | sigh. again | Dale Rahn |
2005-09-22 | Track if symbols are searched but missing while resolving GOT, if | Dale Rahn |
2005-09-16 | revert the debug enable. | Dale Rahn |
2005-09-16 | Rework symbol lookup to more closely match sun's documentation, now | Dale Rahn |
2005-03-23 | Code reorganization, move copied code in library.c and library_mquery.c | Dale Rahn |
2004-05-26 | allow md makefile to supply LDADD; drahn@ ok | Michael Shalayeff |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy |
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt |
2003-06-27 | put it in section 1 | Theo de Raadt |
2003-06-26 | Manpage for ELF ld.so, derived from a.out version, not yet complete | Dale Rahn |
2003-04-17 | mquery support, currently for i386 only. | Dale Rahn |
2002-10-21 | Remove the -D__PIC__ from this, it does not affect the building | Dale Rahn |
2002-08-21 | Split out MD makefile parts into separate files and do | Artur Grabowski |
2002-07-27 | Just a skeleton for sparc. Builds, but pieces are missing and it doesn't | Artur Grabowski |
2002-07-12 | Change ld.so search order/method to match the a.out ld.so. | Dale Rahn |
2002-05-25 | use _dl_strncmp() not strncmp(), _dl version is already present and used. | Dale Rahn |
2002-05-25 | _dl_strcmp() and _dl_strchr() exist, do not pull these routines | Dale Rahn |
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn |
2001-11-20 | bye bye, libdl | Peter Valchev |
2001-09-24 | sparc64 needs slightly different flags. | Artur Grabowski |
2001-09-23 | pass appropriate compilation flags for sparc64. needs to be compiled PIC. | Dale Rahn |
2001-07-20 | do not include or define things which are common for this subdir's parent | Michael Shalayeff |
2001-06-08 | No more need to pull in strlen from libc. | Artur Grabowski |
2001-05-23 | Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomes | Dale Rahn |
2001-05-15 | Niklas, there is no excuse for breaking this code | Theo de Raadt |