aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec.go
AgeCommit message (Expand)Author
2024-05-17os: make use of pidfd on linuxKir Kolyshkin
2024-02-26os: add available godoc linkcui fliter
2024-02-23Revert "os: make FindProcess use pidfd on Linux"Michael Pratt
2024-02-21os: make FindProcess use pidfd on LinuxKir Kolyshkin
2024-02-21os: use atomic.Uintptr for Process.handleKir Kolyshkin
2023-06-17os/exec: document a method to check if a process is aliveMoritz Poldrack
2022-09-15os: convert Process.isdone to atomic typecuiweixie
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