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
/
os_windows.go
Age
Commit message (
Expand
)
Author
2023-01-24
runtime: remove unused badsignal2 on windows
qmuntal
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-08-17
runtime: convert m.preemptGen to atomic type
Cuong Manh Le
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-25
runtime: support non-cooperative preemption on windows/arm64
Jason A. Donenfeld
2021-11-25
runtime: support non-cooperative preemption on windows/arm
Jason A. Donenfeld
2021-11-17
runtime: make sure to properly park before going to sleep in Windows ConsoleC...
Patrik Nyblom
2021-11-09
runtime: revert recent Windows crashdump changes
Jason A. Donenfeld
2021-10-29
runtime: enable crash dump creation on Windows
Zhi Zheng
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2021-04-16
runtime: mark stdcallN functions cgo_unsafe_args
Austin Clements
2021-04-13
runtime: eliminate externalthreadhandler
Austin Clements
2021-04-13
runtime: use newm for profileloop
Austin Clements
2021-04-13
runtime: use compileCallback for ctrlhandler
Austin Clements
2021-04-08
runtime: see whether gp==nil before checking preemption state
Jason A. Donenfeld
2021-03-23
runtime: support long paths without fixup on Windows 10 >= 1607
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: find g in Windows profiler using SP
Russ Cox
2021-02-19
runtime: delete windows setlasterror (unused)
Russ Cox
2021-02-19
runtime: clean up system calls during cgo callback init
Russ Cox
2021-01-27
runtime: block console ctrlhandler when the signal is handled
Nuno Cruces
2021-01-18
runtime: free Windows event handles after last lock is dropped
Jason A. Donenfeld
2021-01-15
runtime: detect errors in DuplicateHandle
Jason A. Donenfeld
2020-12-23
runtime: linux iscgo support for not blocking nptl signals
Andrew G. Morgan
2020-10-28
runtime: block signals in needm before allocating M
Ian Lance Taylor
2020-10-18
runtime: use CreateWaitableTimerEx to implement usleep
Alex Brainman
2020-08-15
runtime: do not explicitly exit on ctrl handler
Jason A. Donenfeld
2020-05-06
cmd/internal/obj, runtime: preempt & restart some instruction sequences
Cherry Zhang
2020-04-16
runtime: tidy Context allocation
Austin Clements
2020-03-24
runtime: always use GetQueuedCompletionStatusEx on Windows
Ian Lance Taylor
2020-03-21
runtime: ignore error returned by PowerRegisterSuspendResumeNotification
Alex Brainman
2020-02-29
runtime: do not exit(2) if a Go built DLL receives a signal
martin
2020-01-16
runtime: ignore power notification error seen on Windows Docker
Ian Lance Taylor
2020-01-09
runtime: protect against external code calling ExitProcess
Austin Clements
2019-12-16
runtime: do not use PowerRegisterSuspendResumeNotification on systems with "p...
Jason A. Donenfeld
2019-11-20
runtime: support preemption on windows/{386,amd64}
Austin Clements
2019-11-20
runtime: ensure thread handle is valid in profileloop1
Austin Clements
2019-11-20
runtime: move m.thread to mOS
Austin Clements
2019-11-02
runtime: use signals to preempt Gs for suspendG
Austin Clements
2019-10-21
runtime: add netpollBreak
Ian Lance Taylor
2019-10-03
runtime: iterate ms via allm linked list to avoid race
Jason A. Donenfeld
2019-09-08
all: fix typos
Ainar Garipov
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-09-02
Revert "runtime: remove slow time compatibility hacks for wine"
Daniel MartÃ
2019-08-30
runtime: monitor for suspend/resume to kick timeouts
Jason A. Donenfeld
[next]