aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/mksyscall_windows.go
AgeCommit message (Expand)Author
2020-11-02syscall: switch go:generate directives back to mksyscall_windows.goBryan C. Mills
2019-10-04syscall: replace mksyscall_windows.go with wrapper to new x/sys homeJason A. Donenfeld
2019-09-19syscall: avoid memory corruption in mksyscall_windows.go with *bool parametersJason A. Donenfeld
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2017-08-26all: remove some double spaces from commentsDaniel Martí
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-08-17syscall: mksyscall_windows.go: put path separator in suffix for matching GOROOTYasuhiro Matsumoto
2016-05-13syscall: separate stdlib imports from others in mksyscall_windows.goAlex Brainman
2016-05-12syscall: make mksyscall_windows.go -systemdll flag true by defaultAlex Brainman
2016-05-11syscall: remove mksyscall_windows.go -xsys flagAlex Brainman
2016-05-11runtime: make mksyscall_windows.go flags do what they say they doAlex Brainman
2016-04-06runtime: use windows.NewLazySystemDLL in mksyscall_windows.goAlex Brainman
2016-04-02syscall: point to x/sys in DLL loading docs, update syscall generatorBrad Fitzpatrick
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2015-06-11all: fix misprints in commentsAinar Garipov
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