summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2016-06-08Revert the change that made the PLT readonly. The dynamic linker nowMark Kettenis
2016-06-02Fix internal compiler error with long long arithmeticDavid Coppa
2016-06-01Until we get relro working, we need the __{got,plt}_{start,end} symbolsPhilip Guenther
2016-05-31Port over binutils fix for PR ld/3111.Stefan Kempf
2016-05-28-z wxneeded creates a PHDR PT_OPENBSD_WXNEEDED. This annotation is placedTheo de Raadt
2016-05-23On sparc64, make the PLT read-only. This allows the kernel and ld.so toMark Kettenis
2016-05-08Correct return value of OpenBSD::MkTemp in scalar contextAndrew Fresh
2016-05-07remove reference to file that's only built when dbm is presentTed Unangst
2016-05-07... and link into the buildMarc Espie
2016-05-07fix build within perlMarc Espie
2016-05-07same patch as ports treeMarc Espie
2016-05-07Term::ReadKey vendor import, as discussed with millert@ and afresh1@Marc Espie
2016-05-05Add support for named initializers for anonymous structs/unions. This is aMark Kettenis
2016-04-26Show octeon in readelf -h output.Visa Hankala
2016-04-26Add Octeon specific sync opcodes.Paul Irofti
2016-04-25Stop embedding the build time in the Perl binary.Daniel Dickman
2016-04-22Add entry for CVE-2015-8853 patch.Todd C. Miller
2016-04-20Apply fix for perl bug 123562 which has been assigned CVE-2015-8853.Todd C. Miller
2016-04-19In pod2man(1), enable UTF-8 output by default and provide a --no-utf8Ingo Schwarze
2013-03-25import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfStuart Henderson
2016-03-30Fix optimization for alphas without the ``precise arithmetic trap'' extensionAndrew Fresh
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-29Fix fallout from the switch to binutils 2.17: the binaries created by 2.17Mark Kettenis
2016-03-29remove unused variableCharles Longeau
2016-03-28Cleanup duplicate filenames in SRCSTheo de Raadt
2016-03-24Change the default gcc arm arch target from strongarm (armv4) toJonathan Gray
2016-03-07regentb
2016-03-07There is a mknod(2) call hidden deep in the guts of cvs(1) thattb
2016-02-28In emit_insxl() force the first operand of the insbl or inswl patternJonathan Gray
2016-02-24Cope with ambiguous environmentsAndrew Fresh
2016-02-21In alpha_expand_block_clear(), cope with the offset being negative;Theo de Raadt
2016-02-18Disable the stack protector when building libstdc++ on arm. Fixes testJonathan Gray
2016-01-20quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@Stuart Henderson
2016-01-14fix typommcc
2016-01-11Fix perl CVE-2015-8607 - XS File::Spec::canonpath loses taintAndrew Fresh
2014-11-17Import perl-5.20.1Andrew Fresh
2015-12-27add missing header needed for pledge(2)Charles Longeau
2015-12-26Fix branch delay slots. Found while making test builds of ports.Visa Hankala
2015-12-21Recognise the rdseed instruction introduced with Broadwell.Jonathan Gray
2015-12-18Add library-based __sync functions for mips64.Visa Hankala
2015-12-17Implement a memory barrier for mips. Basically this makes __sync_synchronize()Mark Kettenis
2015-12-10Actually install OpenBSD::Pledge perl moduleAndrew Fresh
2015-12-05Implement the .inst assembler directive for arm.Tobias Ulmer
2015-12-01Fix __sync_val_compare_and_swap_8() on i386 for code compiled with -fPIC.Mark Kettenis
2015-11-29OpenBSD::Pledge - perl interface to pledge(2)Andrew Fresh
2015-11-28Back out previous commit. Not emitting DT_RPATH isn't helpful if our ld.soMark Kettenis
2015-11-26Fix "Bad value" error seen when building Mesa 11.0.6 which uses -Bsymbolic.Mark Kettenis
2015-11-26change the name "as" in the NAME section of the as(1) manuals to lowercase;Ingo Schwarze
2015-11-22Use yy_size_t instead of int in yy_input(). Makes things work on BE 64-bitMark Kettenis
2015-11-20Regen.Jeremie Courreges-Anglas