| Age | Commit message (Expand) | Author |
| 2023-01-10 | os/exec: avoid leaking an exec.Cmd in TestWaitInterrupt | Bryan C. Mills |
| 2022-11-11 | os/exec: fix TestWaitInterrupt/WaitDelay error message | scott |
| 2022-11-04 | os/exec: allow NUL in environment variables on Plan 9 | Matthew Dempsky |
| 2022-11-03 | os/exec: allow open descriptors to be closed during TestPipeLookPathLeak | Bryan C. Mills |
| 2022-11-01 | syscall, os/exec: reject environment variables containing NULs | Damien Neil |
| 2022-10-25 | os/exec: add the Cancel and WaitDelay fields | Bryan C. Mills |
| 2022-10-13 | os/exec: set traceback to "system" in TestContextCancel | Bryan C. Mills |
| 2022-10-11 | os/exec: remove protection against a duplicate Close on StdinPipe | Bryan C. Mills |
| 2022-10-06 | os/exec: parallelize more tests | Bryan C. Mills |
| 2022-10-06 | os/exec: delete TestExtraFilesFDShuffle | Bryan C. Mills |
| 2022-10-04 | os/exec: add a GODEBUG setting to diagnose leaked processes | Bryan C. Mills |
| 2022-09-29 | os/exec: avoid leaking a process in TestDoubleStartLeavesPipesOpen | Bryan C. Mills |
| 2022-09-29 | os/exec: do not close pipes on a double-Start error | Bryan C. Mills |
| 2022-09-07 | os: use strings.Builder | cuiweixie |
| 2022-05-10 | os/exec: eliminate some arbitrary short timeouts | Bryan C. Mills |
| 2022-05-10 | os/exec: return clear error for missing cmd.Path | Russ Cox |
| 2022-04-26 | os/exec: use a TestMain to avoid hijacking stdout for helper commands | Bryan C. Mills |
| 2022-04-21 | os/exec: set PWD implicitly if Dir is non-empty and Env is nil | Bryan C. Mills |
| 2021-12-17 | os/exec: skip TestContextCancel on netbsd/arm64 | Bryan C. Mills |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-12-02 | os/exec: in TestContextCancel, dump goroutines on failure | Bryan C. Mills |
| 2021-11-16 | os/exec: avoid NewFile on unknown FDs | Michael Pratt |
| 2021-10-06 | all: use bytes.Cut, strings.Cut | Russ Cox |
| 2021-03-24 | os/exec: use testenv.SkipFlaky in TestExtraFilesFDShuffle | Tobias Klauser |
| 2021-03-23 | os/exec: simplify TestContextCancel | Shuhei Takahashi |
| 2021-03-22 | os/exec: avoid flaky Wait in TestContextCancel | Shuhei Takahashi |
| 2021-03-01 | os: mark pipes returned by os.Pipe() as inheritable by default | Jason A. Donenfeld |
| 2020-12-09 | all: update to use os.ReadDir where appropriate | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-11-30 | os/exec: constrain thread usage in leaked descriptor test on illumos | Joshua M. Clulow |
| 2020-10-20 | all: update references to symbols moved from io/ioutil to io | Russ Cox |
| 2020-10-09 | all: enable more tests on macOS/ARM64 | Cherry Zhang |
| 2020-04-18 | os/exec: build TestExtraFiles subprocess without cgo | Ian Lance Taylor |
| 2020-04-10 | os/exec: extend grace period in TestExtraFiles to 20% of overall deadline | Bryan C. Mills |
| 2020-04-08 | os/exec: use subprocess deadline in TestExtraFiles | Ian Lance Taylor |
| 2020-03-27 | os/exec: add temporary debugging code for #25628 | Ian Lance Taylor |
| 2020-03-24 | os/exec: for TestExtraFiles failure, print readlink of unexpected fd | Ian Lance Taylor |
| 2019-12-15 | os/exec: ignore hungup error while copying stdin on Plan 9 | Fazlul Shahriar |
| 2019-11-13 | os/exec: skip poll descriptors when checking for open descriptors | Ian Lance Taylor |
| 2019-11-13 | os/exec: don't run TestExtraFiles if extra files were open for the test | Ian Lance Taylor |
| 2019-10-22 | os/exec: skip possible netpoll pipe in known FDs in test | Ian Lance Taylor |
| 2019-10-17 | os/exec: re-enable TestExtraFiles checks skipped on various OSes | Bryan C. Mills |
| 2019-10-17 | os/exec: preserve the process environment when invoking TestHelperProcess | Bryan C. Mills |
| 2019-05-22 | all: shorten some tests | Russ Cox |
| 2019-04-30 | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow |
| 2019-04-29 | os/exec: always set SYSTEMROOT on Windows if not listed in Cmd.Env | Brad Fitzpatrick |
| 2019-03-21 | os/exec: add Cmd.String | Josh Bleecher Snyder |
| 2018-11-02 | internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptor | Clément Chigot |
| 2018-08-28 | os/exec: pass ExitCode tests on Plan 9 | Fazlul Shahriar |
| 2018-08-28 | os: add ExitCode method to ProcessState | Guoliang Wang |