aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2021-08-25os/user: don't skip TestLookupGroup if supportedKir Kolyshkin
2021-08-22os/user: simplify test skip for plan9Kir Kolyshkin
2021-08-12os/exec: re-enable LookPathTest/16Dmitri Shuralyov
2021-06-30os: change example to avoid deprecated functionEli Bendersky
2021-06-24os: enable TestFifoEOF on openbsdsiddharth
2021-06-20os/signal: test with a significantly longer fatal timeoutAndrew G. Morgan
2021-06-04os: avoid finalizer race in windows process objectJason A. Donenfeld
2021-06-04os: terminate windows processes via handle directlyJason A. Donenfeld
2021-05-26os: deflake TestFdReadRaceIan Lance Taylor
2021-05-26src/os: revert accidentally submitted changeDamien Neil
2021-05-26doc/go1.17: document net/... changesDamien Neil
2021-05-21os: document that StartProcess puts files into blocking modeIan Lance Taylor
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