summaryrefslogtreecommitdiff
path: root/src/runtime/os_windows.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: move m's OS-specific semaphore fields into mOSMatthew Dempsky2015-11-131-1/+3
* runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky2015-10-221-0/+2
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: move all exception related code into signal_windows.goAlex Brainman2015-04-131-27/+0
* runtime: Update open/close/read/write to return -1 on error.Keith Randall2015-03-031-1/+15
* runtime: rename gothrow to throwKeith Randall2014-12-281-4/+4
* runtime: add comments for blank import of "unsafe"Shenghou Ma2014-12-231-1/+1
* runtime: import unsafe in os_windows.go (fixes windows build)Alex Brainman2014-12-231-0/+2
* runtime: remove thunk.sRuss Cox2014-12-231-0/+1
* [dev.cc] runtime: convert remaining windows C code to GoAlex Brainman2014-11-201-16/+0
* [dev.cc] runtime: convert netpoll_windows.c to GoAlex Brainman2014-11-141-4/+0
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-2/+0
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-0/+27
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+33