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
2025-07-11
runtime: gofmt after CL 643897 and CL 662455
Tobias Klauser
2025-05-19
runtime: rename ncpu to numCPUStartup
Michael Pratt
2025-04-03
runtime: cleanup M vgetrandom state before dropping P
Michael Pratt
2025-03-21
runtime: deduplicate context call injection on Windows
qmuntal
2024-09-17
runtime: move getcallersp to internal/runtime/sys
Michael Pratt
2024-09-17
runtime: move getcallerpc to internal/runtime/sys
Michael Pratt
2024-04-26
testing: use QueryPerformanceCounter on Windows
Egon Elbre
2024-03-26
runtime: don't call lockOSThread for every syscall call on Windows
qmuntal
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-21
cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...
qmuntal
2024-03-18
runtime: remove nosplit directives from several Windows syscall helpers
qmuntal
2024-02-19
runtime: use a high res timer to signal io completion ports on windows
qmuntal
2024-02-07
runtime,internal/syscall/windows: remove long path support check
qmuntal
2024-02-01
Revert "runtime: preempt more aggressively when panicking"
Michael Pratt
2024-01-31
runtime: preempt more aggressively when panicking
Cherry Mui
2024-01-23
runtime,internal/poll: move websocket handling out of the runtime on Windows
qmuntal
2024-01-22
runtime: avoid loading winmm.dll on newer Windows versions
qmuntal
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-10-20
crypto/rand,runtime: switch RtlGenRandom for ProcessPrng
Roland Shoemaker
2023-10-17
runtime: use cgo_import_dynamic for QueryPerformanceCounter
qmuntal
2023-10-17
runtime: unconditionally load AddVectoredContinueHandler on Windows
qmuntal
2023-10-05
runtime: support SetUnhandledExceptionFilter on Windows
qmuntal
2023-09-21
runtime: implement usleep in Go instead of assembly on Windows
qmuntal
2023-09-20
runtime: implement osyield in Go instead of assembly on Windows
qmuntal
2023-09-07
runtime: support nil libcall.args when calling stdcall on Windows
qmuntal
2023-09-07
runtime: remove slow time compatibility hacks for wine
qmuntal
2023-09-06
runtime: clear procid in unminit
Michael Pratt
2023-09-04
net: respect hosts file when resolving names for Windows
Nikita Vaniasin
2023-08-02
runtime: cpu profiler to use high resolution timers on Windows
qmuntal
2023-05-12
os, runtime: remove unused implementations of os.sigpipe
Ian Lance Taylor
2023-04-21
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-20
Revert "runtime: tidy _Stack* constant naming"
Austin Clements
2023-04-20
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-10
runtime: support GOTRACEBACK=wer on Windows
qmuntal
2023-04-05
runtime: remove unused dynamically imported Sleep
qmuntal
2023-03-13
runtime: implement high resolution timer on windows arm/arm64
qmuntal
2023-02-27
runtime: set procid on Windows
qmuntal
2023-01-31
runtime: always use LoadLibraryEx to load system libraries
qmuntal
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
[next]