summaryrefslogtreecommitdiff
path: root/src/os/pipe_bsd.go
Commit message (Expand)AuthorAgeFilesLines
* syscall, os: use pipe2 syscall on DragonflyBSD instead of pipeTobias Klauser2021-02-251-2/+2
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* os, internal/syscall/unix: use pipe2 instead of pipe on illumosTobias Klauser2020-09-161-1/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* os: add AIX operating systemClément Chigot2018-10-111-1/+1
* Revert "syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe"Tobias Klauser2018-08-261-1/+1
* syscall, os: use pipe2 syscall on DragonflyBSD instead of pipeTobias Klauser2018-08-241-1/+1
* os: add js/wasm architectureRichard Musiol2018-06-011-1/+1
* os, syscall: use pipe2 instead of pipe syscall on OpenBSDTobias Klauser2018-02-271-1/+1
* syscall, os: use pipe2 syscall on NetBSD instead of pipeTobias Klauser2018-02-141-1/+1
* os: add deadline methods for File typeIan Lance Taylor2017-10-251-1/+1
* syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick2017-03-211-1/+1
* os: use poller for file I/OIan Lance Taylor2017-02-151-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+28