aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_windows.go
AgeCommit message (Expand)Author
2016-08-24syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-26internal/race: add packageDmitry Vyukov
2015-10-21runtime, syscall: add calls to msan functionsIan Lance Taylor
2015-07-21syscall: warn not to use FormatMessageAlex Brainman
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2015-06-15syscall: correct comment on where compileCallback is definedIan Lance Taylor
2015-02-12syscall: Readlink doesn't handle junction on windowsmattn
2015-01-08syscall: use go generate to build zsyscall_windows.goAlex Brainman
2014-10-06os, syscall: test Chtimes on directories, fix on WindowsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox