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
/
signal_windows.go
Age
Commit message (
Expand
)
Author
2023-01-24
runtime: remove unused badsignal2 on windows
qmuntal
2023-01-24
runtime: factor out windows sigtramp
qmuntal
2022-10-12
runtime: add safe arena support to the runtime
Michael Anthony Knyszek
2022-08-12
runtime: run "gofmt -s -w"
Cuong Manh Le
2022-08-12
runtime: convert panicking to atomic type
Michael Pratt
2022-08-02
runtime: trivial replacements of g in remaining files
Michael Pratt
2022-08-02
runtime: tricky replacements of _g_ in signal_windows.go
Michael Pratt
2022-08-02
runtime: clean up canpanic
Michael Pratt
2022-04-28
runtime: simply user throws, expand runtime throws
Michael Pratt
2021-11-09
runtime: revert recent Windows crashdump changes
Jason A. Donenfeld
2021-11-04
runtime: do not generate crash dump on Windows 7
Alex Brainman
2021-10-29
runtime: enable crash dump creation on Windows
Zhi Zheng
2021-10-26
runtime: fix cgo signals detection
Michael Pratt
2021-08-12
[dev.typeparams] all: merge master (46fd547) into dev.typeparams
Matthew Dempsky
2021-08-06
runtime: allow arm64 SEH to be called if illegal instruction
Jason A. Donenfeld
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-04-09
runtime: use sigpanic0 on all OSes
Austin Clements
2021-02-25
runtime: subtract one from ip when determining abort
Jason A. Donenfeld
2021-02-19
runtime: convert windows/arm64 assembly
Russ Cox
2021-02-19
runtime: clean up windows a bit
Russ Cox
2021-02-19
runtime: crash earlier on windows for runtime.abort
Russ Cox
2021-02-19
runtime: factor common code out of defs_windows_*.go
Russ Cox
2020-11-27
runtime: adjust address calculation in identifying abort on windows/arm
Jason A. Donenfeld
2020-09-18
runtime/debug: provide Addr method for errors from SetPanicOnFault
Keith Randall
2020-01-09
runtime: overwrite asyncPreempt PC when injecting sigpanic on Windows
Cherry Zhang
2019-08-31
runtime: do not crash in lastcontinuehandler when running as DLL
Simon Ferquel
2018-12-05
runtime: correct isAbortPC check in isgoexception
Alex Brainman
2018-11-26
runtime: windows/arm fix tracebacks printed from sigpanic
Jordan Rhee
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-09-18
runtime: support windows/arm
Jordan Rhee
2018-07-07
runtime: handle g0 stack overflows gracefully
Austin Clements
2018-07-07
runtime: fix abort handling on Windows
Austin Clements
2018-04-30
runtime: perform crashes outside systemstack
Elias Naur
2018-03-09
runtime: fix abort handling on arm64
Austin Clements
2018-03-08
runtime: ensure abort actually crashes the process
Austin Clements
2018-01-23
runtime: don't grow the stack on sigpanic if throwsplit
Austin Clements
2017-12-01
runtime: restore the Go-allocated signal stack in unminit
Austin Clements
2017-09-15
runtime: change lockedg/lockedm to guintptr/muintptr
Ian Lance Taylor
2016-09-28
runtime: minor simplifications to signal code
Ian Lance Taylor
2016-05-05
runtime: print signal name in panic, if name is known
Emmanuel Odeke
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-09
runtime: for c-archive/c-shared, install signal handlers synchronously
Ian Lance Taylor
2015-10-30
runtime: introduce GOTRACEBACK=single, now the default
Russ Cox
2015-07-22
runtime: if we don't handle a signal on a non-Go thread, raise it
Ian Lance Taylor
2015-07-11
runtime: use AddVectoredContinueHandler on Windows XP amd64
Alex Brainman
2015-05-18
runtime: correct exception stack trace output
Alex Brainman
2015-04-13
runtime: move all exception related code into signal_windows.go
Alex Brainman
2015-04-10
runtime, cmd/internal/ld: rename themoduledata to firstmoduledata
Michael Hudson-Doyle
2015-04-10
runtime, reflect: support multiple moduledata objects
Michael Hudson-Doyle
[next]