| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-09-28 | make clang include a FILE symbol for .(s|S) files |  robert | 1 | -1/+6 |
| 2017-09-22 | A buffer over-read and heap overflow in perl's regexp may result in |  afresh1 | 1 | -2/+5 |
| 2017-09-11 | missing parts for arm64, dependencies needed. |  espie | 1 | -0/+2 |
| 2017-09-09 | Remove path support from perl OpenBSD::Pledge |  afresh1 | 3 | -87/+31 |
| 2017-08-23 | Update IO-Socket-IP to 0.39, bug fix needed for p5-Net-DNS 1.12. |  bluhm | 2 | -7/+54 |
| 2017-08-21 | When executing ssh, use "--" to indicate end of arguments before the |  millert | 1 | -2/+4 |
| 2017-08-20 | Fix the __sync_* functions to make them work properly |  visa | 1 | -1/+22 |
| 2017-08-16 | have -Wno-* work the same on gcc3 as well. |  espie | 2 | -2/+23 |
| 2017-08-14 | Add improvements to the DWARF frame unwinder to support xorguard. |  kettenis | 6 | -0/+66 |
| 2017-08-14 | Apply pre-built unicore patch - perl-5.24.2 |  afresh1 | 6 | -35/+491 |
| 2017-08-14 | Apply local patches - perl-5.24.2 |  afresh1 | 71 | -966/+1410 |
| 2017-08-14 | Fix merge issues, remove excess files - match perl-5.24.2 dist |  afresh1 | 115 | -2366/+2394 |
| 2017-08-14 | Import perl-5.24.2 |  afresh1 | 5 | -0/+644 |
| 2017-08-10 | Unlink libobjc. It is not used in base, and ports are pulling in libobjc2 from ports. |  mortimer | 1 | -5/+4 |
| 2017-08-07 | Actually enable the kprintf format attribute. |  kettenis | 1 | -3/+4 |
| 2017-08-04 | Backport https://reviews.llvm.org/D29778. Fixes a bug where clang was |  kettenis | 1 | -3/+5 |
| 2017-08-04 | remove llvm's .gitignore file; upstream have separate repos for clang, lld, |  sthen | 1 | -72/+0 |
| 2017-08-01 | Zero out excess bytes in perl long doubles |  afresh1 | 1 | -8/+7 |
| 2017-08-01 | Use int3 trap padding between functions instead of trapsleds with a leading jump. |  mortimer | 4 | -1/+46 |
| 2017-07-29 | Disable -Waddress-of-packed-member by default. |  kettenis | 1 | -1/+1 |
| 2017-07-29 | Fix trapsleds on i386 |  mortimer | 1 | -9/+0 |
| 2017-07-28 | On OpenBSD disable the malloc/calloc/realloc/free/str*dup builtins, since |  deraadt | 1 | -0/+12 |
| 2017-07-28 | Implement -Oz as an alias for -Os here as well. |  kettenis | 1 | -1/+1 |
| 2017-07-28 | provide missing prototypes |  espie | 3 | -0/+18 |
| 2017-07-28 | make warns about POST_INSTALL being empty. |  espie | 1 | -0/+2 |
| 2017-07-27 | teach clang about our syslog format attribute |  robert | 3 | -2/+5 |
| 2017-07-27 | push back -pie to the linker if -pie is specified to avoid an unused argument |  robert | 1 | -0/+3 |
| 2017-07-27 | ensure protoiize man pages installed in all cases (until we come |  deraadt | 1 | -2/+2 |
| 2017-07-27 | fix warnings from missing headers. |  espie | 4 | -4/+2 |
| 2017-07-27 | don't double install ld, some people have already been lost trying |  espie | 1 | -2/+3 |
| 2017-07-26 | get rid of flag clang doesn't grok (include -Werror in Configure, because |  espie | 2 | -2/+1 |
| 2017-07-24 | build cpp on gcc4 architectures only, as clang ships with its own |  robert | 1 | -1/+4 |
| 2017-07-24 | install gcc, g++ as gcc and g++ instead of cc, c++ and create links |  robert | 5 | -8/+36 |
| 2017-07-24 | Make gcc accept -Oz as an alias for -Os for compatibility with clang. |  kettenis | 1 | -1/+1 |
| 2017-07-22 | Prefer the definition of a variable in the executable over a definition |  kettenis | 1 | -1/+2 |
| 2017-07-19 | more depends gc / yacc rules overhaul |  espie | 2 | -6/+4 |
| 2017-07-11 | protoize.1 isn't generated, so don't list it as a target, because it |  espie | 1 | -5/+2 |
| 2017-07-10 | remove misc. depend and yacc nits that no longer matter. |  espie | 4 | -9/+5 |
| 2017-07-09 | zap empty depends/silence empty installs. |  espie | 110 | -547/+217 |
| 2017-07-04 | proper escaping to prevent information loss; found with mandoc -Tlint |  schwarze | 1 | -5/+5 |
| 2017-07-04 | Should have committed this two days ago, last part that ran during depend |  espie | 1 | -2/+4 |
| 2017-07-04 | complete "nodepend" in source |  espie | 2 | -10/+12 |
| 2017-07-01 | provide both TRAP and NOP values for our architectures, then change |  deraadt | 14 | -5/+25 |
| 2017-06-28 | move all the post-Configure stuff to Makefile.bsd-wrapper1 instead of just |  espie | 2 | -135/+124 |
| 2017-06-28 | if we return nullptr for a "noexec" section, then don't change section. |  espie | 1 | -2/+5 |
| 2017-06-27 | trapsleds for clang, similar to the change on gas side. |  deraadt | 1 | -31/+15 |
| 2017-06-23 | Make libiberty test programs compile and run without segfault. |  bluhm | 3 | -22/+17 |
| 2017-06-23 | Always include Makefile.dep, conditionally including it based on the |  jsg | 1 | -3/+1 |
| 2017-06-22 | i386 uses a intentional fallthrough between appended code blocks in .init, |  deraadt | 1 | -1/+0 |
| 2017-06-21 | elf64_x86_64_plt0_entry had a hardcoded nop-sled, before the subsequent |  deraadt | 1 | -1/+1 |