1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:41:21 -06:00
go/src
Ian Lance Taylor fbdfa99246 runtime: for c-archive/c-shared, don't install unnecessary signal handlers
Only install signal handlers for synchronous signals that become
run-time panics.  Set the SA_ONSTACK flag for other signal handlers as
needed.

Fixes #13028.
Update #12465.
Update #13034.
Update #13042.

Change-Id: I28375e70641f60630e10f3c86e24b6e4f8a35cc9
Reviewed-on: https://go-review.googlesource.com/17903
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-12-18 22:27:38 +00:00
..
archive archive/tar: document how Reader.Read handles header-only files 2015-12-17 15:48:10 +00:00
bufio bufio: clarify Read docs 2015-12-01 20:05:25 +00:00
builtin
bytes bytes: document that buffer is reused in Truncate and Reset 2015-12-18 19:40:58 +00:00
cmd cmd/go: ignore XML errors after Go <meta> tags 2015-12-18 19:51:06 +00:00
compress compress/bzip2/testdata: make Mark.Twain-Tom.Sawyer.txt free 2015-12-02 02:40:38 +00:00
container
crypto crypto/x509: handle CRLDistributionPoints without FullNames 2015-12-17 07:17:28 +00:00
database/sql database/sql: Add DB.SetConnMaxLifetime 2015-12-02 17:38:31 +00:00
debug debug/elf: rename Chdr64.Reserved to _ 2015-12-18 20:41:26 +00:00
encoding encoding/pem: make TestFuzz testing/quick safe 2015-12-08 19:27:20 +00:00
errors
expvar
flag
fmt Revert "fmt: check newline in the end of input" 2015-12-11 06:35:20 +00:00
go testing: use debug.SetTraceback("all") to show all goroutines at test timeout 2015-12-18 20:51:32 +00:00
hash
html
image
index/suffixarray
internal os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from console 2015-12-17 16:23:39 +00:00
io io/ioutil: add examples to functions 2015-11-30 19:47:18 +00:00
log
math math/big: additional Montgomery cleanup 2015-12-16 20:25:29 +00:00
mime mime: fix parsing of empty string attribute value 2015-12-05 20:14:25 +00:00
net net/http: document that Server.TLSNextProto has automatic HTTP/2 also 2015-12-18 18:30:39 +00:00
os runtime: for c-archive/c-shared, don't install unnecessary signal handlers 2015-12-18 22:27:38 +00:00
path path/filepath: include test number in TestIssue13582 output 2015-12-15 06:43:35 +00:00
reflect reflect: document DeepEqual, fix case of maps with NaN keys 2015-12-11 05:50:05 +00:00
regexp regexp/syntax: fix handling of \Q...\E 2015-12-01 22:45:12 +00:00
runtime runtime: for c-archive/c-shared, don't install unnecessary signal handlers 2015-12-18 22:27:38 +00:00
sort sort: improve average quicksort performance 2015-12-04 20:41:47 +00:00
strconv
strings
sync internal/race: add package 2015-11-26 16:50:31 +00:00
syscall syscall: fix duplicated copyright header in mksysnum_plan9.sh 2015-12-10 20:45:18 +00:00
testing testing: use debug.SetTraceback("all") to show all goroutines at test timeout 2015-12-18 20:51:32 +00:00
text
time time: reject invalid day of month in Parse 2015-12-10 19:12:13 +00:00
unicode unicode/utf8: add test for FullRune 2015-12-01 10:39:06 +00:00
unsafe
vendor/golang.org/x/net/http2/hpack net/http: updated bundled copy of x/net/http2 2015-12-16 21:00:35 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash src: remove reference to since-deleted dist -s flag 2015-12-17 22:03:56 +00:00
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc