aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
18 hoursos/exec: doc typoWeixie Cui
31 hoursos/exec: use argv() to avoid panic inside of Cmd.String()Neal Patel
9 daysos: use t.TempDir in root_test tempDirWithUnixSocketRunxi Yu
2026-03-30all: fix some minor issues in the commentscuishuang
2026-03-17os/exec: document that Cmd.Wait must not be called concurrentlyBasavaraj PB
2026-03-10os: allow EPERM during TestGetwdDeepRuss Cox
2026-02-26os: avoid escape from Root via ReadDir or ReaddirDamien Neil
2026-02-24os/signal: completely ignore bogus signalsMichael Pratt
2026-02-11internal/poll: avoid race between execIO and DisassociateIOCPqmuntal
2026-02-03internal/poll: readWriteUnlock should destroy fd when no remaining referencesqmuntal
2026-01-27os/exec: document blocking Stdin/Stdout/StderrIan Lance Taylor
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