summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
2019-01-29add Makefiles for AMDGPU targetJonathan Gray
2019-01-27Install lldb's manpage directly from the GNU directory, like lld does.Patrick Wildt
2019-01-27regenPatrick Wildt
2019-01-27Remove specific clang version from check for clang.Patrick Wildt
2019-01-27Update clang build infrastructure for LLVM 7.0.1.Patrick Wildt
2019-01-19CXXFLAGS are the correct spelling for c++ options.Ted Unangst
2019-01-13Map SHT_LLVM_ADDRSIG to stringPhilip Guenther
2019-01-13Ignore LLVM 7's ADDRSIG section.Philip Guenther
2019-01-12Check for the CPU architecture and not the system architecture whenChristian Weisgerber
2019-01-11disable the correct performance options, per-architectureTheo de Raadt
2019-01-10Drop dead links to loria.fr and cvshome.orgJeremie Courreges-Anglas
1995-12-19raw import of cvs-1.6Theo de Raadt
2019-01-08Disable ret-protector and retpoline protections in the clang compilerAlexander Bluhm
2019-01-07Don't print "allocated section '.foobar' not in segment" warning forMark Kettenis
2019-01-04Make gas ignore the ".set hardfloat" directive on mips64.Visa Hankala
2018-12-25Remove unused static function since clang errors out because of this.Claudio Jeker
2018-12-22Add support for R_MIPS_PC32 relocation. It is needed for linking codeVisa Hankala
2018-12-18The scripts just tests whether GENERATE_PIE_SCRIPT is set and ignores itsPhilip Guenther
2018-12-18Generate PIE ldscripts on armv7, hppa, and sh, so that there are symbolsPhilip Guenther
2018-12-11Add PN_XNUM support to libbfd so objdump and gdb can handle corePhilip Guenther
2018-12-06Core files with >65535 sections have to use PN_XNUM and a section headerPhilip Guenther
2018-12-03Merge post-2.17 but pre-GPLv3 diffs that add support for DT_GNU_HASHPhilip Guenther
2018-11-29Fix various overflows in perlAndrew Fresh
2018-11-13Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASHPhilip Guenther
2018-10-24Size static array correctly for the numerically highest index used toChristian Weisgerber
2018-10-22When checking out certain commits by date, cvs got confused. IfAlexander Bluhm
2018-10-05lldb after release, reasons.Theo de Raadt
2018-10-04Add infrastructure to compile and link LLDB. Inspecting core filesPatrick Wildt
2018-09-18Backport support for option -a to addr2line, which will display each addressanton
2018-09-14Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@Christian Weisgerber
2018-09-09Teach binutils how to assemble INVPCID and how to disassemblePhilip Guenther
2018-08-16When installing the link to rcs2log, set the owner on the link itselfTodd C. Miller
2018-08-12Add retguard for arm64.mortimer
2018-08-12Refactor retguard to make adding additional arches easier.mortimer
2018-07-28Add -fno-ret-protector for arm64.mortimer
2018-07-26Add infrastructure to install lld as the default linker. The old GNU linkerMark Kettenis
2018-07-11do not pick up groff from /usr/local/bin in configure, noticed by benno@;Christian Weisgerber
2018-07-10Fix a few, but not all, clang warnings: Use "%s" to print modifiableTheo Buehler
1998-02-22Latest version from CyclicThorsten Lockert
1995-12-19raw import of cvs-1.6Theo de Raadt
2018-07-10Drop the ignored selectors (tf_[defg]s) from the trap and interrupt frames.Philip Guenther
2018-07-03Make intrframe the exact same size as trapframe: instead of pushingPhilip Guenther
2018-06-19Avoid Archive::Tar directory traversalAndrew Fresh
2018-06-06Add RETGUARD to clang for amd64. This security mechanism uses per-functionmortimer
2018-05-21Add --localize-hidden option to objcopy.Mark Kettenis
2018-04-30The trapframe layout is no longer exactly the same as the sigcontextPhilip Guenther
2018-04-28Add a clang pass that identifies potential ROP gadgets and replaces ROPmortimer
2018-04-24Make our ancient binutils recognize .gnu.hash sections such that our toolsMark Kettenis
2018-04-20revert to 2018/04/20 10:00:00, before oopsChristian Weisgerber
2018-04-20syncTheo de Raadt