aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_windows.go
AgeCommit message (Expand)Author
2026-03-18runtime,runtime/cgo: do cgo thread initialization in Go on Windowsqmuntal
2026-03-18runtime: implement part of library initialization in Goqmuntal
2026-02-24internal/cpu: use IsProcessorFeaturePresent to calculate ARM64 on windowsAlex Brainman
2025-10-30runtime: eliminate _PsyscallMichael Anthony Knyszek
2025-10-30runtime: delete timedivRuss Cox
2025-09-26runtime: unify arm64 entry point codeqmuntal
2025-09-12runtime: move Windows types and consts to internal/runtime/syscall/windowsqmuntal
2025-08-01runtime: deduplicate Windows stdcallqmuntal
2025-08-01runtime,syscall: move loadlibrary and getprocaddress to syscallqmuntal
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
2025-07-11runtime: gofmt after CL 643897 and CL 662455Tobias Klauser
2025-05-19runtime: rename ncpu to numCPUStartupMichael Pratt
2025-04-03runtime: cleanup M vgetrandom state before dropping PMichael Pratt
2025-03-21runtime: deduplicate context call injection on Windowsqmuntal
2024-09-17runtime: move getcallersp to internal/runtime/sysMichael Pratt
2024-09-17runtime: move getcallerpc to internal/runtime/sysMichael Pratt
2024-04-26testing: use QueryPerformanceCounter on WindowsEgon Elbre
2024-03-26runtime: don't call lockOSThread for every syscall call on Windowsqmuntal
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-21cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...qmuntal
2024-03-18runtime: remove nosplit directives from several Windows syscall helpersqmuntal
2024-02-19runtime: use a high res timer to signal io completion ports on windowsqmuntal
2024-02-07runtime,internal/syscall/windows: remove long path support checkqmuntal
2024-02-01Revert "runtime: preempt more aggressively when panicking"Michael Pratt
2024-01-31runtime: preempt more aggressively when panickingCherry Mui
2024-01-23runtime,internal/poll: move websocket handling out of the runtime on Windowsqmuntal
2024-01-22runtime: avoid loading winmm.dll on newer Windows versionsqmuntal
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-10-20crypto/rand,runtime: switch RtlGenRandom for ProcessPrngRoland Shoemaker
2023-10-17runtime: use cgo_import_dynamic for QueryPerformanceCounterqmuntal
2023-10-17runtime: unconditionally load AddVectoredContinueHandler on Windowsqmuntal
2023-10-05runtime: support SetUnhandledExceptionFilter on Windowsqmuntal
2023-09-21runtime: implement usleep in Go instead of assembly on Windowsqmuntal
2023-09-20runtime: implement osyield in Go instead of assembly on Windowsqmuntal
2023-09-07runtime: support nil libcall.args when calling stdcall on Windowsqmuntal
2023-09-07runtime: remove slow time compatibility hacks for wineqmuntal
2023-09-06runtime: clear procid in unminitMichael Pratt
2023-09-04net: respect hosts file when resolving names for WindowsNikita Vaniasin
2023-08-02runtime: cpu profiler to use high resolution timers on Windowsqmuntal
2023-05-12os, runtime: remove unused implementations of os.sigpipeIan Lance Taylor
2023-04-21runtime: tidy _Stack* constant namingAustin Clements
2023-04-20Revert "runtime: tidy _Stack* constant naming"Austin Clements
2023-04-20runtime: tidy _Stack* constant namingAustin Clements
2023-04-10runtime: support GOTRACEBACK=wer on Windowsqmuntal
2023-04-05runtime: remove unused dynamically imported Sleepqmuntal
2023-03-13runtime: implement high resolution timer on windows arm/arm64qmuntal
2023-02-27runtime: set procid on Windowsqmuntal
2023-01-31runtime: always use LoadLibraryEx to load system librariesqmuntal
2023-01-24runtime: remove unused badsignal2 on windowsqmuntal
2022-10-18runtime: always keep global reference to mp until mexit completesMichael Pratt