aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_unix.go
AgeCommit message (Expand)Author
2021-08-03[release-branch.go1.15] runtime: fix crash during VDSO calls on PowerPCDerek Parker
2020-11-20[release-branch.go1.15] runtime: block signals in needm before allocating MIan Lance Taylor
2020-10-20[release-branch.go1.15] runtime: wait for preemption signals before syscall.ExecIan Lance Taylor
2020-10-20[release-branch.go1.15] runtime: stop preemption during syscall.Exec on DarwinIan Lance Taylor
2020-06-26runtime: don't preempt if preemption is disabledCherry Zhang
2020-06-15runtime: set g to gsignal before adjustSignalStackCherry Zhang
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-04-22runtime: crash on SI_USER SigPanic signalIan Lance Taylor
2020-04-16runtime: clean up now unused pushCallSupportedJoel Sing
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-18runtime: don't send preemption signal if there is a signal pendingCherry Zhang
2020-03-02runtime: print instruction bytes when reporting a SIGILLKeith Randall
2020-02-05runtime: don't treat SIGURG as a bad signalIan Lance Taylor
2019-11-26runtime: disable async preemption on darwin/arm(64) if no cgoCherry Zhang
2019-11-18runtime: always use Go signal stack in non-cgo programCherry Zhang
2019-11-15runtime: crash if a signal is received with bad G and no extra MCherry Zhang
2019-11-07runtime: add async preemption support on MIPS and MIPS64Cherry Zhang
2019-11-05runtime: don't fetch G from signal stack when using cgoCherry Zhang
2019-11-05runtime: setg after sigFetchGCherry Zhang
2019-11-02runtime: use signals to preempt Gs for suspendGAustin Clements
2019-10-31runtime: atomically set span state and use as publication barrierAustin Clements
2019-10-26runtime: add test for signalMAustin Clements
2019-10-23runtime: save/fetch g register during VDSO on ARM and ARM64Cherry Zhang
2019-10-22runtime: factor signal stack code out of sigtrampgoIan Lance Taylor
2019-10-11runtime: when disabling SIGPROF handler, ignore SIGPROFIan Lance Taylor
2019-10-11runtime: move sighandler into signal_unix.goIan Lance Taylor
2019-09-23runtime: fix regression on ppc64x from CL 192937Lynn Boger
2019-09-11runtime: fix crash during VDSO calls on armYuichi Nishiwaki
2019-08-31runtime: don't forward SIGPIPE on macOSElias Naur
2019-08-29Revert "runtime: don't forward SIGPIPE on macOS"Daniel Martí
2019-08-29runtime: don't forward SIGPIPE on macOSElias Naur
2019-06-06runtime: mark all Go symbols called from assembly in other packagesAustin Clements
2019-06-03runtime: fix sigpipe do not check SIGPIPE was ignoredLE Manh Cuong
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2019-03-05all: join a few chained ifsDaniel Martí
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-10-03runtime: add AIX operating systemClément Chigot
2018-05-21runtime: remove darwin workaround for process-wide raiseElias Naur
2018-04-30runtime: perform crashes outside systemstackElias Naur
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2018-04-21os/signal: add func Ignored(sig Signal) boolAdam Azarchs
2018-03-21all: enable c-shared/c-archive support for freebsd/amd64Tim Wright
2018-01-23runtime: don't grow the stack on sigpanic if throwsplitAustin Clements
2017-12-07runtime: sleep longer in dieFromSignal on DarwinIan Lance Taylor
2017-12-01runtime: restore the Go-allocated signal stack in unminitAustin Clements
2017-11-30runtime: don't block signals that will kill the programIan Lance Taylor
2017-11-23runtime: document sigtrampgo betterAustin Clements
2017-10-11runtime: don't try to free OS-created signal stacksAustin Clements
2017-08-29runtime: forward crashing signals to late handlersElias Naur
2017-08-25runtime: unify sigTabT type across Unix systemsIan Lance Taylor