summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2023-02-24switch mips64 ld.lld to execute-only, in case someone uses itTheo de Raadt
2023-02-24disable jump tables by default on sparc64, in prep for xonly by defaultTheo de Raadt
2023-02-21Remove conflict markers from perl testsAndrew Fresh
2023-02-21Don't install DebugWrap.1 manpageAndrew Fresh
2023-02-15Apply pre-built unicore patch - perl-5.36.0Andrew Fresh
2023-02-15Apply local patches - perl-5.36.0Andrew Fresh
2023-02-15Fix merge issues, remove excess files - match perl-5.36.0 distAndrew Fresh
2023-02-15Import perl-5.36.0Andrew Fresh
2019-02-13Import perl-5.28.1Andrew Fresh
2013-03-25import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfStuart Henderson
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2008-09-29import perl 5.10.0 from CPANTodd C. Miller
2002-10-27stock perl 5.8.0 from CPANTodd C. Miller
2001-05-24stock perl 5.6.1Todd C. Miller
2000-04-06virgin perl 5.6.0Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
2023-02-05default __mips64__ to execute onlyTheo de Raadt
2023-02-05Switch the mips64 linker scripts over to the templates that order .rodataMark Kettenis
2023-02-04Make ld.bfd default to --execute-only on amd64.Mark Kettenis
2023-02-03default sparc64 ld.lld to --execute-onlyTheo de Raadt
2023-02-03make --execute-only the default on powerpcTheo de Raadt
2023-02-01Despite only testing the low-order bit of its operand, the blbc and blbsMiod Vallat
2023-02-01Backport gnu/gcc/gcc/c-typeck.c r1.3 to the gcc 3 code base:Miod Vallat
2023-01-30sync --execute-only archs described in the manual with current codeStuart Henderson
2023-01-2932-bit powerpc should also allow the --exec-only flag.Theo de Raadt
2023-01-28Permit the --exec-only option on i386 also. This does not make it the default.Theo de Raadt
2023-01-28Make --execute-only the default on powerpc64. Sort case statements inMark Kettenis
2023-01-27Recommit the switch to use llvm-strip on architectures that use ld.lld.Mark Kettenis
2023-01-27Change the emitted .glink stub on powerpc64 to use an instruction sequenceMark Kettenis
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-01-24permit -execute-only on ppc64 (not default)Theo de Raadt
2023-01-21enable --exec-only as default on AMD64. There will be a some ports falloutTheo de Raadt
2023-01-19Revert previous commit (but leave the man page around); llvm-strip behavesMark Kettenis
2023-01-19The binutils strip damages GNU_RELRO on binaries linked by ld.lld on atMark Kettenis
2023-01-18Adjust how gcc4 handles the "missing braces around initializer" warning.Claudio Jeker
2023-01-14Update the list of architectures where clang will accept theTheo de Raadt
2023-01-14Allow people to try --execute-only on amd64 and sparc64. the default isTheo de Raadt
2023-01-12Fix trivial stack buf oflowMiod Vallat
2000-02-09TexInfo 4.0. New manpages, can create html.Marc Espie
2023-01-11arm64 and riscv64 can now do --execute-only by defaultTheo de Raadt
2023-01-11hppa can switch over to --execute-only by default.Theo de Raadt
2023-01-10like hppa, sparc64 will need gcc's jump tables option disabled toTheo de Raadt
2023-01-10disable jump tables by default on hppa because they are incompatibleTheo de Raadt
2023-01-10create infrastructure so that jump tables on/off can be tweaked by anTheo de Raadt
2023-01-09Change the __canonicalize_funcptr_for_compare() implementation to stopMark Kettenis
2023-01-09Generate the "combreloc" scripts for the new linker script template as well.Mark Kettenis
2023-01-09Adjust the hppa linker scripts to order .rodata (and other sectionsMark Kettenis
2023-01-09Implement --execute-only (and turn --no-execute-only from a no-op into anMark Kettenis
2023-01-07accept --executable-only on aarch64, riscv64, and mips64 because theTheo de Raadt