aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_windows.go
AgeCommit message (Expand)Author
2021-03-01[release-branch.go1.15] syscall: do not overflow key memory in GetQueuedCompl...Jason A. Donenfeld
2019-03-10runtime: safely load DLLsJason A. Donenfeld
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2017-11-07syscall: change SysProcAttr.Token type to TokenAlex Brainman
2017-11-06syscall: add Token to Windows SysProcAttrPaul Querna
2016-10-22syscall: use ERROR_IO_PENDING value in errnoErrAlex Brainman
2016-09-11syscall: avoid convT2I allocs for ERROR_IO_PENDING instead of WSAEINPROGRESSAlex Brainman
2016-09-07syscall: avoid convT2I allocs for common Windows error valuesBrad Fitzpatrick
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2015-07-21syscall: warn not to use FormatMessageAlex Brainman
2015-02-17syscall: make mksyscall_windows.go to work even when output does not uses uns...Alex Brainman
2015-01-08syscall: use go generate to build zsyscall_windows.goAlex Brainman
2014-10-05syscall: another attempt to keep windows syscall pointers liveAlex Brainman
2014-10-03undo CL 138250043 / 4eda5e4001fdAlex Brainman
2014-09-08syscall: keep Windows syscall pointers live tooBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox