Age | Commit message (Expand) | Author |
2017-01-24 | make ldso[] const; OK guenther@ | Todd C. Miller |
2017-01-24 | For consistentcy, use 'void *' with %p instead of 'char *' | Philip Guenther |
2017-01-24 | To format r_addr, use %p and cast to 'void *'. From comparison with | Philip Guenther |
2017-01-24 | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of | Philip Guenther |
2017-01-24 | Unbreak $ORIGIN support when only one of DT_RUNPATH and DT_RPATH is used | Philip Guenther |
2017-01-23 | remove line that slipped in with rev 1.77 but doesn't belong there; ok sthen@ | Christian Weisgerber |
2017-01-23 | Whoops, lost the adjustment of DT_RUNPATH value as a DT_STRTAB value. | Philip Guenther |
2017-01-23 | Mark a bunch of stuff static | Philip Guenther |
2017-01-23 | The functionality of _dl_allocate_tib() is used internally, so rename | Philip Guenther |
2017-01-23 | Wrap function declarations with __{BEGIN,END}_HIDDEN_DECLS to reduce | Philip Guenther |
2017-01-23 | Fix format string mismatches | Philip Guenther |
2017-01-23 | Fix format string mismatches | Philip Guenther |
2017-01-22 | Add support for DT_RUNPATH and DT_FLAGS | Philip Guenther |
2017-01-21 | _dl_exit() is __dead, so it should return void. | Philip Guenther |
2017-01-20 | Delete ancient macros and unnecessary #includes | Philip Guenther |
2017-01-11 | Add support for AArch64. | Patrick Wildt |
2017-01-09 | Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELRO | Mark Kettenis |
2017-01-05 | Build with -fno-builtin to keep clang from optimizing the _dl_memset() | Christian Weisgerber |
2016-11-03 | small tweak to also check canaries if F is in effect | Otto Moerbeek |
2016-10-31 | sync to libc: malloc_move is not an option anymore | Otto Moerbeek |
2016-10-25 | bring canaries for > page sized objects from libc to ld.so; ok guenther@ | Otto Moerbeek |
2016-10-14 | 0xd0 -> 0xdb from libc malloc | Otto Moerbeek |
2016-10-14 | move better canary code and validate_junk() over from libc malloc | Otto Moerbeek |
2016-09-18 | merge form libc malloc: | Otto Moerbeek |
2016-09-16 | Implement the DT_RELACOUNT optimization. Missed previously because I | Philip Guenther |
2016-09-16 | Remove the fallback to the __plt_{start,end} symbols, as the dynamic tags | Philip Guenther |
2016-09-08 | Implement self-relocation for -static -pie on arm. Also removes some | Mark Kettenis |
2016-09-04 | Redundant memset and some better style wrt exiting functions after error. | Otto Moerbeek |
2016-09-03 | cherry-pick a few diffs from libc malloc; ok guenther@ | Otto Moerbeek |
2016-09-01 | retire sparc | Ted Unangst |
2016-08-31 | alpha and sh have TCB_SET() macros so don't need _dl_set_tcb() | Philip Guenther |
2016-08-30 | Move DT_NUM from <sys/exec_elf.h> to resolv.h in ld.so where it belongs. | Mark Kettenis |
2016-08-28 | ld.so doesn't need gettimeofday or lstat stubs any more | Philip Guenther |
2016-08-28 | fix a comment | Philip Guenther |
2016-08-28 | Don't call lstat() before readlink() just to see if it's a symlink, | Philip Guenther |
2016-08-27 | Delete debugging from when lazy binding was being implemented | Philip Guenther |
2016-08-27 | Pull in <stddef.h> for NULL | Philip Guenther |
2016-08-23 | Implement support for DT_INIT_ARRAY, DT_FINI_ARRAY and DT_PREINIT_ARRAY. | Mark Kettenis |
2016-08-15 | Drop -z nocombreloc. It was a rev 1.1 commit like on arm, so not clear | Philip Guenther |
2016-08-14 | Drop -z nocombreloc. That's a rev 1.1 commit so not clear why it was needed | Philip Guenther |
2016-08-14 | Mark the relro/got section as read-only before setting up the environment | Philip Guenther |
2016-08-13 | Passing in &_DYNAMIC appears to have stuck, so eliminate the extra | Philip Guenther |
2016-08-12 | the slimmed down random functions inside ld.so are strict clones of the | Theo de Raadt |
2016-08-09 | Teach arm to pass &_DYNAMIC to _dl_boot_bind(); can optimize later in tree | Philip Guenther |
2016-08-08 | Look for a PT_GNU_RELRO section per object and, if present, mprotect that | Philip Guenther |
2016-08-07 | As with csu, alpha passes &_DYNAMIC to _reloc_alpha_got(), so just | Philip Guenther |
2016-08-07 | Teach i386 to pass &_DYNAMIC to _dl_boot_bind() | Philip Guenther |
2016-08-07 | Teach mips64 to pass &_DYNAMIC to _dl_boot_bind() | Philip Guenther |
2016-08-07 | hahahah: amd64 has been passing &_DYNAMIC to _dl_boot_bind() for | Philip Guenther |
2016-08-07 | Flip the #ifdef logic: amd64, arm, i386, and mips64 are the only archs | Philip Guenther |