1
0
mirror of https://github.com/golang/go synced 2024-10-03 04:21:22 -06:00
go/src
Dave Cheney 532bc5f11c syscall: exec_linux.go: support platforms without SYS_DUP2
Updates #9974

This change is in preparation for merging the arm64 platform.

Arm64 does not support SYS_DUP2 at all, so define a new constant to be
the minimum dup(2) version supported. This constant defaults to SYS_DUP2
on all existing platforms.

Change-Id: If405878105082c7c880f8541c1491970124c9ce4
Reviewed-on: https://go-review.googlesource.com/7123
Reviewed-by: Minux Ma <minux@golang.org>
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
2015-03-10 22:52:09 +00:00
..
archive archive/zip: fix size value in ZIP64 end central directory record 2015-02-26 15:24:32 +00:00
bufio
builtin
bytes bytes, strings: improve documentation for Count functions 2015-01-22 18:28:35 +00:00
cmd cmd/7g, cmd/7l, cmd/go: copy 9g/9l to 7g/7l, and build as tools 2015-03-10 18:52:12 +00:00
compress all: don't refer to code.google.com/p/go{,-wiki}/ 2015-02-06 14:41:47 +00:00
container
crypto crypto/tls: fix typo in tls handshake error 2015-03-06 18:18:40 +00:00
database/sql database/sql: reduce lock contention in Stmt.connStmt 2015-01-24 09:56:25 +00:00
debug debug/dwarf: add unit tests for line table reader 2015-03-10 02:32:48 +00:00
encoding encoding/xml: fix default namespace of tags 2015-03-09 09:10:30 +00:00
errors
expvar expvar: fix build 2015-02-05 13:53:29 +00:00
flag
fmt fmt: document existing behavior of nil receivers 2015-03-01 18:17:53 +00:00
go go/ast: fixed minor typo in comment 2015-03-10 16:40:15 +00:00
hash
html all: don't refer to code.google.com/p/go{,-wiki}/ 2015-02-06 14:41:47 +00:00
image image/jpeg: support RGB JPEG images. 2015-03-09 23:18:33 +00:00
index/suffixarray
internal runtime: remove runtime frames from stacks in traces 2015-03-10 14:46:15 +00:00
io
log log/syslog: avoid unix sockets on darwin/arm 2015-03-04 22:13:06 +00:00
math math/big: move "bits" operations used for Float tests into separate file 2015-03-06 01:36:59 +00:00
mime mime/quotedprintable: create the package 2015-02-26 20:09:28 +00:00
net net: skip unixgram tests on darwin/arm 2015-03-09 15:34:32 +00:00
os Fixed wrong arguments to formatting functions 2015-03-07 02:08:04 +00:00
path path/filepath: get tests working on darwin/arm 2015-03-01 18:38:21 +00:00
reflect Call --> CallSlice in two spots. No logic change, docs only. 2015-02-22 17:22:04 +00:00
regexp regexp: update URLs in tests 2015-01-26 01:54:28 +00:00
runtime runtime/pprof: fix trace test 2015-03-10 16:29:25 +00:00
sort sort: fixed small typo in comments 2015-02-08 23:38:50 +00:00
strconv strconv: simplify code for binary exponent float format 2015-03-05 16:52:41 +00:00
strings bytes, strings: improve documentation for Count functions 2015-01-22 18:28:35 +00:00
sync sync/atomic: skip test on darwin/arm 2015-03-09 14:10:25 +00:00
syscall syscall: exec_linux.go: support platforms without SYS_DUP2 2015-03-10 22:52:09 +00:00
testing testing: pad benchmark names to align results 2015-02-07 21:52:25 +00:00
text
time time: zoneinfo support for darwin 2015-03-03 15:37:14 +00:00
unicode unicode: Fixed an out of date comment (MaxLatin1, not Latin1Max). 2015-02-16 21:35:33 +00:00
unsafe unsafe: minor doc string improvements 2015-01-28 19:42:15 +00:00
all.bash
all.bat
all.rc
androidtest.bash androidtest.bash: remove use of cp --preserve. 2015-02-13 21:16:25 +00:00
bootstrap.bash build: add bootstrap.bash for bootstrapping new systems 2015-03-02 17:51:56 +00:00
clean.bash
clean.bat
clean.rc
make.bash [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' 2015-02-23 15:13:17 +00:00
make.bat build: update Windows make.bat to use CC_FOR_TARGET. 2015-03-02 02:20:46 +00:00
Make.dist
make.rc all: delete C libraries and cmd/dist code that builds them 2015-03-01 00:40:23 +00:00
nacltest.bash cmd/dist: reactivate vfp detection on linux/arm 2015-02-10 00:17:06 +00:00
race.bash [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' 2015-02-23 15:13:17 +00:00
race.bat [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' 2015-02-23 15:13:17 +00:00
run.bash build: convert run.bash, run.bat, and run.rc into a Go program 2015-03-03 23:22:11 +00:00
run.bat build: convert run.bash, run.bat, and run.rc into a Go program 2015-03-03 23:22:11 +00:00
run.rc build: convert run.bash, run.bat, and run.rc into a Go program 2015-03-03 23:22:11 +00:00