aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec
AgeCommit message (Expand)Author
2021-08-12os/exec: re-enable LookPathTest/16Dmitri Shuralyov
2021-04-14os/exec: replace os.Setenv with T.SetenvManlio Perillo
2021-04-08os/exec: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-03-24os/exec: use testenv.SkipFlaky in TestExtraFilesFDShuffleTobias Klauser
2021-03-23os/exec: simplify TestContextCancelShuhei Takahashi
2021-03-22os/exec: avoid flaky Wait in TestContextCancelShuhei Takahashi
2021-03-01os: mark pipes returned by os.Pipe() as inheritable by defaultJason A. Donenfeld
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19os/exec: disable failing LookPathTest on windows/arm64Russ Cox
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-11-30os/exec: constrain thread usage in leaked descriptor test on illumosJoshua M. Clulow
2020-11-07os/exec: use "pfiles" for fd debugging on illumosJoshua M. Clulow
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-04-18os/exec: build TestExtraFiles subprocess without cgoIan Lance Taylor
2020-04-14os/exec: create extra threads when starting a subprocessIan Lance Taylor
2020-04-10os/exec: extend grace period in TestExtraFiles to 20% of overall deadlineBryan C. Mills
2020-04-08os/exec: use subprocess deadline in TestExtraFilesIan Lance Taylor
2020-03-27os/exec: add temporary debugging code for #25628Ian Lance Taylor
2020-03-24os/exec: for TestExtraFiles failure, print readlink of unexpected fdIan Lance Taylor
2020-02-25os/exec: use environment variables for user token when presentLiam 'Auzzie' Haworth
2019-12-15os/exec: ignore hungup error while copying stdin on Plan 9Fazlul Shahriar
2019-12-02os/exec: document that cmd.Start() sets the Process fieldGünther Noack
2019-11-13os/exec: skip poll descriptors when checking for open descriptorsIan Lance Taylor
2019-11-13os/exec: don't run TestExtraFiles if extra files were open for the testIan Lance Taylor
2019-10-22os/exec: skip possible netpoll pipe in known FDs in testIan Lance Taylor
2019-10-17os/exec: re-enable TestExtraFiles checks skipped on various OSesBryan C. Mills
2019-10-17os/exec: preserve the process environment when invoking TestHelperProcessBryan C. Mills
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-10-04os/exec: simplify doc wording for cmd.StdoutPipe and cmd.StderrPipeJosh Bleecher Snyder
2019-05-22all: shorten some testsRuss Cox
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-29os/exec: always set SYSTEMROOT on Windows if not listed in Cmd.EnvBrad Fitzpatrick
2019-04-07os/exec: skip unsupported test on AndroidElias Naur
2019-03-21os/exec: add Cmd.StringJosh Bleecher Snyder
2019-03-04os/exec: less allocs in the common caseDaniel Martí
2019-03-03os/exec: don't use the echo binary for a benchmarkDaniel Martí
2019-03-03os/exec: preallocate for Cmd.childFilesDaniel Martí
2019-03-02os/exec: provide map size hint in dedupEnvCaseJosh Bleecher Snyder
2019-03-02os/exec: add BenchmarkExecEchoJosh Bleecher Snyder
2018-11-02internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptorClément Chigot
2018-10-11os: add AIX operating systemClément Chigot
2018-09-01os/exec: document how to do special args quoting on WindowsGiovanni Bajo
2018-08-28os/exec: pass ExitCode tests on Plan 9Fazlul Shahriar
2018-08-28os: add ExitCode method to ProcessStateGuoliang Wang
2018-07-13os/exec: document ExtraFiles is not supported on windowsAdam Shannon
2018-06-01os: add js/wasm architectureRichard Musiol