Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | os/signal: add func Ignored(sig Signal) bool | Adam Azarchs | 2018-04-21 | 1 | -0/+5 |
* | os/signal: avoid race between Stop and receiving on channel | Ian Lance Taylor | 2017-06-24 | 1 | -0/+20 |
* | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -1/+1 |
* | runtime, os/signal: use //go:linkname instead of assembly stubs to get access... | Michael Hudson-Doyle | 2015-10-16 | 1 | -0/+6 |
* | runtime: fix signal handling on Plan 9 | David du Colombier | 2015-05-12 | 1 | -7/+16 |
* | os/signal: add ability to ignore signals and restore initial signal handlers | Michael MacInnis | 2015-02-16 | 1 | -0/+4 |
* | os/signal, runtime: implement notes on Plan 9 | David du Colombier | 2015-02-06 | 1 | -0/+115 |