Age | Commit message (Expand) | Author |
2015-09-06 | Check strdup return value for NULL. | Tobias Stoeckmann |
2015-09-01 | Use kbind for lazy binding GOT/PLT updates on m88k and sparc. | Philip Guenther |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2015-08-28 | Use kbind for lazy binding GOT/PLT updates on sh (i.e. landisk) | Philip Guenther |
2015-08-28 | Use ELF_LDFLAGS to pass the --version-script argument such that we actually | Mark Kettenis |
2015-08-27 | If we take the address of a function pointer, we might get a pointer to | Mark Kettenis |
2015-08-27 | Use kbind for lazy binding GOT/PLT updates on hppa. | Philip Guenther |
2015-08-26 | Kbind 3: The Legend Continues! | Philip Guenther |
2015-08-25 | Use kbind for lazy binding GOT/PLT updates on i386 and powerpc; still others | Philip Guenther |
2015-08-23 | Apply a symbol export list to ld.so with just the expected dl*() and the | Philip Guenther |
2015-08-23 | Use kbind for lazy binding GOT/PLT updates on amd64 and sparc64; others | Philip Guenther |
2015-08-23 | Add support for the Secure-PLT ABI variant. This will give us better W^X | Mark Kettenis |
2015-08-23 | spaces | Theo de Raadt |
2015-08-23 | huge amount of spaces | Theo de Raadt |
2015-08-18 | _dl_malloc() proto exists, do not cast result | Theo de Raadt |
2015-08-17 | Add missing 'extern's to avoid introducing commons into *crt0.o | Philip Guenther |
2015-07-26 | Reenable the ld.so pre-install test; the "am I cross-compiling" test was | Philip Guenther |
2015-07-26 | Copy relocations can't be jump-slot relocations, so delete the test for that. | Philip Guenther |
2015-07-03 | Correctly handle relative-type relocations; very old ld.so bug which got | Miod Vallat |
2015-06-10 | breath->breadth | Stuart Henderson |
2015-06-10 | Typos: equalivant, fucntion, libary. | Miod Vallat |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-06-01 | In the lazy binding routine, make sure we actually allocate the stack we need, | Miod Vallat |
2015-05-29 | Make ld.so on alpha cope with binaries built with secureplt (where secure here | Miod Vallat |
2015-05-26 | Better cross-compilation check | Miod Vallat |
2015-05-22 | be pedantic with sizeof use | Jonathan Gray |
2015-05-06 | Fix a memory leak in _dl_load_dep_libs() | Jonathan Gray |
2015-04-28 | tidy up the prebind text; prompted by zhuk | Jason McIntyre |
2015-02-08 | Fix cross-build. OK jsing@ miod@ guenther@ deraadt@ | Masao Uebayashi |
2015-02-06 | Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries can | Theo de Raadt |
2015-01-22 | delete annoying white space that annoy | Theo de Raadt |
2015-01-20 | If _dl_progname exceeds half the syslog buffer, truncate it with "...", | Theo de Raadt |
2015-01-20 | Add support for tracing libraries in static PIE binaries. rcrt does not | Theo de Raadt |
2015-01-19 | gcc does not understand that the loop conditionally sets bsod before | Theo de Raadt |
2015-01-18 | do not require <a.out.h> | Theo de Raadt |
2015-01-16 | <sys/param.h> to <limits.h> conversion. Verified binaries | Theo de Raadt |
2014-12-30 | self-relocating crt0 bits for sh, and enable static pie by default. With some | Miod Vallat |
2014-12-30 | Clean up and optimize _dl_start a bit by using immediate addressing for | Miod Vallat |
2014-12-30 | Fix handling of R_MIPS_REL32_64 relocations that reference a symbol. | Mark Kettenis |
2014-12-27 | Static PIE for mips64. Still something not quite right as a full make build | Mark Kettenis |
2014-12-27 | Make ld.so process only R_ALPHA_RELATIVE relocations during early GOT | Mark Kettenis |
2014-12-24 | Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL value | Kurt Miller |
2014-12-22 | Self-relocation code for i386. | Kurt Miller |
2014-12-22 | Static PIE has been delayed for quite a while. By pushing hard with pascal | Theo de Raadt |
2014-12-22 | Introduce new csu0 variant for -static -pie binaries to use called | Kurt Miller |
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-12-14 | Revert r1.10: properly built shared libraries will never have any DISP26 | Miod Vallat |
2014-12-09 | avoid void arithmetic. from david carlier | Ted Unangst |