aboutsummaryrefslogtreecommitdiff
path: root/src/os/wait_unimp.go
AgeCommit message (Expand)Author
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-07os: don't use wait6 on netbsdTobias Klauser
2021-05-04os, syscall: use wait6 to avoid wait/kill race on netbsdTobias Klauser
2021-05-02os, syscall: use wait6 to avoid wait/kill race on dragonflyTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-10-11os: add AIX operating systemClément Chigot
2018-06-01os: add js/wasm architectureRichard Musiol
2017-03-01os: don't use waitid on DarwinIan Lance Taylor
2016-06-13os: use wait6 to avoid wait/kill race on freebsdMikio Hara
2016-06-13os: use waitid to avoid wait/kill race on darwinMikio Hara
2016-06-10os: on GNU/Linux use waitid to avoid wait/kill raceIan Lance Taylor