summaryrefslogtreecommitdiffstats
path: root/gnu
AgeCommit message (Expand)AuthorFilesLines
2015-01-19Prefer strdup() to malloc() + strcpy() and ftello() to ftell()miod1-5/+3
2015-01-13Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this tokettenis3-8/+26
2015-01-13Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this tokettenis3-8/+26
2015-01-12Make putting a breakpoint on the first instruction of a program work.kettenis1-1/+1
2015-01-03Fix race condition in perl's ExtUtils::MakeMakerafresh11-2/+2
2014-12-30Make perl use our (arc4random backed) drand48 when unseededafresh12-4/+7
2014-12-30self-relocating crt0 bits for sh, and enable static pie by default. With somemiod2-2/+3
2014-12-27Link -static -pie executables with rcrt0.o instead of crt0.o such that theykettenis1-1/+2
2014-12-27Link -static -pie executables with rcrt0.o instead of crt0.o such that theykettenis1-2/+3
2014-12-27Change the default entry point from _start to __start.kettenis1-0/+1
2014-12-26Link -static -pie executables on powerpc with rcrt0.o instead of crt0.okurt1-2/+3
2014-12-25Don't generate PLT entries for symbols defined in a regular object forkettenis2-3/+4
2014-12-25Don't generate PLT entries for symbols defined in a regular object forkettenis2-3/+4
2014-12-24Use an extension that installperl skips for the Config_heavy modificationsafresh11-1/+1
2014-12-24Avoid /usr/local while building perl, but allow it for portsafresh12-2/+15
2014-12-22Link -static -pie executables with rcrt0.o instead of crt0.o such that theykurt1-1/+2
2014-12-22Link -static -pie executables with rcrt0.o instead of crt0.o such that theykettenis1-1/+2
2014-12-22Link -static -pie executables with rcrt0.o instead of crt0.o such that theykettenis1-1/+4
2014-12-22Link -static -pie executables with rcrt0.o instead of crt0.o such that theykettenis1-1/+2
2014-12-22Teach ld(1) not to add a PT_INTERP entry for -static -pie.kettenis14-14/+16
2014-12-22Teach ld(1) not to add a PT_INTERP entry for -static -pie.kettenis16-16/+18
2014-12-07Don't make manpages from anything in Pod-Perldoc/corpusafresh11-1/+0
2014-12-07Do not install function(1), it is just an outdated copy of perlfunc(1).schwarze1-1/+0
2014-11-29Reapply a patch to stop rebuilding libperl with incorrect flagsafresh12-33/+33
2014-11-26Make caretx a perl dependency, not just miniperlafresh11-7/+4
2014-11-26Use perl's my_strlcat in DynaLoaderafresh11-2/+2
2014-11-20partial_where points into the buffer that begins with buffer_startmillert2-2/+2
2014-11-20use ${SHELL} to run scripts in the src treederaadt1-2/+2
2014-11-19Bring in a change present in binutils 2.17 to allow sahf/lahfjsg1-2/+2
2014-11-18Recognize dcbzl, backported from binutils-2.17.mpi1-0/+4
2014-11-18We have dbm.h, so unbreak the treeafresh11-1/+0
2014-11-18Don't build support in perl for *dbm not in the base systemafresh11-0/+4
2014-11-170, not 00deraadt1-1/+1
2014-11-17Re-add lost unicore files in perl-5.20.1afresh1521-7546/+3573
2014-11-17Regenerate unicore for perl-5.20.1afresh1383-112116/+156847
2014-11-17Apply local patches to perl-5.20.1afresh173-630/+486
2014-11-17Fix merge conflicts, remove extra files, match upstream perl-5.20.1afresh1977-135324/+36251
2014-11-17Import perl-5.20.1afresh11905-98516/+184765
2014-11-10Disable -fgcse on vax at -O2, for it exposes code generation bugs (which mightmiod1-0/+4
2014-11-10Make flag_gcse non-static.miod2-1/+5
2014-10-26Fix a possibly infinite recursion in Perl Data::Dumper.bluhm5-9/+88
2014-10-21no more kerberos.daniel1-3/+3
2014-10-20Backport fix for binutils 11867: .quad directive not assembled correctly.daniel4-20/+68
2014-10-12Recognize, and ignore, -fstack-shuffle, in gcc 3, so that it may be used inmiod1-3/+4
2014-09-17Bye.matthieu560-196890/+0
2014-09-15Unlink sendmail from the build. ok krw@ ajacoutot@matthieu1-2/+2
2014-09-10Add cpuid.h from clang r197399 with additional feature bits,jsg2-2/+174
2014-09-05update libnet to 1.27; various bugfixes and improvements:jasper27-338/+649
2014-09-01apply fix from upstream to remedy RT 37700, which hardens the close() functionjasper2-1/+5
2014-08-31Backport @file support from binutils-2.17tobiasu23-3/+45