summaryrefslogtreecommitdiff
path: root/src/runtime/sigqueue.go
Commit message (Expand)AuthorAgeFilesLines
* os/signal: avoid race between Stop and receiving on channelIan Lance Taylor2017-06-241-7/+56
* runtime: improve last ditch signal forwarding for Unix librariesJoe Sylve2016-03-241-17/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-3/+3
* runtime: add nowritebarrierrec to funcs called at signal timeIan Lance Taylor2016-01-081-0/+1
* runtime: allow signal.Ignore of user-generated throwing signalsRuss Cox2016-01-081-6/+14
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-9/+12
* runtime, os/signal: use //go:linkname instead of assembly stubs to get access...Michael Hudson-Doyle2015-10-161-0/+4
* runtime: remove always false comparison in sigsendTodd Neal2015-08-261-4/+4
* runtime/cgo: make compatible with race detectorRuss Cox2015-07-221-0/+1
* runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor2015-07-221-1/+9
* runtime: initialize extra M for cgo during mstartDavid Crawshaw2015-03-241-9/+0
* os/signal: add ability to ignore signals and restore initial signal handlersMichael MacInnis2015-02-161-0/+9
* os/signal, runtime: implement notes on Plan 9David du Colombier2015-02-061-0/+2
* runtime: remove unnecessary GOOS switchIan Lance Taylor2015-01-041-7/+2
* runtime: provide a dummy value of _SIGPROF on plan9 and windowsShenghou Ma2015-01-011-2/+7
* runtime: ignore SIGPROF to foreign threads before cgocallback is fully initia...Shenghou Ma2014-12-311-0/+9
* runtime: rename gothrow to throwKeith Randall2014-12-281-2/+2
* [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-14/+2
* [dev.cc] runtime: convert signal handlers from C to GoRuss Cox2014-11-111-4/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+173