aboutsummaryrefslogtreecommitdiff
path: root/src/os/wait_waitid.go
AgeCommit message (Expand)Author
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-13all: simplify the spelling of LinuxBrad Fitzpatrick
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2017-06-23os: align siginfo argument to waitidIan Lance Taylor
2017-03-01os: don't use waitid on DarwinIan Lance Taylor
2016-08-24os: use runtime.Keepalive for *Process valuesIan Lance Taylor
2016-08-05os: check for waitid returning ENOSYSIan Lance Taylor
2016-06-13os: use waitid to avoid wait/kill race on darwinMikio Hara