summaryrefslogtreecommitdiff
path: root/src/runtime/sigqueue_plan9.go
Commit message (Expand)AuthorAgeFilesLines
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+5
* runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt2022-02-151-7/+0
* os/signal: fix a deadlock with syscall.AllThreadsSyscall() useAndrew G. Morgan2020-12-231-0/+7
* os/signal, runtime: remove runtime sigqueue initializationIan Lance Taylor2020-04-011-4/+1
* os/signal: add func Ignored(sig Signal) boolAdam Azarchs2018-04-211-0/+5
* os/signal: avoid race between Stop and receiving on channelIan Lance Taylor2017-06-241-0/+20
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime, os/signal: use //go:linkname instead of assembly stubs to get access...Michael Hudson-Doyle2015-10-161-0/+6
* runtime: fix signal handling on Plan 9David du Colombier2015-05-121-7/+16
* os/signal: add ability to ignore signals and restore initial signal handlersMichael MacInnis2015-02-161-0/+4
* os/signal, runtime: implement notes on Plan 9David du Colombier2015-02-061-0/+115