aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/read3.go
AgeCommit message (Expand)Author
2022-04-26os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills
2021-11-16os/exec: avoid NewFile on unknown FDsMichael Pratt
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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-04-18os/exec: build TestExtraFiles subprocess without cgoIan Lance Taylor