aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2021-05-04os: skip TestExecutableDeleted on plan9Richard Miller
2021-05-04os/signal: increase test timeouts on ppc64*/linuxPaul E. Murphy
2021-05-04os, syscall: use wait6 to avoid wait/kill race on netbsdTobias Klauser
2021-05-03os: update some docs to reference fs.ErrFoo instead of os.ErrFooBrad Fitzpatrick
2021-05-02os/user: implement (*User).GroupIds on solarisTobias Klauser
2021-05-02os, syscall: use wait6 to avoid wait/kill race on dragonflyTobias Klauser
2021-05-02os: document that Windows Symlink to missing target creates file symlinkIan Lance Taylor
2021-04-27os: don't check non-nil err twice in Symlink on windowsTobias Klauser
2021-04-23os: skip TestExecutableDeleted on aixEgon Elbre
2021-04-22os: depend on Readlink only when necessaryEgon Elbre
2021-04-21syscall: syscall.AllThreadsSyscall signal handling fixesAndrew G. Morgan
2021-04-14os/exec: replace os.Setenv with T.SetenvManlio Perillo
2021-04-13all: simplify the spelling of LinuxBrad Fitzpatrick
2021-04-12os: restore testErrNotExist's working directory on os.Chdir successGrace Han
2021-04-12os/signal: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-09os: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-08os/exec: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-06os: implement fs.StatFS for os.DirFSCharlie Moog
2021-04-04os: don't use T.Cleanup in TestRemoveAllLongPathTobias Klauser
2021-04-04os, path/filepath: use T.Cleanup to restore the original working directoryianwoolf
2021-04-03os: reuse readdir buffers on unix with a sync.PoolTom Thorogood
2021-03-24os/exec: use testenv.SkipFlaky in TestExtraFilesFDShuffleTobias Klauser
2021-03-23os/exec: simplify TestContextCancelShuhei Takahashi
2021-03-23runtime: support long paths without fixup on Windows 10 >= 1607Jason A. Donenfeld
2021-03-22os/exec: avoid flaky Wait in TestContextCancelShuhei Takahashi
2021-03-17os/user: make user.LookupGroupId function work for large entriesAndrey Bokhanko
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2021-03-08os/signal: remove comments about SA_RESTARTIan Lance Taylor
2021-03-01os: mark pipes returned by os.Pipe() as inheritable by defaultJason A. Donenfeld
2021-02-25os: avoid allocation in File.WriteStringJosh Bleecher Snyder
2021-02-25syscall, os: use pipe2 syscall on DragonflyBSD instead of pipeTobias Klauser
2021-02-24docs: fix spellingJohn Bampton
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19os: fix hex exit code print on 32-bit windowsRuss Cox
2021-02-19os/exec: disable failing LookPathTest on windows/arm64Russ Cox
2021-02-19os: report Windows exit status in hexRuss Cox
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