]> Cypherpunks repositories - gostls13.git/commit
runtime: get per-process random number from auxv for hash table
authorShenghou Ma <minux.ma@gmail.com>
Fri, 4 May 2012 17:59:14 +0000 (01:59 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 4 May 2012 17:59:14 +0000 (01:59 +0800)
commita642ca49309b129e77ba15a066fbf8e7c4b69b79
tree7cf54abde6a7e7ad582fc9428de301cc6c8db27f
parentdac4c3eee949ccc395bde808832ab7b2bba370da
runtime: get per-process random number from auxv for hash table
Decode AT_RANDOM, AT_HWCAP, and AT_PLATFORM.
This CL only make use of AT_RANDOM, but future CLs will make use of the others.

R=dave, rsc
CC=golang-dev
https://golang.org/cl/5978051
src/pkg/runtime/asm_arm.s
src/pkg/runtime/rt0_linux_arm.s
src/pkg/runtime/signal_linux_arm.c