summaryrefslogtreecommitdiff
path: root/src/runtime/sigqueue_plan9.go
Commit message (Expand)AuthorAgeFilesLines
* 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