aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_386.s
AgeCommit message (Expand)Author
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
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-04-25runtime: fallback to TEB arbitrary pointer when TLS slots are fullqmuntal
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-03-23all: replace leading spaces with tabs in assemblyMichael Pratt
2023-03-13runtime: implement high resolution timer on windows arm/arm64qmuntal
2023-03-01runtime: remove unnecessary NOFRAME flags on windowsqmuntal
2023-01-25runtime: delete unused cbctxts variable on windows assemblyqmuntal
2023-01-24runtime: remove unused badsignal2 on windowsqmuntal
2023-01-24runtime: factor out windows sigtrampqmuntal
2023-01-23runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386qmuntal
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
2021-05-04runtime: abort when receiving a signal on a non-Go thread on WindowsMichael Anthony Knyszek
2021-04-28runtime: move Windows time.now implementations into separate filesIan Lance Taylor
2021-04-28runtime: consolidate Windows time constants into single copyIan Lance Taylor
2021-04-13runtime: eliminate externalthreadhandlerAustin Clements
2021-04-13runtime: use newm for profileloopAustin Clements
2021-04-13runtime: use compileCallback for ctrlhandlerAustin Clements
2021-04-12runtime: replace outdated documentation link in Windows' nanotimePaschalis Tsilias
2021-03-19runtime: mark Windows' address-taken asm routines as ABIInternalMichael Anthony Knyszek
2021-02-19runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox
2021-02-19runtime: unify asmcgocall and systemstack traceback setupRuss Cox
2021-02-19runtime: delete windows setlasterror (unused)Russ Cox
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2020-11-24runtime: allow for usleep2HighRes to run without TLS setupAlex Brainman
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-18runtime: use CreateWaitableTimerEx to implement usleepAlex Brainman
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-09-02Revert "runtime: remove slow time compatibility hacks for wine"Daniel Martí
2019-08-29runtime: remove slow time compatibility hacks for wineJason A. Donenfeld
2019-05-09runtime, crypto/x509: fix vet complaints for all windowsRuss Cox
2019-05-09runtime: fix vet complaints for linux/386Russ Cox
2018-11-02runtime, time: refactor startNano handlingDmitry Vyukov
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-07-02runtime: initialize g0 stack bounds on Windows to full stackAustin Clements
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-04-25runtime: make time correctly update on WineEvgeniy Polyakov
2017-02-21runtime: update assembly var names after monotonic time changesJosh Bleecher Snyder
2017-02-09time: optimize Now on darwin, windowsRuss Cox
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-09-30runtime, syscall: use FP instead of SP for parametersMatthew Dempsky
2016-04-04runtime: change osyield to use Windows SwitchToThreadAlex Brainman
2016-01-07runtime: increase assumed stack size in externalthreadhandlerAustin Clements