summaryrefslogtreecommitdiff
path: root/src/runtime/nbpipe_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser2022-03-031-25/+0
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime: add pipe/pipe2 on SolarisIan Lance Taylor2019-11-081-1/+1
* runtime: fix nbpipe_test for AIXClément Chigot2019-10-301-2/+2
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+93