summaryrefslogtreecommitdiff
path: root/src/os/signal/signal_unix.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* os/signal, runtime: remove runtime sigqueue initializationIan Lance Taylor2020-04-011-2/+0
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* os/signal: lazily start signal watch loop only on NotifyEmmanuel T Odeke2019-10-021-1/+2
* os: add AIX operating systemClément Chigot2018-10-111-1/+1
* os: add js/wasm architectureRichard Musiol2018-06-011-1/+1
* os/signal: add func Ignored(sig Signal) boolAdam Azarchs2018-04-211-0/+5
* runtime, os/signal: use //go:linkname instead of assembly stubs to get access...Michael Hudson-Doyle2015-10-161-1/+1
* os/signal: add ability to ignore signals and restore initial signal handlersMichael MacInnis2015-02-161-0/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+53