index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
windows
/
thread.c
Age
Commit message (
Expand
)
Author
2011-12-16
runtime: make more build-friendly
Russ Cox
2011-12-07
ld: increase default stack size on Windows for cgo
Dmitriy Vyukov
2011-11-30
time: new Time, Duration, ZoneInfo types
Russ Cox
2011-11-15
syscall: make windows build again after d3963c0fca78 change
Alex Brainman
2011-11-09
runtime: add timer support, use for package time
Russ Cox
2011-11-03
time: faster Nanoseconds call
Russ Cox
2011-11-02
runtime: unify mutex code across OSes
Dmitriy Vyukov
2011-10-15
syscall: dll function load and calling changes
Alex Brainman
2011-09-30
runtime: fix windows build
Hector Chu
2011-09-17
runtime: implement pprof support for windows
Hector Chu
2011-09-14
runtime: eliminate handle churn when churning channels on Windows
Hector Chu
2011-09-14
runtime: syscall to return both AX and DX for windows/386
Alex Brainman
2011-08-30
runtime: windows/amd64 callbacks fixed and syscall fixed to allow using it in...
Jaroslavas Počepko
2011-08-27
runtime: use cgo runtime functions to call windows syscalls
Alex Brainman
2011-08-11
runtime: better checks for syscall.NewCallback parameter
Alex Brainman
2011-08-04
runtime: faster chan creation on Linux/FreeBSD/Plan9
Dmitriy Vyukov
2011-06-29
runtime: windows/amd64 port
Wei Guangjing
2011-06-28
runtime: another attempt to allow stdcall to be used from both 386 and amd64 ...
Alex Brainman
2011-06-09
runtime: increase maximum number of windows callbacks
Alex Brainman
2011-06-02
runtime: do not garbage collect windows callbacks
Alex Brainman
2011-04-25
runtime: turn "too many EPIPE" into real SIGPIPE
Russ Cox
2011-02-15
runtime: detect failed thread creation on Windows
Alex Brainman
2011-02-14
windows: runtime: implemented console ctrl handler (SIGINT).
Hector Chu
2011-02-01
windows: multiple improvements and cleanups
Hector Chu
2011-01-26
runtime: fix windows build
Alex Brainman
2011-01-25
runtime: make Walk webbrowser example work
Hector Chu
2011-01-22
runtime: implementation of callback functions for windows
Alex Brainman
2011-01-19
windows: implement exception handling
Hector Chu
2011-01-12
runtime: revert 6974:1f3c3696babb
Alex Brainman
2010-12-16
runtime: move windows goargs implementation from runtime and into os package
Alex Brainman
2010-12-13
Fix windows build.
Wei Guangjing
2010-12-07
8l : add dynimport to import table in Windows PE, initial make cgo dll work.
Wei Guangjing
2010-11-11
runtime: free memory allocated by windows CommandLineToArgv
Alex Brainman
2010-11-04
runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost
Russ Cox
2010-10-19
5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbols
Russ Cox
2010-09-12
runtime(windows): make sure scheduler runs on os stack and new stdcall implem...
Alex Brainman
2010-09-09
runtime: fix windows build
Alex Brainman
2010-08-09
runtime: free memory returned by windows GetEnvironmentStrings
Alex Brainman
2010-07-29
runtime: fix bug introduced in revision 4a01b8d28570
Alex Brainman
2010-07-26
syscall: improve windows errno handling
Alex Brainman
2010-07-26
syscall: add ForkExec, Syscall12 on Windows
Daniel Theophanes
2010-06-11
runtime: switch to OS stack during Windows syscall
Alex Brainman
2010-06-11
runtime: free lock handles on Windows
Alex Brainman
2010-04-29
rename GOOS=mingw to GOOS=windows
Alex Brainman