aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/nbpipe_test.go
AgeCommit message (Expand)Author
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
2019-10-30runtime: fix nbpipe_test for AIXClément Chigot
2019-10-20runtime: define nonblockingPipeIan Lance Taylor