summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2017-07-19more depends gc / yacc rules overhaulMarc Espie
2017-07-11protoize.1 isn't generated, so don't list it as a target, because itMarc Espie
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-07-09zap empty depends/silence empty installs.Marc Espie
2017-07-04proper escaping to prevent information loss; found with mandoc -TlintIngo Schwarze
2017-07-04Should have committed this two days ago, last part that ran during dependMarc Espie
2017-07-04complete "nodepend" in sourceMarc Espie
2017-07-01provide both TRAP and NOP values for our architectures, then changeTheo de Raadt
2017-06-28move all the post-Configure stuff to Makefile.bsd-wrapper1 instead of justMarc Espie
2017-06-28if we return nullptr for a "noexec" section, then don't change section.Marc Espie
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2017-06-27trapsleds for clang, similar to the change on gas side.Theo de Raadt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2017-06-23Make libiberty test programs compile and run without segfault.Alexander Bluhm
2017-06-23Always include Makefile.dep, conditionally including it based on theJonathan Gray
2017-06-22i386 uses a intentional fallthrough between appended code blocks in .init,Theo de Raadt
2017-06-21elf64_x86_64_plt0_entry had a hardcoded nop-sled, before the subsequentTheo de Raadt
2017-06-21Intra-segment traps instead of nops. Similar to kernel change, furtherTheo de Raadt
2017-06-21Large nopsleds make it easier for ROP machinery to sloppily reach targets.Theo de Raadt
2017-06-21For a decade or more, we've patched gcc to make -fno-ident the default.Ted Unangst
2017-06-21DEPENDSFILE comes from FreeBSD, we don't have it. replace it with itsMarc Espie
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-06-12destroy lint remnants.Marc Espie
2017-06-06Enable -fwrapv by default with clang to treat signed integer overflowsJonathan Gray
2017-06-04Replace ((2 << 31) - 1) with 0xffffffff, which is equivalent but doesn'tChristian Weisgerber
2017-06-04Update to perl File::Path 2.13 for security fixesAndrew Fresh
2017-06-02Synonym -Wno-cpp for -Wno-#warnings. That one is not a headache forMarc Espie
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2017-05-31Make gcc move switch tables into .rodata instead of .text on i386/amd64Stefan Kempf
2017-05-29openbsd does not use nonexec stack segment header hints.Ted Unangst
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2017-05-09Enable TLS support but default to the emulatated TLS model. Enable theMark Kettenis
2017-05-08gcc 4.9 makes unknown -Wno-* vanish.Marc Espie
2017-04-28Install a few more x86 intrinsics header files.Mark Kettenis
2017-04-27add support for -msave-args in gcc on amd64David Gwynne
2017-04-20Install clflushoptintrin.h and move pkuintrin.h such that the list isMark Kettenis
2017-04-17Take a more radical approach to disabling colours: pretend we don'tPascal Stumpf
2017-04-17Change build infrastructure to allow building both gcc and clang. ThisMark Kettenis
2017-04-16Disable colored diagnostics in LLVM's lld.Patrick Wildt
2017-04-15Handle R_SPARC_WPLT30 relocations against a local symbol. Fixes building theMark Kettenis
2017-04-14once cvs's flow-control mechanism has kicked in, stop reading fromJoshua Stein
2017-04-12explicitly set the ownership on installed include files as wellJonathan Gray
2017-04-12Invoke install -d for each directory in the /usr/lib/clang hierarchyJonathan Gray
2017-04-10Generate and install arm_neon.h on arm and arm64.Mark Kettenis
2017-04-09Sync symbol lists for trap/interrupt frame detection with what ddb(4) usesPhilip Guenther
2017-04-02Fix an out-of-bounds memory access with 64-bit armaps.Visa Hankala
2017-03-27Do not clobber the default compiler/linker links unless COMPILER_VERSION isMark Kettenis
2017-03-24Add "supported targets" in lld --help output to be compatible with whatJonathan Gray
2017-03-24Add "(compatible with GNU linkers)" to the lld version output to avoidJonathan Gray
2017-03-19Work around a problem where linker-generated symbols are not properlyMark Kettenis