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
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2022-08-31
runtime: convert sig.{state,delivering} to atomic type
cuiweixie
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-04-21
syscall: syscall.AllThreadsSyscall signal handling fixes
Andrew G. Morgan
2021-04-21
runtime: don't test sig.inuse in sigsend
Ian Lance Taylor
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-23
os/signal: fix a deadlock with syscall.AllThreadsSyscall() use
Andrew G. Morgan
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-04-01
os/signal, runtime: remove runtime sigqueue initialization
Ian Lance Taylor
2019-06-30
runtime: use a pipe to wake up signal_recv on Darwin
Ian Lance Taylor
2018-08-24
runtime: mark sigInitIgnored nosplit
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