aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2026-02-27[release-branch.go1.26] os: avoid escape from Root via ReadDir or ReaddirDamien Neil
2026-02-03[release-branch.go1.26] internal/poll: readWriteUnlock should destroy fd when...qmuntal
2026-01-12os/exec: move platform-specific LookPath docs to a common commentDamien Neil
2026-01-12os/exec_test: fix test on Plan 9Ori Bernstein
2026-01-06os/exec: avoid atomic.Bool for Cmd.startCalledAlan Donovan
2025-12-22os/exec: second call to Cmd.Start is always an errorAlan Donovan
2025-11-26os: allow direntries to have zero inodes on LinuxDave Vasilevsky
2025-11-26os,internal/syscall/windows: support O_* flags in Root.OpenFileqmuntal
2025-11-26os,internal/poll: don't call IsNonblock for consoles and Stdinqmuntal
2025-11-20os/signal: make NotifyContext cancel the context with a causeFilippo Valsorda
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-11-12os/exec: include Cmd.Start in the list of methods that run CmdSean Liao
2025-11-04os: ignore O_TRUNC errors on named pipes and terminal devices on Windowsqmuntal
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-10-21os: support deleting read-only files in RemoveAll on older Windows versionsqmuntal
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-09-26os/user: simplify go:buildKir Kolyshkin
2025-09-26os/user: use getgrouplist on illumos && cgoKir Kolyshkin
2025-09-26internal/poll: don't call SetFilePointerEx in Seek for overlapped handlesqmuntal
2025-09-16os/user: align test file name and build tagsKir Kolyshkin
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-09-15os: add (*Process).WithHandleKir Kolyshkin
2025-09-15os: add and use errProcessReleasedKir Kolyshkin
2025-09-15internal/syscall/unix: add KernelVersionGEKir Kolyshkin
2025-09-06os: reject OpenDir of a non-directory file in Plan 9Richard Miller
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-25os: set full name for Roots created with Root.OpenRootDamien Neil
2025-08-22internal/syscall/windows: increase internal Windows O_ flags valuesqmuntal
2025-08-22os: fix Root.MkdirAll to handle race of directory creationdatabase64128
2025-08-20internal/poll: don't call Seek for overlapped Windows handlesqmuntal
2025-08-20internal/poll: set the correct file offset in FD.Seek for Windows overlapped ...qmuntal
2025-08-19os: fix path in MkdirTemp error messageJonathan Conder
2025-08-13os/exec: fix incorrect expansion of ".." in LookPath on plan9Richard Miller
2025-08-11net, os, file/filepath, syscall: use slices.Equal in testsTobias Klauser
2025-07-29os/exec: fix incorrect expansion of "", "." and ".." in LookPathOlivier Mengué
2025-07-28os/user: fix tests to pass on non-english WindowsOlivier Mengué
2025-07-25os/user: user random name for the test user accountqmuntal
2025-07-18os: revert the use of AddCleanup to close files and rootsCarlos Amedee
2025-07-15os: remove useless error checkguoguangwu
2025-07-10os: trivial comment fixJakob Borg
2025-06-27os: use minimal file permissions when opening parent directory in RemoveAllqmuntal
2025-06-12all: replace a few user-visible mentions of golang.org and godoc.orgAlberto Donizetti
2025-06-10os: disallow Root.Remove(".") on Plan 9, js, and WindowsDamien Neil
2025-06-10os: do not follow dangling symlinks in Root when O_CREATE|O_EXCL on AIXDamien Neil
2025-06-06os/signal: doc link to syscall.EPIPEOlivier Mengué
2025-05-30os: add implementation of fs.ReadLinkFS to *rootFSRoxy Light
2025-05-27os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-onlyDamien Neil
2025-05-21os: add Root.ReadFile and Root.WriteFileDamien Neil