index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
pipe_bsd.go
Age
Commit message (
Expand
)
Author
2022-03-08
os, internal/syscall/unix: consolidate Pipe implementations
Tobias Klauser
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-25
syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe
Tobias Klauser
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-09-16
os, internal/syscall/unix: use pipe2 instead of pipe on illumos
Tobias Klauser
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2018-10-11
os: add AIX operating system
Clément Chigot
2018-08-26
Revert "syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe"
Tobias Klauser
2018-08-24
syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe
Tobias Klauser
2018-06-01
os: add js/wasm architecture
Richard Musiol
2018-02-27
os, syscall: use pipe2 instead of pipe syscall on OpenBSD
Tobias Klauser
2018-02-14
syscall, os: use pipe2 syscall on NetBSD instead of pipe
Tobias Klauser
2017-10-25
os: add deadline methods for File type
Ian Lance Taylor
2017-03-21
syscall, os: use pipe2 syscall on FreeBSD instead of pipe
Brad Fitzpatrick
2017-02-15
os: use poller for file I/O
Ian Lance Taylor
2014-09-08
build: move package sources from src/pkg to src
Russ Cox