| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-12-11 | Add PN_XNUM support to libbfd so objdump and gdb can handle core |  guenther | 6 | -3/+87 |
| 2018-12-06 | Core files with >65535 sections have to use PN_XNUM and a section header |  guenther | 2 | -1/+9 |
| 2018-12-03 | Merge post-2.17 but pre-GPLv3 diffs that add support for DT_GNU_HASH |  guenther | 12 | -68/+675 |
| 2018-11-29 | Fix various overflows in perl |  afresh1 | 7 | -60/+128 |
| 2018-11-14 | Record an inter-library dependency on libcurses in libedit and libreadline, |  sthen | 1 | -1/+3 |
| 2018-11-13 | Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASH |  guenther | 1 | -0/+1 |
| 2018-11-10 | Eliminate use of sbrk (was only used to print a diagnostic). |  daniel | 1 | -1/+1 |
| 2018-10-24 | Generate __data_start symbol that marks the start of .data when __data_start |  kettenis | 3 | -0/+8 |
| 2018-10-24 | Size static array correctly for the numerically highest index used to |  naddy | 2 | -2/+2 |
| 2018-10-23 | Add support for -z initfirst. |  kettenis | 3 | -0/+4 |
| 2018-10-22 | Accept both `--foo bar` and `--foo=bar` styles options. |  naddy | 1 | -15/+13 |
| 2018-10-22 | When checking out certain commits by date, cvs got confused. If |  bluhm | 1 | -1/+3 |
| 2018-10-21 | When merging sections into the output, lld tries to adjust the alignment of |  kettenis | 1 | -1/+3 |
| 2018-10-21 | Enable the integrated assembler on mips64. |  visa | 2 | -4/+11 |
| 2018-10-05 | lldb after release, reasons. |  deraadt | 1 | -2/+2 |
| 2018-10-04 | Add infrastructure to compile and link LLDB. Inspecting core files |  patrick | 46 | -10/+1865 |
| 2018-09-29 | Allow preemption of functions with protected visibility. Disallowing this |  kettenis | 1 | -1/+2 |
| 2018-09-18 | Backport support for option -a to addr2line, which will display each address |  anton | 2 | -2/+21 |
| 2018-09-14 | Pass -L/usr/lib to the linker in preparation for switching to lld, which |  naddy | 2 | -2/+4 |
| 2018-09-14 | Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@ |  naddy | 4 | -12/+20 |
| 2018-09-11 | Fix --exclude-libs option. Based on code already committed upstream. |  kettenis | 1 | -1/+1 |
| 2018-09-09 | Teach binutils how to assemble INVPCID and how to disassemble |  guenther | 3 | -7/+26 |
| 2018-08-16 | When installing the link to rcs2log, set the owner on the link itself |  millert | 1 | -1/+1 |
| 2018-08-12 | Add retguard for arm64. |  mortimer | 8 | -3/+216 |
| 2018-08-12 | Refactor retguard to make adding additional arches easier. |  mortimer | 11 | -257/+458 |
| 2018-07-28 | Add -fno-ret-protector for arm64. |  mortimer | 1 | -2/+2 |
| 2018-07-26 | Add infrastructure to install lld as the default linker. The old GNU linker |  kettenis | 3 | -6/+14 |
| 2018-07-20 | inform that diagnostics in functions won't work, but don't error out |  espie | 1 | -1/+1 |
| 2018-07-11 | do not pick up groff from /usr/local/bin in configure, noticed by benno@; |  naddy | 1 | -1/+3 |
| 2018-07-10 | Fix a few, but not all, clang warnings: Use "%s" to print modifiable |  tb | 6 | -25/+19 |
| 2018-07-10 | Drop the ignored selectors (tf_[defg]s) from the trap and interrupt frames. |  guenther | 1 | -10/+6 |
| 2018-07-08 | Explicitly pass -L/usr/lib to the linker. Needed for switching to lld(1) |  kettenis | 1 | -1/+2 |
| 2018-07-03 | Make intrframe the exact same size as trapframe: instead of pushing |  guenther | 1 | -11/+1 |
| 2018-06-22 | Emit trap alignment between basic blocks that are unrechable via |  mortimer | 1 | -3/+7 |
| 2018-06-19 | Avoid Archive::Tar directory traversal |  afresh1 | 1 | -0/+14 |
| 2018-06-12 | Put the new retguard symbols in their own section, |  guenther | 1 | -1/+1 |
| 2018-06-12 | Merge '.openbsd.randomdata.*' sections into a single '.openbsd.randomdata' |  guenther | 1 | -1/+2 |
| 2018-06-07 | Pass -nopie to the linker when -pg is specified to make the |  yasuoka | 1 | -2/+3 |
| 2018-06-07 | Remove unused variable. |  mortimer | 1 | -1/+0 |
| 2018-06-06 | Add RETGUARD to clang for amd64. This security mechanism uses per-function |  mortimer | 19 | -4/+396 |
| 2018-06-03 | Add ret protctor options as no-ops. |  mortimer | 2 | -0/+14 |
| 2018-06-03 | Work around a bug where discarding the .ARM.exidx section in the armv7 kernel |  kettenis | 1 | -0/+3 |
| 2018-05-21 | Add --localize-hidden option to objcopy. |  kettenis | 2 | -1/+37 |
| 2018-05-05 | Switch armv7 to the "softfp" floating-point ABI. The ABI is identical to |  kettenis | 1 | -1/+1 |
| 2018-04-30 | The trapframe layout is no longer exactly the same as the sigcontext |  guenther | 1 | -9/+32 |
| 2018-04-28 | Add a clang pass that identifies potential ROP gadgets and replaces ROP |  mortimer | 5 | -1/+275 |
| 2018-04-24 | Make our ancient binutils recognize .gnu.hash sections such that our tools |  kettenis | 2 | -0/+8 |
| 2018-04-21 | more undos from the mistake this morning |  deraadt | 3 | -56/+287 |
| 2018-04-20 | revert to 2018/04/20 10:00:00, before oops |  naddy | 1 | -2/+1 |
| 2018-04-20 | oops, snapshot tests not ready yet |  deraadt | 3 | -293/+56 |