1
0
mirror of https://github.com/golang/go synced 2024-10-03 20:21:22 -06:00
go/src
Benny Siegert 677cdb800d syscall: use pipe instead of pipe2 on NetBSD
pipe2 is equivalent to pipe with flags set to 0.
However, pipe2 was only added recently. Using pipe
instead improves compatibility with NetBSD 5.

R=jsing
CC=golang-dev
https://golang.org/cl/6268045
2012-06-05 01:29:34 +10:00
..
cmd cmd/gc: recognize u<<1 op u>>31 as a rotate when op is ^, not just |. 2012-06-04 20:53:32 +10:00
lib9 lib9: fix warning under clang 3.1 2012-04-18 09:57:00 +10:00
libbio build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
libmach cmd/6l: loop alignment, disabled 2012-06-01 10:23:15 -04:00
pkg syscall: use pipe instead of pipe2 on NetBSD 2012-06-05 01:29:34 +10:00
all.bash build: run.bash no longer accepts --no-banner 2012-04-10 01:49:49 +08:00
all.bat build: use setlocal in run.bat 2012-02-16 10:44:55 +11:00
all.rc build: dist-based build for Plan 9 2012-05-01 22:32:46 -07:00
clean.bash build: fix clean.bash 2012-02-15 23:52:07 +09:00
clean.bat build: implement clean.bat 2012-02-20 12:17:27 +11:00
clean.rc build: dist-based build for Plan 9 2012-05-01 22:32:46 -07:00
make.bash build: do more during windows build 2012-03-20 14:04:20 +11:00
make.bat build: do more during windows build 2012-03-20 14:04:20 +11:00
Make.dist cmd/dist: make 'make' quieter for developers 2012-02-08 15:26:47 -05:00
make.rc build: dist-based build for Plan 9 2012-05-01 22:32:46 -07:00
run.bash cmd/api: add api/next.txt 2012-05-22 18:41:20 -07:00
run.bat cmd/api: add api/next.txt 2012-05-22 18:41:20 -07:00
run.rc build: dist-based build for Plan 9 2012-05-01 22:32:46 -07:00
sudo.bash cmd/dist, sudo.bash: don't mention sudo.bash if cov or prof is not present 2012-04-02 22:33:38 +08:00