aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2022-01-02os: simplify ios checks in testsTobias Klauser
2022-01-02os: enable TestMkdirAllWithSymlink on darwin/arm64Tobias Klauser
2021-12-21os: enable TestPipeThreads on FreeBSDTobias Klauser
2021-12-17os/exec: skip TestContextCancel on netbsd/arm64Bryan C. Mills
2021-12-14os: enable TestClosedPipeRace* on FreeBSDAustin Clements
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-12os: document error returned by pending I/O operations on CloseAustin Clements
2021-12-03os: test that LookupEnv reports all keys found in EnvironBryan C. Mills
2021-12-02os/exec: in TestContextCancel, dump goroutines on failureBryan C. Mills
2021-11-23os/signal: reset SIGURG in TestSignalChaoqun Han
2021-11-16os/exec: avoid NewFile on unknown FDsMichael Pratt
2021-11-09os: clarify that File.{Read,Write} use the bufferIan Lance Taylor
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-13os: explain ProccessState.Exited() SIGKILL interactionForest Johnson
2021-10-12os: Simplify size using io.Discard.Tamir Duberstein
2021-10-07os: don't use wait6 on netbsdTobias Klauser
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-21os/user: implement go native GroupIdsKir Kolyshkin
2021-09-17syscall: do not use handle lists on windows when NoInheritHandles is trueJason A. Donenfeld
2021-09-02os, syscall: remove fallback to pipe syscall on LinuxTobias Klauser
2021-08-28os/user: simplify skipping listGroups testKir Kolyshkin
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