aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_unix.go
AgeCommit message (Expand)Author
2022-05-06[release-branch.go1.17] runtime: don't block preemption signal in new M's or ...Ian Lance Taylor
2021-06-21runtime: fix crash during VDSO calls on PowerPCDerek Parker
2021-06-18runtime: disable CPU profiling before removing the SIGPROF handlerIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-22runtime: check for g0 stack last in signal handlerCherry Zhang
2020-12-23runtime: linux iscgo support for not blocking nptl signalsAndrew G. Morgan
2020-12-04runtime: avoid receiving preemotion signal while exec'ingCherry Zhang
2020-10-28runtime: always enable async preemption on darwin/arm64Cherry Zhang
2020-10-28runtime: block signals in needm before allocating MIan Lance Taylor
2020-10-26runtime: tidy cgocallbackAustin Clements
2020-10-16runtime: wait for preemption signals before syscall.ExecIan Lance Taylor
2020-10-15runtime: stop preemption during syscall.Exec on DarwinIan Lance Taylor
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-18runtime/debug: provide Addr method for errors from SetPanicOnFaultKeith Randall
2020-08-19runtime: don't call setitimer for each threadIan Lance Taylor
2020-08-17runtime: print faulting instruction on a SIGFPEKeith Randall
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