aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sigqueue_plan9.go
AgeCommit message (Expand)Author
2020-12-23os/signal: fix a deadlock with syscall.AllThreadsSyscall() useAndrew G. Morgan
2020-04-01os/signal, runtime: remove runtime sigqueue initializationIan Lance Taylor
2018-04-21os/signal: add func Ignored(sig Signal) boolAdam Azarchs
2017-06-24os/signal: avoid race between Stop and receiving on channelIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2015-10-16runtime, os/signal: use //go:linkname instead of assembly stubs to get access...Michael Hudson-Doyle
2015-05-12runtime: fix signal handling on Plan 9David du Colombier
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