index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
sigqueue.go
Age
Commit message (
Expand
)
Author
2018-08-24
[release-branch.go1.11] runtime: mark sigInitIgnored nosplit
go1.11
Ian Lance Taylor
2018-04-21
os/signal: add func Ignored(sig Signal) bool
Adam Azarchs
2017-12-01
runtime: improve sigsend documentation
Austin Clements
2017-11-30
runtime: don't block signals that will kill the program
Ian Lance Taylor
2017-06-24
os/signal: avoid race between Stop and receiving on channel
Ian Lance Taylor
2016-03-24
runtime: improve last ditch signal forwarding for Unix libraries
Joe Sylve
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-08
runtime: add nowritebarrierrec to funcs called at signal time
Ian Lance Taylor
2016-01-08
runtime: allow signal.Ignore of user-generated throwing signals
Russ Cox
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-10-16
runtime, os/signal: use //go:linkname instead of assembly stubs to get access...
Michael Hudson-Doyle
2015-08-26
runtime: remove always false comparison in sigsend
Todd Neal
2015-07-22
runtime/cgo: make compatible with race detector
Russ Cox
2015-07-22
runtime: if we don't handle a signal on a non-Go thread, raise it
Ian Lance Taylor
2015-03-24
runtime: initialize extra M for cgo during mstart
David Crawshaw
2015-02-16
os/signal: add ability to ignore signals and restore initial signal handlers
Michael MacInnis
2015-02-06
os/signal, runtime: implement notes on Plan 9
David du Colombier
2015-01-04
runtime: remove unnecessary GOOS switch
Ian Lance Taylor
2015-01-01
runtime: provide a dummy value of _SIGPROF on plan9 and windows
Shenghou Ma
2014-12-31
runtime: ignore SIGPROF to foreign threads before cgocallback is fully initia...
Shenghou Ma
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-11-12
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
Russ Cox
2014-11-11
[dev.cc] runtime: convert signal handlers from C to Go
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox