Age | Commit message (Expand) | Author |
2017-07-01 | provide both TRAP and NOP values for our architectures, then change | Theo de Raadt |
2017-06-22 | i386 uses a intentional fallthrough between appended code blocks in .init, | Theo de Raadt |
2017-06-21 | elf64_x86_64_plt0_entry had a hardcoded nop-sled, before the subsequent | Theo de Raadt |
2017-06-21 | Intra-segment traps instead of nops. Similar to kernel change, further | Theo de Raadt |
2017-06-21 | Large nopsleds make it easier for ROP machinery to sloppily reach targets. | Theo de Raadt |
2017-06-12 | destroy lint remnants. | Marc Espie |
2017-06-04 | Replace ((2 << 31) - 1) with 0xffffffff, which is equivalent but doesn't | Christian Weisgerber |
2017-04-15 | Handle R_SPARC_WPLT30 relocations against a local symbol. Fixes building the | Mark Kettenis |
2017-04-02 | Fix an out-of-bounds memory access with 64-bit armaps. | Visa Hankala |
2017-03-16 | Fix handling of the SVM instructions such that they accept a register as | Mark Kettenis |
2017-03-05 | Go back to only specifying --target when building cross. | Jonathan Gray |
2017-02-27 | Implement D and U modifiers to ar; with D the uid/gid/mode/time on the updated | Philip Guenther |
2017-02-25 | Implement support for generating movw/movt relocations on arm in gas(1). | Mark Kettenis |
2017-02-23 | Set ELF_MAXPAGESIZE to 64k, to match lld(1). Also define ELF_MINPAGESIZE. | Mark Kettenis |
2017-02-19 | Add an ELF machine number to string mapping for AArch64. | Jonathan Gray |
2017-02-19 | elf64-aarc64 -> elf64-aarch64 in TARGET_LITTLE_NAME | Jonathan Gray |
2017-01-25 | Stub out aarch64 support and avoid building gas and ld on this architecture. | Mark Kettenis |
2016-11-27 | Add Octeon coprocessor 2 instructions. | Visa Hankala |
2016-10-03 | Fix ownership for install on a noperm filesystem. | Martin Natano |
2016-09-20 | Support a few more relocations, most notably R_ARM_MOVW_ABS_NC and | Mark Kettenis |
2016-09-18 | Use ${INSTALL} instead of install, like in all the other Makefile's. | Martin Natano |
2016-09-16 | Hardcode STRIP=/usr/bin/strip so that install -s works | Philip Guenther |
2016-09-14 | Disable --gc-sections on powerpc, for it is broken. | Jeremie Courreges-Anglas |
2016-09-11 | Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} | Philip Guenther |
2016-09-10 | Bring in FreeBSD changes to prevent clang triggering | Jonathan Gray |
2016-09-10 | use an unused attribute on a function argument to avoid -Wself-assign | Jonathan Gray |
2016-09-03 | Tests about TLS relocations that should only apply when building a | Philip Guenther |
2016-09-03 | Revert rev 1.15: RELRO is working so we no longer need special handling | Philip Guenther |
2016-09-03 | RELRO Just Works on m88k so remove the #if: RELRO everywhere! | Philip Guenther |
2016-09-03 | Mark the PLT as RWX so that ld.so's generic RWX->RW->RX logic can be | Philip Guenther |
2016-09-01 | Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABI | Patrick Wildt |
2016-08-14 | Turning off relro shouldn't insert padding into the middle of the relro | Philip Guenther |
2016-08-10 | auto-dope-slap: mips64 has 16K pages, not 4K. With that fixed, enable RELRO | Philip Guenther |
2016-08-10 | Teach readelf and objdump about the PT_OPENBSD_BOOTDATA section value. | Philip Guenther |
2016-08-10 | Cover your kid's remaining eye and lock up the pets for the great old ones | Philip Guenther |
2016-08-07 | Since we have kbind(2), we don't need -znow to use -zrelro | Philip Guenther |
2016-08-07 | If an output section is skipped because of a constraint, then skip it | Philip Guenther |
2016-08-01 | Make sure variables are initialized before using them | Stefan Kempf |
2016-07-26 | Make sure there's space for the PT_OPENBSD_WXNEEDED segment, if requested | Philip Guenther |
2016-06-28 | Add missing words to help the reader. | Jeremie Courreges-Anglas |
2016-06-23 | Use SYMBOL_CALLS_LOCAL() to determine whether we can drop relocations for a | Mark Kettenis |
2016-06-22 | Don't make the DT_TEXTREL warning fatal. Hopefully this will be temporary, | Mark Kettenis |
2016-06-21 | Make creation of text-relocations a fatal error by default, with -znotext | Philip Guenther |
2016-06-19 | At least display the DT_GNU_HASH tag nicely | Philip Guenther |
2016-06-19 | Update docs to match our local time_t changes | Philip Guenther |
2016-06-08 | Revert the change that made the PLT readonly. The dynamic linker now | Mark Kettenis |
2016-06-01 | Until we get relro working, we need the __{got,plt}_{start,end} symbols | Philip Guenther |
2016-05-31 | Port over binutils fix for PR ld/3111. | Stefan Kempf |
2016-05-28 | -z wxneeded creates a PHDR PT_OPENBSD_WXNEEDED. This annotation is placed | Theo de Raadt |
2016-05-23 | On sparc64, make the PLT read-only. This allows the kernel and ld.so to | Mark Kettenis |