aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_windows.go
AgeCommit message (Expand)Author
2024-03-21cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...qmuntal
2023-08-17syscall: don't check non-existent return code in GetStartupInfoTobias Klauser
2023-04-12syscall: implement Fchdir on Windowsqmuntal
2023-02-01syscall: regenerate zsyscall_windows.goqmuntal
2023-01-31runtime: always use LoadLibraryEx to load system librariesqmuntal
2022-03-15syscall: add race annotations to Windows ReadFile and WriteFileIan Lance Taylor
2021-11-04syscall: fix and document uses of RegEnumKeyExMichael Anthony Knyszek
2021-06-04syscall: regenerate zsyscall_windows.goBryan C. Mills
2021-06-04syscall: do not pass console handles to PROC_THREAD_ATTRIBUTE_HANDLE_LIST on ...Jason A. Donenfeld
2021-03-04syscall: treat proc thread attribute lists as unsafe.PointersJason A. Donenfeld
2021-02-26syscall: add support for proc thread attribute listsJason A. Donenfeld
2021-02-24syscall: restore broken GetQueuedCompletionStatus signature but make it not c...Jason A. Donenfeld
2021-02-24syscall: do not overflow key memory in GetQueuedCompletionStatusJason A. Donenfeld
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2020-12-05syscall: correct CertOpenStore to expect a 0 return value on failureJason A. Donenfeld
2020-11-02all: update dependency on golang.org/x/sys and regenerate Windows syscallsBryan C. Mills
2020-10-27crypto/rand: generate random numbers using RtlGenRandom on WindowsJason 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