1
0
mirror of https://github.com/golang/go synced 2024-10-02 04:18:33 -06:00
go/src
Tobias Klauser 4ff4e50725 runtime: parse auxv for page size on netbsd
Decode AT_PAGESZ to determine physPageSize on netbsd.

Also rename vdso_none.go to auxv_none.go which matches its purpose more
closely.

Akin to CL 99780 which did the same for freebsd.

Change-Id: Iea4322f861ff0f3515e9051585dbb442f024326b
Reviewed-on: https://go-review.googlesource.com/102677
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-03-27 15:21:51 +00:00
..
archive all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00
bufio
builtin
bytes internal/bytealg: move short string Index implementations into bytealg 2018-03-04 19:49:44 +00:00
cmd cmd/go: print each import error only once 2018-03-27 14:07:14 +00:00
compress compress/bzip2: remove bit-tricks 2018-03-21 21:57:15 +00:00
container
context
crypto crypto/x509: matching any requested EKU should be sufficient. 2018-03-26 19:42:08 +00:00
database/sql database/sql: fix docs to correctly refer to time.RFC3339Nano 2018-03-26 23:12:45 +00:00
debug debug/pe: use bytes.IndexByte instead of a loop 2018-03-07 16:12:08 +00:00
encoding all: remove some unused return parameters 2018-03-24 19:44:47 +00:00
errors
expvar all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00
flag
fmt fmt: change some unexported method names to camel case 2018-02-27 20:12:04 +00:00
go all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00
hash crypto: remove hand encoded amd64 instructions 2018-03-01 19:20:53 +00:00
html all: fix misspellings 2018-02-20 21:02:58 +00:00
image all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
index/suffixarray
internal internal/trace: compute span stats as computing goroutine stats 2018-03-26 16:59:01 +00:00
io io: document that ReadAtLeast and ReadFull can drop errors 2018-03-26 17:38:36 +00:00
log
math math/big: improve performance of addVW/subVW for ppc64x 2018-03-27 15:06:53 +00:00
mime all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00
net all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00
os os: fix TestDevNullFile on Plan 9 2018-03-27 05:30:50 +00:00
path path/filepath: change example to print the correct path on failure 2018-03-26 17:40:01 +00:00
plugin
reflect reflect: sort exported methods first 2018-03-15 21:56:08 +00:00
regexp all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00
runtime runtime: parse auxv for page size on netbsd 2018-03-27 15:21:51 +00:00
sort sort: fix typo, was a mixup between identifiers 'unsorted' and 'data' 2018-03-19 13:09:29 +00:00
strconv strconv: make code formatting more consistent in doc.go 2018-03-19 12:53:16 +00:00
strings internal/bytealg: move short string Index implementations into bytealg 2018-03-04 19:49:44 +00:00
sync cmd/compile/internal/ppc64, runtime internal/atomic, sync/atomic: implement faster atomics for ppc64x 2018-03-22 14:13:01 +00:00
syscall syscall: use Android O friendly fstatat syscall to implement Stat on linux/amd64 2018-03-15 10:07:57 +00:00
testing all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00
text text/scanner: add examples 2018-03-10 02:01:58 +00:00
time all: remove some unused return parameters 2018-03-24 19:44:47 +00:00
unicode
unsafe unsafe: fix reference to string header 2018-02-26 18:35:46 +00:00
vendor/golang_org/x vendor: update golang.org/x/net/dns/dnsmessage from upstream 2018-03-18 05:48:38 +00:00
all.bash
all.bat
all.rc
androidtest.bash androidtest.bash: don't require GOARCH set 2018-03-07 14:01:43 +00:00
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash iostest.bash: don't build std library twice 2018-03-06 16:08:20 +00:00
make.bash
make.bat build: small cleanup in error message in make.bat 2018-02-26 10:27:14 +00:00
Make.dist
make.rc
naclmake.bash nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
nacltest.bash nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
race.bash
race.bat
run.bash
run.bat
run.rc