summaryrefslogtreecommitdiff
path: root/src/os/exec.go
Commit message (Expand)AuthorAgeFilesLines
* os: convert Process.isdone to atomic typecuiweixie2022-09-151-3/+3
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* os: explain ProccessState.Exited() SIGKILL interactionForest Johnson2021-10-131-0/+2
* os: document that StartProcess puts files into blocking modeIan Lance Taylor2021-05-211-0/+3
* os: export ErrProcessDone variable in windows and plan9Alwin Doss2020-11-031-0/+4
* os/exec: document Process.Kill behaviourYury Smolsky2018-03-051-1/+3
* os: document inheritance of thread state over execAustin Clements2018-01-261-0/+5
* os: fix grammar nitRuss Cox2018-01-091-1/+1
* os: document that StartProcess's argv starts with the binary nameBrad Fitzpatrick2017-12-301-1/+2
* cmd/go: invalidate cached test results if env vars or files changeRuss Cox2017-12-111-0/+2
* os: consolidate filesHiroshi Ioka2016-08-161-0/+87
* os: on GNU/Linux use waitid to avoid wait/kill raceIan Lance Taylor2016-06-101-2/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-3/+3
* os: fix a race between Process.signal() and wait() on WindowsPatrick Mezard2015-06-111-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+70