aboutsummaryrefslogtreecommitdiff
path: root/patches/linux/4.2.3
Commit message (Collapse)AuthorAgeFilesLines
* file modes: Set files to be non-executableBryan Hundven2015-11-121-0/+0
| | | | | | | | | | | | | | I was going to start doing some autoconf work, and noticed that configure.in was executable. Then I noticed Makefile.in was executable. o.O So, I ran ```find . -type f -executable``` and found a bunch of files that shouldn't be set executable. This commit makes them normal files again. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Cygwin: Define R_X86_64_JUMP_SLOTRay Donnelly2015-11-131-0/+16
This should be upstreamed to Cygwin ideally. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>