summaryrefslogtreecommitdiff
path: root/libexec/ld.so
AgeCommit message (Expand)Author
2015-02-08Fix cross-build. OK jsing@ miod@ guenther@ deraadt@Masao Uebayashi
2015-02-06Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries canTheo de Raadt
2015-01-22delete annoying white space that annoyTheo de Raadt
2015-01-20If _dl_progname exceeds half the syslog buffer, truncate it with "...",Theo de Raadt
2015-01-20Add support for tracing libraries in static PIE binaries. rcrt does notTheo de Raadt
2015-01-19gcc does not understand that the loop conditionally sets bsod beforeTheo de Raadt
2015-01-18do not require <a.out.h>Theo de Raadt
2015-01-16<sys/param.h> to <limits.h> conversion. Verified binariesTheo de Raadt
2014-12-30self-relocating crt0 bits for sh, and enable static pie by default. With someMiod Vallat
2014-12-30Clean up and optimize _dl_start a bit by using immediate addressing forMiod Vallat
2014-12-30Fix handling of R_MIPS_REL32_64 relocations that reference a symbol.Mark Kettenis
2014-12-27Static PIE for mips64. Still something not quite right as a full make buildMark Kettenis
2014-12-27Make ld.so process only R_ALPHA_RELATIVE relocations during early GOTMark Kettenis
2014-12-24Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL valueKurt Miller
2014-12-22Self-relocation code for i386.Kurt Miller
2014-12-22Static PIE has been delayed for quite a while. By pushing hard with pascalTheo de Raadt
2014-12-22Introduce new csu0 variant for -static -pie binaries to use calledKurt Miller
2014-12-19place the afterinstall: target correctly for static-only architecturesTheo de Raadt
2014-12-16install both ld.so with mode 444Theo de Raadt
2014-12-16Install a copy of ld.so into /sbin. Soon to be used in order to make "static"Pascal Stumpf
2014-12-14Revert r1.10: properly built shared libraries will never have any DISP26Miod Vallat
2014-12-09avoid void arithmetic. from david carlierTed Unangst
2014-11-25When a public symbol in a library is referenced by the main program's plt,Miod Vallat
2014-11-24Make the scope of the symbol caching variables added in 1.49 a bit larger soMiod Vallat
2014-11-22mop up a barely started project... getting in the way of grepping the tree!Theo de Raadt
2014-11-19Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-11-15ELF files have moved up a levelPhilip Guenther
2014-11-03Eliminate RTLD_PROTECT_PLT: ld.so is built with -Bsymbolic so thePhilip Guenther
2014-11-03arc4random_uniform() transformation was off, resulting in badly skewedPhilip Guenther
2014-10-19Revert last commit due to changed semantics found by make release.Doug Hogan
2014-10-18Better POSIX compliance in realpath(3).Doug Hogan
2014-10-18Convert some malloc() and realloc() calls to reallocarray().Doug Hogan
2014-10-18Simple malloc() to reallocarray() conversion.Doug Hogan
2014-09-22Correct the token used.Brad Smith
2014-09-01Sync readlink(2) with IEEE Std 1003.1-2008.Doug Hogan
2014-08-30Make the handling of PLT entries above the 32k mark thread-safe.Philip Guenther
2014-08-19ld.so(1): Missing stack var initializationMasao Uebayashi
2014-07-28_dl_sigprocmask() works better when it actually saves the returned sigmaskPhilip Guenther
2014-07-14Now that we have sendsyslog(2), we can directly use it in theTheo de Raadt
2014-07-10check all memory allocations; ok miod@ guenther@Otto Moerbeek
2014-07-10typo in previousMiod Vallat
2014-07-09Use O_CLOEXEC to make sure fork+exec in a threaded process can'tPhilip Guenther
2014-07-09_dl_fcntl() is no longer used; kill the stubsPhilip Guenther
2014-07-09Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY insteadPhilip Guenther
2014-07-09Fix backtraces through _dl_bind_start by adding dwarf annotations forPhilip Guenther
2014-07-06allocate two things, test two pointers; ok miod@ guenther@Otto Moerbeek
2014-07-06int all fields, so calloc can become malloc; ok miod@Otto Moerbeek
2014-07-06enable -Wall, explicitly call _dl_strsep, and zap some redundant includesOtto Moerbeek
2014-07-06Apply ld.so's sod.c 1.25 (do not divide by zero in _dl_findhit if there is aMiod Vallat