summaryrefslogtreecommitdiff
path: root/src/os/wait_unimp.go
Commit message (Expand)AuthorAgeFilesLines
* os, syscall: use wait6 to avoid wait/kill race on netbsdTobias Klauser2021-05-041-2/+2
* os, syscall: use wait6 to avoid wait/kill race on dragonflyTobias Klauser2021-05-021-2/+2
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* os: add AIX operating systemClément Chigot2018-10-111-1/+1
* os: add js/wasm architectureRichard Musiol2018-06-011-1/+1
* os: don't use waitid on DarwinIan Lance Taylor2017-03-011-1/+1
* os: use wait6 to avoid wait/kill race on freebsdMikio Hara2016-06-131-1/+1
* os: use waitid to avoid wait/kill race on darwinMikio Hara2016-06-131-1/+1
* os: on GNU/Linux use waitid to avoid wait/kill raceIan Lance Taylor2016-06-101-0/+16