aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_unix.go
AgeCommit message (Expand)Author
2022-08-02runtime: trivial replacements of g in signal_unix.goMichael Pratt
2022-08-02runtime: tricky replacements of _g_ in signal_unix.goMichael Pratt
2022-08-02runtime: clean up canpanicMichael Pratt
2022-05-26runtime: don't inspect the stack for delayed signals from TSANCherry Mui
2022-05-11runtime: enable vDSO support for s390x architectureAxel Busch
2022-04-28runtime: simply user throws, expand runtime throwsMichael Pratt
2022-04-15runtime: don't block preemption signal in new M's or ensureSigMIan Lance Taylor
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-02-15runtime: enable sigPerThreadSyscall handling on androidMichael Pratt
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2021-12-22runtime: handle stray profiling signal betterCherry Mui
2021-11-03runtime: install sigPreempt signal handler for c-archive/c-sharedIan Lance Taylor
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26runtime: fix cgo signals detectionMichael Pratt
2021-09-27runtime: use per-thread profiler for SetCgoTraceback platformsRhys Hiltner
2021-09-27runtime: move sigprofNonGoRhys Hiltner
2021-09-27runtime: allow per-OS changes to unix profilerRhys Hiltner
2021-09-02runtime: use vDSO clock_gettime on linux/riscv64Meng Zhuo
2021-06-22[dev.typeparams] all: merge master (16e82be) into dev.typeparamsCuong Manh Le
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-05-21[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
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