]> Cypherpunks repositories - gostls13.git/commit
runtime: parse auxv for page size and executable name on Solaris
authorTobias Klauser <tklauser@distanz.ch>
Tue, 3 Apr 2018 09:06:59 +0000 (09:06 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 3 Apr 2018 15:49:45 +0000 (15:49 +0000)
commit01237b1362db59c583d136289a9a4b0ac8ea5170
treedc3c04a614105db754042e887abc530a866ed591
parentef9bdd11e8e5d93d268f13b54feedbed7e3fa595
runtime: parse auxv for page size and executable name on Solaris

Decode AT_PAGESZ to determine physPageSize and AT_SUN_EXECNAME for
os.Executable.

Change-Id: I6ff774ad9d76c68fc61eb307df58217c17fd578d
Reviewed-on: https://go-review.googlesource.com/104375
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/executable_solaris.go
src/runtime/auxv_none.go
src/runtime/os3_solaris.go