aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_windows.go
AgeCommit message (Expand)Author
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
2022-08-17runtime: convert m.preemptGen to atomic typeCuong Manh Le
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-25runtime: support non-cooperative preemption on windows/arm64Jason A. Donenfeld
2021-11-25runtime: support non-cooperative preemption on windows/armJason A. Donenfeld
2021-11-17runtime: make sure to properly park before going to sleep in Windows ConsoleC...Patrik Nyblom
2021-11-09runtime: revert recent Windows crashdump changesJason A. Donenfeld
2021-10-29runtime: enable crash dump creation on WindowsZhi 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