aboutsummaryrefslogtreecommitdiff
path: root/src/os/pipe_bsd.go
AgeCommit message (Expand)Author
2021-02-25syscall, os: use pipe2 syscall on DragonflyBSD instead of pipeTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-09-16os, internal/syscall/unix: use pipe2 instead of pipe on illumosTobias Klauser
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-11os: add AIX operating systemClément Chigot
2018-08-26Revert "syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe"Tobias Klauser
2018-08-24syscall, os: use pipe2 syscall on DragonflyBSD instead of pipeTobias Klauser
2018-06-01os: add js/wasm architectureRichard Musiol
2018-02-27os, syscall: use pipe2 instead of pipe syscall on OpenBSDTobias Klauser
2018-02-14syscall, os: use pipe2 syscall on NetBSD instead of pipeTobias Klauser
2017-10-25os: add deadline methods for File typeIan Lance Taylor
2017-03-21syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick
2017-02-15os: use poller for file I/OIan Lance Taylor
2014-09-08build: move package sources from src/pkg to srcRuss Cox