aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo_sigaction.go
AgeCommit message (Expand)Author
2021-05-10runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgoLynn Boger
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2019-04-16runtime: avoid getg in preinit on AndroidElias Naur
2018-05-02runtime: enable memory sanitizer on arm64Fangming.Fang
2018-03-21all: enable c-shared/c-archive support for freebsd/amd64Tim Wright
2018-03-07runtime: change from rt_sigaction to sigactionIan Lance Taylor
2017-07-20runtime: don't call libc sigaction function in forked childIan Lance Taylor
2016-11-16runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills