summaryrefslogtreecommitdiffstats
path: root/gnu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge post-2.17 but pre-GPLv3 diffs that add support for DT_GNU_HASHguenther2018-12-0312-68/+675
* Fix various overflows in perlafresh12018-11-297-60/+128
* Record an inter-library dependency on libcurses in libedit and libreadline,sthen2018-11-141-1/+3
* Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASHguenther2018-11-131-0/+1
* Eliminate use of sbrk (was only used to print a diagnostic).daniel2018-11-101-1/+1
* Generate __data_start symbol that marks the start of .data when __data_startkettenis2018-10-243-0/+8
* Size static array correctly for the numerically highest index used tonaddy2018-10-242-2/+2
* Add support for -z initfirst.kettenis2018-10-233-0/+4
* Accept both `--foo bar` and `--foo=bar` styles options.naddy2018-10-221-15/+13
* When checking out certain commits by date, cvs got confused. Ifbluhm2018-10-221-1/+3
* When merging sections into the output, lld tries to adjust the alignment ofkettenis2018-10-211-1/+3
* Enable the integrated assembler on mips64.visa2018-10-212-4/+11
* lldb after release, reasons.deraadt2018-10-051-2/+2
* Add infrastructure to compile and link LLDB. Inspecting core filespatrick2018-10-0446-10/+1865
* Allow preemption of functions with protected visibility. Disallowing thiskettenis2018-09-291-1/+2
* Backport support for option -a to addr2line, which will display each addressanton2018-09-182-2/+21
* Pass -L/usr/lib to the linker in preparation for switching to lld, whichnaddy2018-09-142-2/+4
* Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@naddy2018-09-144-12/+20
* Fix --exclude-libs option. Based on code already committed upstream.kettenis2018-09-111-1/+1
* Teach binutils how to assemble INVPCID and how to disassembleguenther2018-09-093-7/+26
* When installing the link to rcs2log, set the owner on the link itselfmillert2018-08-161-1/+1
* Add retguard for arm64.mortimer2018-08-128-3/+216
* Refactor retguard to make adding additional arches easier.mortimer2018-08-1211-257/+458
* Add -fno-ret-protector for arm64.mortimer2018-07-281-2/+2
* Add infrastructure to install lld as the default linker. The old GNU linkerkettenis2018-07-263-6/+14
* inform that diagnostics in functions won't work, but don't error outespie2018-07-201-1/+1
* do not pick up groff from /usr/local/bin in configure, noticed by benno@;naddy2018-07-111-1/+3
* Fix a few, but not all, clang warnings: Use "%s" to print modifiabletb2018-07-106-25/+19
* Drop the ignored selectors (tf_[defg]s) from the trap and interrupt frames.guenther2018-07-101-10/+6
* Explicitly pass -L/usr/lib to the linker. Needed for switching to lld(1)kettenis2018-07-081-1/+2
* Make intrframe the exact same size as trapframe: instead of pushingguenther2018-07-031-11/+1
* Emit trap alignment between basic blocks that are unrechable viamortimer2018-06-221-3/+7
* Avoid Archive::Tar directory traversalafresh12018-06-191-0/+14
* Put the new retguard symbols in their own section,guenther2018-06-121-1/+1
* Merge '.openbsd.randomdata.*' sections into a single '.openbsd.randomdata'guenther2018-06-121-1/+2
* Pass -nopie to the linker when -pg is specified to make theyasuoka2018-06-071-2/+3
* Remove unused variable.mortimer2018-06-071-1/+0
* Add RETGUARD to clang for amd64. This security mechanism uses per-functionmortimer2018-06-0619-4/+396
* Add ret protctor options as no-ops.mortimer2018-06-032-0/+14
* Work around a bug where discarding the .ARM.exidx section in the armv7 kernelkettenis2018-06-031-0/+3
* Add --localize-hidden option to objcopy.kettenis2018-05-212-1/+37
* Switch armv7 to the "softfp" floating-point ABI. The ABI is identical tokettenis2018-05-051-1/+1
* The trapframe layout is no longer exactly the same as the sigcontextguenther2018-04-301-9/+32
* Add a clang pass that identifies potential ROP gadgets and replaces ROPmortimer2018-04-285-1/+275
* Make our ancient binutils recognize .gnu.hash sections such that our toolskettenis2018-04-242-0/+8
* more undos from the mistake this morningderaadt2018-04-213-56/+287
* revert to 2018/04/20 10:00:00, before oopsnaddy2018-04-201-2/+1
* oops, snapshot tests not ready yetderaadt2018-04-203-293/+56
* syncderaadt2018-04-204-1/+8
* Correct heap overflow bugs in perlafresh12018-04-146-22/+87