| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-01-19 | Prefer strdup() to malloc() + strcpy() and ftello() to ftell() |  miod | 1 | -5/+3 |
| 2015-01-13 | Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this to |  kettenis | 3 | -8/+26 |
| 2015-01-13 | Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this to |  kettenis | 3 | -8/+26 |
| 2015-01-12 | Make putting a breakpoint on the first instruction of a program work. |  kettenis | 1 | -1/+1 |
| 2015-01-03 | Fix race condition in perl's ExtUtils::MakeMaker |  afresh1 | 1 | -2/+2 |
| 2014-12-30 | Make perl use our (arc4random backed) drand48 when unseeded |  afresh1 | 2 | -4/+7 |
| 2014-12-30 | self-relocating crt0 bits for sh, and enable static pie by default. With some |  miod | 2 | -2/+3 |
| 2014-12-27 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they |  kettenis | 1 | -1/+2 |
| 2014-12-27 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they |  kettenis | 1 | -2/+3 |
| 2014-12-27 | Change the default entry point from _start to __start. |  kettenis | 1 | -0/+1 |
| 2014-12-26 | Link -static -pie executables on powerpc with rcrt0.o instead of crt0.o |  kurt | 1 | -2/+3 |
| 2014-12-25 | Don't generate PLT entries for symbols defined in a regular object for |  kettenis | 2 | -3/+4 |
| 2014-12-25 | Don't generate PLT entries for symbols defined in a regular object for |  kettenis | 2 | -3/+4 |
| 2014-12-24 | Use an extension that installperl skips for the Config_heavy modifications |  afresh1 | 1 | -1/+1 |
| 2014-12-24 | Avoid /usr/local while building perl, but allow it for ports |  afresh1 | 2 | -2/+15 |
| 2014-12-22 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they |  kurt | 1 | -1/+2 |
| 2014-12-22 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they |  kettenis | 1 | -1/+2 |
| 2014-12-22 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they |  kettenis | 1 | -1/+4 |
| 2014-12-22 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they |  kettenis | 1 | -1/+2 |
| 2014-12-22 | Teach ld(1) not to add a PT_INTERP entry for -static -pie. |  kettenis | 14 | -14/+16 |
| 2014-12-22 | Teach ld(1) not to add a PT_INTERP entry for -static -pie. |  kettenis | 16 | -16/+18 |
| 2014-12-07 | Don't make manpages from anything in Pod-Perldoc/corpus |  afresh1 | 1 | -1/+0 |
| 2014-12-07 | Do not install function(1), it is just an outdated copy of perlfunc(1). |  schwarze | 1 | -1/+0 |
| 2014-11-29 | Reapply a patch to stop rebuilding libperl with incorrect flags |  afresh1 | 2 | -33/+33 |
| 2014-11-26 | Make caretx a perl dependency, not just miniperl |  afresh1 | 1 | -7/+4 |
| 2014-11-26 | Use perl's my_strlcat in DynaLoader |  afresh1 | 1 | -2/+2 |
| 2014-11-20 | partial_where points into the buffer that begins with buffer_start |  millert | 2 | -2/+2 |
| 2014-11-20 | use ${SHELL} to run scripts in the src tree |  deraadt | 1 | -2/+2 |
| 2014-11-19 | Bring in a change present in binutils 2.17 to allow sahf/lahf |  jsg | 1 | -2/+2 |
| 2014-11-18 | Recognize dcbzl, backported from binutils-2.17. |  mpi | 1 | -0/+4 |
| 2014-11-18 | We have dbm.h, so unbreak the tree |  afresh1 | 1 | -1/+0 |
| 2014-11-18 | Don't build support in perl for *dbm not in the base system |  afresh1 | 1 | -0/+4 |
| 2014-11-17 | 0, not 00 |  deraadt | 1 | -1/+1 |
| 2014-11-17 | Re-add lost unicore files in perl-5.20.1 |  afresh1 | 521 | -7546/+3573 |
| 2014-11-17 | Regenerate unicore for perl-5.20.1 |  afresh1 | 383 | -112116/+156847 |
| 2014-11-17 | Apply local patches to perl-5.20.1 |  afresh1 | 73 | -630/+486 |
| 2014-11-17 | Fix merge conflicts, remove extra files, match upstream perl-5.20.1 |  afresh1 | 977 | -135324/+36251 |
| 2014-11-17 | Import perl-5.20.1 |  afresh1 | 1905 | -98516/+184765 |
| 2014-11-10 | Disable -fgcse on vax at -O2, for it exposes code generation bugs (which might |  miod | 1 | -0/+4 |
| 2014-11-10 | Make flag_gcse non-static. |  miod | 2 | -1/+5 |
| 2014-10-26 | Fix a possibly infinite recursion in Perl Data::Dumper. |  bluhm | 5 | -9/+88 |
| 2014-10-21 | no more kerberos. |  daniel | 1 | -3/+3 |
| 2014-10-20 | Backport fix for binutils 11867: .quad directive not assembled correctly. |  daniel | 4 | -20/+68 |
| 2014-10-12 | Recognize, and ignore, -fstack-shuffle, in gcc 3, so that it may be used in |  miod | 1 | -3/+4 |
| 2014-09-17 | Bye. |  matthieu | 560 | -196890/+0 |
| 2014-09-15 | Unlink sendmail from the build. ok krw@ ajacoutot@ |  matthieu | 1 | -2/+2 |
| 2014-09-10 | Add cpuid.h from clang r197399 with additional feature bits, |  jsg | 2 | -2/+174 |
| 2014-09-05 | update libnet to 1.27; various bugfixes and improvements: |  jasper | 27 | -338/+649 |
| 2014-09-01 | apply fix from upstream to remedy RT 37700, which hardens the close() function |  jasper | 2 | -1/+5 |
| 2014-08-31 | Backport @file support from binutils-2.17 |  tobiasu | 23 | -3/+45 |