summaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_386.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: fallback to TEB arbitrary pointer when TLS slots are fullqmuntal2023-04-251-1/+6
* runtime: tidy _Stack* constant namingAustin Clements2023-04-211-1/+1
* Revert "runtime: tidy _Stack* constant naming"Austin Clements2023-04-201-1/+1
* runtime: tidy _Stack* constant namingAustin Clements2023-04-201-1/+1
* all: replace leading spaces with tabs in assemblyMichael Pratt2023-03-231-1/+1
* runtime: implement high resolution timer on windows arm/arm64qmuntal2023-03-131-37/+0
* runtime: remove unnecessary NOFRAME flags on windowsqmuntal2023-03-011-3/+3
* runtime: delete unused cbctxts variable on windows assemblyqmuntal2023-01-251-2/+0
* runtime: remove unused badsignal2 on windowsqmuntal2023-01-241-22/+0
* runtime: factor out windows sigtrampqmuntal2023-01-241-57/+28
* runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386qmuntal2023-01-231-8/+38
* [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui2021-05-211-7/+7
* runtime: abort when receiving a signal on a non-Go thread on WindowsMichael Anthony Knyszek2021-05-041-1/+3
* runtime: move Windows time.now implementations into separate filesIan Lance Taylor2021-04-281-75/+0
* runtime: consolidate Windows time constants into single copyIan Lance Taylor2021-04-281-10/+1
* runtime: eliminate externalthreadhandlerAustin Clements2021-04-131-51/+0
* runtime: use newm for profileloopAustin Clements2021-04-131-9/+0
* runtime: use compileCallback for ctrlhandlerAustin Clements2021-04-131-9/+0
* runtime: replace outdated documentation link in Windows' nanotimePaschalis Tsilias2021-04-121-1/+3
* runtime: mark Windows' address-taken asm routines as ABIInternalMichael Anthony Knyszek2021-03-191-11/+11
* runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox2021-02-191-1/+1
* runtime: unify asmcgocall and systemstack traceback setupRuss Cox2021-02-191-8/+4
* runtime: delete windows setlasterror (unused)Russ Cox2021-02-191-5/+0
* runtime: clean up system calls during cgo callback initRuss Cox2021-02-191-68/+11
* runtime: allow for usleep2HighRes to run without TLS setupAlex Brainman2020-11-241-1/+10
* runtime,cmd/cgo: simplify C -> Go call pathAustin Clements2020-10-261-41/+26
* runtime: use CreateWaitableTimerEx to implement usleepAlex Brainman2020-10-181-0/+36
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-1/+1
* Revert "runtime: remove slow time compatibility hacks for wine"Daniel Martí2019-09-021-0/+10
* runtime: remove slow time compatibility hacks for wineJason A. Donenfeld2019-08-291-10/+0
* runtime, crypto/x509: fix vet complaints for all windowsRuss Cox2019-05-091-7/+11
* runtime: fix vet complaints for linux/386Russ Cox2019-05-091-1/+1
* runtime, time: refactor startNano handlingDmitry Vyukov2018-11-021-6/+1
* all: this big patch remove whitespace from assembly filesZhou Peng2018-10-031-4/+4
* runtime: query thread stack size from OS on WindowsAustin Clements2018-07-021-2/+1
* runtime: initialize g0 stack bounds on Windows to full stackAustin Clements2018-07-021-1/+2
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* runtime: make time correctly update on WineEvgeniy Polyakov2017-04-251-1/+11
* runtime: update assembly var names after monotonic time changesJosh Bleecher Snyder2017-02-211-3/+3
* time: optimize Now on darwin, windowsRuss Cox2017-02-091-8/+96
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-2/+2
* runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements2016-10-281-2/+2
* runtime, syscall: use FP instead of SP for parametersMatthew Dempsky2016-09-301-2/+2
* runtime: change osyield to use Windows SwitchToThreadAlex Brainman2016-04-041-4/+13
* runtime: increase assumed stack size in externalthreadhandlerAustin Clements2016-01-071-1/+2
* runtime: really pass return value to Windows in externalthreadhandlerAlex Brainman2015-04-151-0/+2
* [dev.cc] runtime: remove comma at the end of DIVL instruction (fixes windows ...Alex Brainman2015-02-171-1/+1
* runtime: remove trailing empty arrays in structsKeith Randall2015-01-071-5/+5
* Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox2015-01-051-2/+4
* liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma2014-12-291-4/+2