aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2021-05-04[release-branch.go1.16] syscall: syscall.AllThreadsSyscall signal handling fixesAndrew G. Morgan
2021-02-16internal/poll: if copy_file_range returns 0, assume it failedIan Lance Taylor
2021-02-11io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox
2021-01-26os: further document limitations around naked file descriptorsVictor Michel
2021-01-26os: correct names in CreateTemp and MkdirTemp doc commentsIan Lance Taylor
2021-01-25os: force consistent mtime before running fstest on directory on WindowsJason A. Donenfeld
2021-01-18os: do not close syscall.Stdin in TestReadStdinJason A. Donenfeld
2021-01-15os: invoke processKiller synchronously in testKillProcessBryan C. Mills
2021-01-08testing/fstest,os: clarify racy behavior of TestFSAustin Clements
2020-12-23os/signal: fix a deadlock with syscall.AllThreadsSyscall() useAndrew G. Morgan
2020-12-18os: remove dependency on strings packageIan Lance Taylor
2020-12-18os/signal: fix flaky tests for NotifyContext.Henrique Vicente
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-04io/fs: add SubRuss Cox
2020-12-02os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox
2020-11-30os: return proper user directories on iOSChris Waldon
2020-11-30os/exec: constrain thread usage in leaked descriptor test on illumosJoshua M. Clulow
2020-11-12os: gofmtTobias Klauser
2020-11-11os: clarify that IsExist and friends do not use errors.IsIan Lance Taylor
2020-11-07os/exec: use "pfiles" for fd debugging on illumosJoshua M. Clulow
2020-11-05os: remove unused variable in unix implementation of File.readdirBrad Fitzpatrick
2020-11-04os: avoid nil returns from Readdirnames, Readdir, ReadDirRuss Cox
2020-11-03os: export ErrProcessDone variable in windows and plan9Alwin Doss
2020-10-31os: export errFinished as ErrProcessDoneColin Arnott
2020-10-28os: do not use procfs for os.Executable in dragonflyAntonio Huete Jimenez
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20os: add DirFSRuss Cox
2020-10-20io/fs: add FS, File, ReadDirFile; move DirEntry from osRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-20io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fsRuss Cox
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-10-20os: add File.ReadDir method and DirEntry typeRuss Cox
2020-10-19Revert "test: add regression test from #41474"Alberto Donizetti
2020-10-17test: add regression test from #41474Alberto Donizetti
2020-10-12os: call f.Close before t.Fatal to avoid vet unreachable code warningsgzdaijie
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-28os: fix SyscallConn typos in the File.Fd commentsChangkun Ou
2020-09-28os: remove ENOTSUP special case in Getwd on darwinTobias Klauser
2020-09-27os: document and emphasize a potential misuse of File.FdChangkun Ou
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-22os: close fd if fd.Stat fails in GetwdTobias Klauser
2020-09-16os, internal/syscall/unix: use pipe2 instead of pipe on illumosTobias Klauser
2020-09-15os/signal: add NotifyContext to cancel context using system signalsHenrique Vicente
2020-09-11os: implement File.Chmod on WindowsConstantin Konstantinidis
2020-08-27cmd/go, testing, os: fail test that calls os.Exit(0)Ian Lance Taylor
2020-08-25os: return a *PathError from Readdirnames and Readdir on POSIX platformsBryan C. Mills
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2020-07-08runtime: mark OpenBSD raise function nosplitIan Lance Taylor
2020-07-08os: fix regression with handling of nil *FileJoe Tsai