aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sigqueue.go
AgeCommit message (Expand)Author
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-21syscall: syscall.AllThreadsSyscall signal handling fixesAndrew G. Morgan
2021-04-21runtime: don't test sig.inuse in sigsendIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-23os/signal: fix a deadlock with syscall.AllThreadsSyscall() useAndrew G. Morgan
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-01os/signal, runtime: remove runtime sigqueue initializationIan Lance Taylor
2019-06-30runtime: use a pipe to wake up signal_recv on DarwinIan Lance Taylor
2018-08-24runtime: mark sigInitIgnored nosplitIan Lance Taylor
2018-04-21os/signal: add func Ignored(sig Signal) boolAdam Azarchs
2017-12-01runtime: improve sigsend documentationAustin Clements
2017-11-30runtime: don't block signals that will kill the programIan Lance Taylor
2017-06-24os/signal: avoid race between Stop and receiving on channelIan Lance Taylor
2016-03-24runtime: improve last ditch signal forwarding for Unix librariesJoe Sylve
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-08runtime: add nowritebarrierrec to funcs called at signal timeIan Lance Taylor
2016-01-08runtime: allow signal.Ignore of user-generated throwing signalsRuss Cox
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-10-16runtime, os/signal: use //go:linkname instead of assembly stubs to get access...Michael Hudson-Doyle
2015-08-26runtime: remove always false comparison in sigsendTodd Neal
2015-07-22runtime/cgo: make compatible with race detectorRuss Cox
2015-07-22runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor
2015-03-24runtime: initialize extra M for cgo during mstartDavid Crawshaw
2015-02-16os/signal: add ability to ignore signals and restore initial signal handlersMichael MacInnis
2015-02-06os/signal, runtime: implement notes on Plan 9David du Colombier
2015-01-04runtime: remove unnecessary GOOS switchIan Lance Taylor
2015-01-01runtime: provide a dummy value of _SIGPROF on plan9 and windowsShenghou Ma
2014-12-31runtime: ignore SIGPROF to foreign threads before cgocallback is fully initia...Shenghou Ma
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert signal handlers from C to GoRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox