aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall
AgeCommit message (Expand)Author
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
2025-03-18os: add Root.ChtimesDamien Neil
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-19path/filepath: use RtlIsDosDeviceName_U to detect Windows devicesqmuntal
2025-02-18all: use a more straightforward return valuecuishuang
2025-02-14internal/syscall/unix: correct fchmodat on openbsdJoel Sing
2025-02-14internal/syscall/unix: fix fchownat linkname for AIX & SolarisDamien Neil
2025-02-13os: add Root.ChownDamien Neil
2025-02-12internal/syscall: add cgo_import_dynamic for Fchmodat on AIX and SolarisDamien Neil
2025-02-10os: add Root.ChmodDamien Neil
2024-12-21internal/syscall/unix: apply fstatat fix to linux/mips64leCherry Mui
2024-12-17syscall, internal/syscall/unix: fix fstatat on linux/mips64Damien Neil
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-20os: add Root.Stat and Root.LstatDamien Neil
2024-11-20os: add Root.RemoveDamien Neil
2024-11-20os: add RootDamien Neil
2024-11-19internal/syscall/unix, os: add and use Waitid syscall wrapper on linuxTobias Klauser
2024-11-19os/user: fix race detector failureqmuntal
2024-11-15os/user: support built-in service user accounts on Windowsqmuntal
2024-11-11runtime, syscall: use pointer types on wasmimport functionsCherry Mui
2024-10-28cmd: use internal/syscall/windows to get Windows versionqmuntal
2024-10-21internal/syscall/windows: set write access when O_TRUNC is usedqmuntal
2024-10-14internal/syscall/windows: fix handle leak in Mkdiratqmuntal
2024-10-11internal/syscall/windows: add Openat, MkdiratDamien Neil
2024-10-07net: detect EAI_ADDRFAMILY for cgo host lookup on FreeBSDMichael Anthony Knyszek
2024-10-07syscall, internal/syscall/unix: add Openat support for wasip1Damien Neil