aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec.go
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-13os: explain ProccessState.Exited() SIGKILL interactionForest Johnson
2021-05-21os: document that StartProcess puts files into blocking modeIan Lance Taylor
2020-11-03os: export ErrProcessDone variable in windows and plan9Alwin Doss
2018-03-05os/exec: document Process.Kill behaviourYury Smolsky
2018-01-26os: document inheritance of thread state over execAustin Clements
2018-01-09os: fix grammar nitRuss Cox
2017-12-30os: document that StartProcess's argv starts with the binary nameBrad Fitzpatrick
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
2016-08-16os: consolidate filesHiroshi Ioka
2016-06-10os: on GNU/Linux use waitid to avoid wait/kill raceIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2015-06-11os: fix a race between Process.signal() and wait() on WindowsPatrick Mezard
2014-09-08build: move package sources from src/pkg to srcRuss Cox