summaryrefslogtreecommitdiff
path: root/src/runtime/os_windows.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] runtime: convert remaining windows C code to GoAlex Brainman2014-11-201-636/+0
* runtime: handle all windows exception (second attempt)Alex Brainman2014-10-151-6/+32
* undo CL 145150043 / 8b3d26697b8dAlex Brainman2014-10-091-29/+6
* runtime: handle all windows exceptionAlex Brainman2014-10-091-6/+29
* runtime: change Windows M.thread from void* to uintptrRuss Cox2014-10-071-7/+7
* runtime: more NOPTRRuss Cox2014-09-241-0/+4
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-3/+3
* runtime: release Windows thread handle in unminitRuss Cox2014-09-181-0/+2
* runtime: convert syscall_windows.c to GoRuss Cox2014-09-141-9/+23
* runtime: remove a few untyped allocationsRuss Cox2014-09-121-4/+2
* runtime: merge mallocgc, gomallocgcRuss Cox2014-09-091-1/+3
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-29/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+619