]> Cypherpunks repositories - gostls13.git/commit
runtime: clean up & go-ify the hash function seeder
authorKeith Randall <khr@golang.org>
Tue, 9 Dec 2014 22:40:40 +0000 (14:40 -0800)
committerKeith Randall <khr@golang.org>
Wed, 10 Dec 2014 21:15:35 +0000 (21:15 +0000)
commit6820be25da81c1e647e3b807b70a5daf579bb6cf
tree9547e6336f3c72dc2511f56547daf74fe7fbb4cb
parentb796cbc40657e0891a43bffab0ffb92ce656d8f1
runtime: clean up & go-ify the hash function seeder

Change-Id: I0e95f8a5962c547da20e19a356ae1cf8375c9107
Reviewed-on: https://go-review.googlesource.com/1270
Reviewed-by: Russ Cox <rsc@golang.org>
13 files changed:
src/runtime/alg.go
src/runtime/os1_darwin.go
src/runtime/os1_dragonfly.go
src/runtime/os1_freebsd.go
src/runtime/os1_linux.go
src/runtime/os1_netbsd.go
src/runtime/os1_openbsd.go
src/runtime/os1_plan9.go
src/runtime/os1_windows.go
src/runtime/os3_solaris.go
src/runtime/os_linux_386.go
src/runtime/runtime2.go
src/runtime/vdso_linux_amd64.go