aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec_unix.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-11-03os: export ErrProcessDone variable in windows and plan9Alwin Doss
2020-10-31os: export errFinished as ErrProcessDoneColin Arnott
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-11os: add AIX operating systemClément Chigot
2018-06-01os: add js/wasm architectureRichard Musiol
2016-06-10os: on GNU/Linux use waitid to avoid wait/kill raceIan Lance Taylor
2014-10-06os: make Process.Signal 'process finished' error consistent on UnixRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox