aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/windows/thread.c
AgeCommit message (Expand)Author
2011-12-16runtime: make more build-friendlyRuss Cox
2011-12-07ld: increase default stack size on Windows for cgoDmitriy Vyukov
2011-11-30time: new Time, Duration, ZoneInfo typesRuss Cox
2011-11-15syscall: make windows build again after d3963c0fca78 changeAlex Brainman
2011-11-09runtime: add timer support, use for package timeRuss Cox
2011-11-03time: faster Nanoseconds callRuss Cox
2011-11-02runtime: unify mutex code across OSesDmitriy Vyukov
2011-10-15syscall: dll function load and calling changesAlex Brainman
2011-09-30runtime: fix windows buildHector Chu
2011-09-17runtime: implement pprof support for windowsHector Chu
2011-09-14runtime: eliminate handle churn when churning channels on WindowsHector Chu
2011-09-14runtime: syscall to return both AX and DX for windows/386Alex Brainman
2011-08-30runtime: windows/amd64 callbacks fixed and syscall fixed to allow using it in...Jaroslavas Počepko
2011-08-27runtime: use cgo runtime functions to call windows syscallsAlex Brainman
2011-08-11runtime: better checks for syscall.NewCallback parameterAlex Brainman
2011-08-04runtime: faster chan creation on Linux/FreeBSD/Plan9Dmitriy Vyukov
2011-06-29runtime: windows/amd64 portWei Guangjing
2011-06-28runtime: another attempt to allow stdcall to be used from both 386 and amd64 ...Alex Brainman
2011-06-09runtime: increase maximum number of windows callbacksAlex Brainman
2011-06-02runtime: do not garbage collect windows callbacksAlex Brainman
2011-04-25runtime: turn "too many EPIPE" into real SIGPIPERuss Cox
2011-02-15runtime: detect failed thread creation on WindowsAlex Brainman
2011-02-14windows: runtime: implemented console ctrl handler (SIGINT).Hector Chu
2011-02-01windows: multiple improvements and cleanupsHector Chu
2011-01-26runtime: fix windows buildAlex Brainman
2011-01-25runtime: make Walk webbrowser example workHector Chu
2011-01-22runtime: implementation of callback functions for windowsAlex Brainman
2011-01-19windows: implement exception handlingHector Chu
2011-01-12runtime: revert 6974:1f3c3696babbAlex Brainman
2010-12-16runtime: move windows goargs implementation from runtime and into os packageAlex Brainman
2010-12-13Fix windows build.Wei Guangjing
2010-12-078l : add dynimport to import table in Windows PE, initial make cgo dll work.Wei Guangjing
2010-11-11runtime: free memory allocated by windows CommandLineToArgvAlex Brainman
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almostRuss Cox
2010-10-195l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox
2010-09-12runtime(windows): make sure scheduler runs on os stack and new stdcall implem...Alex Brainman
2010-09-09runtime: fix windows buildAlex Brainman
2010-08-09runtime: free memory returned by windows GetEnvironmentStringsAlex Brainman
2010-07-29runtime: fix bug introduced in revision 4a01b8d28570Alex Brainman
2010-07-26syscall: improve windows errno handlingAlex Brainman
2010-07-26syscall: add ForkExec, Syscall12 on WindowsDaniel Theophanes
2010-06-11runtime: switch to OS stack during Windows syscallAlex Brainman
2010-06-11runtime: free lock handles on WindowsAlex Brainman
2010-04-29rename GOOS=mingw to GOOS=windowsAlex Brainman