aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go-patches/0003-cmd-link-ignore-SEH-marking-on-PE-objects.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: update to go 1.16 beta1Jason A. Donenfeld2021-01-041-47/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ringlogger: hook into global panic writerJason A. Donenfeld2020-12-091-1/+1
| | | | | | | | | | | This is a grotesque hack, and hopefully upstream Go will provide a nicer way of doing this, but already it seems quite adept at catching panics. See https://github.com/golang/go/issues/42888 for more info. This requires us to rewrite the ringlogger path to avoid all allocations. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* go-patches: add ARM TST fixJason A. Donenfeld2020-12-021-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* go-patches: fix isAbort calculation on armJason A. Donenfeld2020-11-271-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* go-patches: force PIE mode on armJason A. Donenfeld2020-11-271-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* go-patches: add back hires windows timer patchesJason A. Donenfeld2020-11-221-2/+2
| | | | | | | | This adds back the high resolution timer patches, but with the addition of Alex's recent fix to branch to the old code in the event that 0x28(%gs) is zeroed out. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: bump golang version to 1.15.5Jason A. Donenfeld2020-11-191-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* go-patches: support 8 callback arguments on armJason A. Donenfeld2020-11-131-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: add linker patches for llvm-rcJason A. Donenfeld2020-11-131-0/+47
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>