aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/windows/zsyscall_windows.go
AgeCommit message (Expand)Author
2023-01-24os: use handle based APIs to read directories on windowsqmuntal
2022-08-20runtime/pprof: add memory mapping info for WindowsEgon Elbre
2022-06-03cmd/go: add functions to read index fileMichael Matloob
2022-04-04Revert "os: add handling of os.Interrupt for windows"Bryan Mills
2022-04-03os: add handling of os.Interrupt for windowsConstantin Konstantinidis
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2020-11-02all: update dependency on golang.org/x/sys and regenerate Windows syscallsBryan C. Mills
2020-11-02syscall: switch go:generate directives back to mksyscall_windows.goBryan C. Mills
2020-09-11os: implement File.Chmod on WindowsConstantin Konstantinidis
2019-05-16os: pass correct environment when creating Windows processesJason A. Donenfeld
2018-11-02internal/syscall/windows: add LockFileEx and UnlockFileEx for use in cmd/goBryan C. Mills
2018-11-02os: use CreateFile for Stat of symlinksAlex Brainman
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2018-04-04os/user: obtain a user GID on WindowsLubomir I. Ivanov (VMware)
2018-02-24os/user: obtain a user home path on WindowsLubomir I. Ivanov (VMware)
2017-11-07syscall: change SysProcAttr.Token type to TokenAlex Brainman
2017-11-07net: use WSASocket instead of socket callAlex Brainman
2017-11-06syscall: add Token to Windows SysProcAttrPaul Querna
2017-11-03cmd/link: restore windows stack commit size back to 4KBAlex Brainman
2017-10-05path/filepath: re-implement windows EvalSymlinksAlex Brainman
2016-11-07internal/syscall/windows: add GetModuleFileNameShenghou Ma
2016-10-22syscall: use ERROR_IO_PENDING value in errnoErrAlex Brainman
2016-10-19os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka
2016-10-12os: add new tests for symbolic links and directory junctionsAlex Brainman
2016-09-21os: use GetConsoleCP() instead of GetACP()Yasuhiro Matsumoto
2016-09-07syscall: avoid convT2I allocs for common Windows error valuesBrad Fitzpatrick
2016-05-11syscall: remove mksyscall_windows.go -xsys flagAlex Brainman
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-01-08internal/syscall/windows: correct GetACP and MultiByteToWideCharAlex Brainman
2015-12-17os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co...mattn
2015-12-10net, internal/syscall/windows: fix interface and address identification on wi...Mikio Hara
2015-04-09os: windows Rename should overwrite destination file.Daniel Theophanes
2015-03-31crypto/x509: use syscall.GetVersion instead of internal/syscall/windows.GetVe...Alex Brainman
2015-03-30crypto/x509: skip SHA2 system verify test if not supported.Daniel Theophanes
2015-02-25os: Use GetComputerNameEx to get Hostname on win32Carlos Castillo
2015-02-10net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windowsmattn