aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_windows.go
AgeCommit message (Expand)Author
2018-07-07runtime: handle g0 stack overflows gracefullyAustin Clements
2018-07-07runtime: account for guard zone in Windows stack sizeAustin Clements
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-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2018-03-15runtime: identify special functions by flag instead of addressKeith Randall
2018-02-13runtime: remove unused memlimit functionAustin Clements
2018-01-03runtime: always use 1MB stacks on 32-bit WindowsAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-09-22runtime: remove getcallerpc argumentAustin Clements
2017-07-18runtime: always use 2MB stacks on 64-bit WindowsAustin Clements
2017-07-07runtime: use next timer to decide whether to relaxAustin Clements
2017-07-07runtime: delay before osRelaxingAustin Clements
2017-06-14runtime, syscall: reset signal handlers to default in childIan Lance Taylor
2017-04-29runtime: reduce Windows timer resolution when idleAustin Clements
2017-04-25runtime: make time correctly update on WineEvgeniy Polyakov
2017-02-09runtime: enable/disable SIGPROF if needed when profilingIan Lance Taylor
2017-02-09time: optimize Now on darwin, windowsRuss Cox
2016-12-21runtime: avoid CreateThread panic when exiting processAustin Clements
2016-12-14runtime: correct writebarrier typosEuan Kemp
2016-10-12runtime: check for errors returned by windows sema callsJoshua Boelter
2016-10-11runtime/cgo: do not explicitly link msvcrt.dllAlex Brainman
2016-09-28runtime: use RtlGenRandom instead of CryptGenRandomAlex Brainman
2016-09-06runtime: fetch physical page size from the OSAustin Clements
2016-08-30cmd/compile: improve string iteration performanceMartin Möhrmann
2016-04-09runtime: revert "do not call timeBeginPeriod on windows"Dmitry Vyukov
2016-04-06runtime: rename os1_windows.go to os_windows.goBrad Fitzpatrick
2016-04-06runtime: merge os{,2}_windows.go into os1_windows.go.Brad Fitzpatrick
2016-04-06runtime: minor Windows cleanupBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-13runtime: move m's OS-specific semaphore fields into mOSMatthew Dempsky
2015-10-22runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-04-13runtime: move all exception related code into signal_windows.goAlex Brainman
2015-03-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: add comments for blank import of "unsafe"Shenghou Ma
2014-12-23runtime: import unsafe in os_windows.go (fixes windows build)Alex Brainman
2014-12-23runtime: remove thunk.sRuss Cox
2014-11-20[dev.cc] runtime: convert remaining windows C code to GoAlex Brainman
2014-11-14[dev.cc] runtime: convert netpoll_windows.c to GoAlex Brainman
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-08liblink, runtime: diagnose and fix C code running on Go stackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox