aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall
AgeCommit message (Expand)Author
8 daysinternal/syscall/unix: properly support AT_SYMLINK_NOFOLLOW on LinuxDamien Neil
2026-03-27all: remove openbsd/mips64 portTobias Klauser
2026-03-16internal/syscall/windows: don't force image section checks in Deleteatqmuntal
2026-02-24internal/cpu: use IsProcessorFeaturePresent to calculate ARM64 on windowsAlex Brainman
2026-02-19internal/syscall/windows: use byte instead of bool for all BOOLEAN Windows da...Alex Brainman
2026-02-17internal/syscall/windows: add lpBytesReturned to DeviceIoControl callbobo liu
2026-02-17internal/syscall/windows: correct some enums and syscall signaturesMichal Pristas
2026-02-06internal/poll: optimize socket completion modesqmuntal
2026-02-06os: support deleting inaccessible files in RemoveAllMichal Pristas
2025-11-26os,internal/syscall/windows: support O_* flags in Root.OpenFileqmuntal
2025-11-04os: ignore O_TRUNC errors on named pipes and terminal devices on Windowsqmuntal
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: simplify WriteMsg and ReadMsg on Windowsqmuntal
2025-09-26internal/poll: don't call SetFilePointerEx in Seek for overlapped handlesqmuntal
2025-09-15internal/syscall/unix: add KernelVersionGEKir Kolyshkin
2025-09-12runtime: move Windows types and consts to internal/runtime/syscall/windowsqmuntal
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-29os,syscall: pass file flags to CreateFile on Windowsqmuntal
2025-08-27os: return nil slice when ReadDir is used with a file on file_windowsqmuntal
2025-08-22internal/syscall/windows: increase internal Windows O_ flags valuesqmuntal
2025-08-11cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on netbsdTobias Klauser
2025-08-01cmd/go: use os.Rename to move files on Windowsqmuntal
2025-06-10os: disallow Root.Remove(".") on Plan 9, js, and WindowsDamien Neil
2025-05-21os: add Root.MkdirAllDamien Neil
2025-05-20net: avoid using Windows' TransmitFile on non-server machinesShibi J M
2025-05-14os: don't follow symlinks on Windows when O_CREATE|O_EXCLDamien Neil
2025-05-05net,os: support converting between *os.File and net.Conn on Windowsqmuntal
2025-05-01os: fix Root.Mkdir permission bits on OpenBSDJosh Rickmar
2025-04-24os,internal/poll: disassociate handle from IOCP in File.Fdqmuntal
2025-04-14internal/poll: disable SIO_UDP_NETRESET on WindowsJames Tucker
2025-04-06all: use slices.Equal to simplify codecuishuang
2025-04-04internal/syscall/windows: use unsafe.Pointer instead of uintptrqmuntal
2025-04-04internal/poll: simplify execIOqmuntal
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: avoid symlink races in RemoveAll on WindowsDamien Neil
2025-03-31os,internal/poll: support I/O on overlapped handles not added to the pollerqmuntal
2025-03-28os: add Root.SymlinkDamien Neil
2025-03-28internal/poll: don't skip empty writes on Windowsqmuntal
2025-03-27internal/syscall/windows: run go generateqmuntal
2025-03-26internal/poll: support async file operations on Windowsqmuntal
2025-03-24os: add Root.LinkDamien Neil
2025-03-21internal/syscall/unix: add missing cgo_import_dynamics for AIXDamien Neil
2025-03-21internal/syscall/windows: set SYNCHRONIZE flag in DeleteatDamien Neil
2025-03-20os: add Root.RenameDamien Neil
2025-03-19internal/syscall/unix: fix number of params for unlinkatKir Kolyshkin
2025-03-19internal/syscall/unix: use correct number of params in unlinkat, fchownatDamien Neil