aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/windows/zsyscall_windows.go
AgeCommit message (Expand)Author
2026-02-20[release-branch.go1.26] internal/syscall/windows: correct some enums and sysc...Michal Pristas
2026-02-18[release-branch.go1.26] os: support deleting inaccessible files in RemoveAllMichal Pristas
2025-11-04internal/syscall/windows: fix ReOpenFile sentinel error valueqmuntal
2025-10-21os: support deleting read-only files in RemoveAll on older Windows versionsqmuntal
2025-09-29internal/syscall/windows: regenerate GetFileSizeExqmuntal
2025-09-26internal/poll: don't call SetFilePointerEx in Seek for overlapped handlesqmuntal
2025-09-12vendor: update x/tools to 3adf0e9, and other reposAlan Donovan
2025-09-09Revert "cmd/go: use os.Rename to move files on Windows"Quim Muntal
2025-08-01cmd/go: use os.Rename to move files on Windowsqmuntal
2025-05-20net: avoid using Windows' TransmitFile on non-server machinesShibi J M
2025-05-05net,os: support converting between *os.File and net.Conn on Windowsqmuntal
2025-04-04internal/syscall/windows: use unsafe.Pointer instead of uintptrqmuntal
2025-04-03internal/syscall/windows: define NtQueryInformationFile buffer as unsafe.Pointerqmuntal
2025-04-01internal/poll: defer IOCP association until first IO operationqmuntal
2025-03-31os,internal/poll: support I/O on overlapped handles not added to the pollerqmuntal
2025-03-27internal/syscall/windows: run go generateqmuntal
2025-03-26internal/poll: support async file operations on Windowsqmuntal
2025-02-19path/filepath: use RtlIsDosDeviceName_U to detect Windows devicesqmuntal
2024-11-20os: add Root.RemoveDamien Neil
2024-11-19os/user: fix race detector failureqmuntal
2024-11-15os/user: support built-in service user accounts on Windowsqmuntal
2024-10-07internal/syscall/windows: add NtCreateFileDamien Neil
2024-08-27os/user: test that Current does not depend on netapi32.dllqmuntal
2024-08-08os/user: support calling Current on impersonated threadsqmuntal
2024-03-21cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...qmuntal
2024-01-23runtime,internal/poll: move websocket handling out of the runtime on Windowsqmuntal
2023-12-18internal/syscall/windows: fix the signature of SetFileInformationByHandleBryan C. Mills
2023-10-20crypto/rand,runtime: switch RtlGenRandom for ProcessPrngRoland Shoemaker
2023-08-09os: make MkdirAll support volume namesqmuntal
2023-08-07os: fix test failure when Workstation service is not enabledqiulaidongfeng
2023-05-02cmd/link: generate .xdata PE sectionqmuntal
2023-05-02cmd/link: generate .pdata PE sectionqmuntal
2023-04-11runtime: filter i/o async entries using completion key on windowsWill Hawkins
2023-01-30internal/syscall/windows: regenerate zsyscall_windows.goqmuntal
2023-01-28os: use GetTempPath2 on Windows if availableThanonchai W
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)