1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/runtime/linux
Alex Brainman a41d85498e runtime: revert 6974:1f3c3696babb
I missed that environment is used during runtime setup,
well before go init() functions run. Implemented os-dependent
runtime.goenvs functions to allow for different unix, plan9 and
windows versions of environment discovery.

R=rsc, paulzhol
CC=golang-dev
https://golang.org/cl/3787046
2011-01-12 11:48:15 +11:00
..
386 runtime/linux/386: set FPU to 64-bit precision 2010-12-13 10:04:53 -05:00
amd64 runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
arm runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
defs1.c runtime: turn divide by zero, nil dereference into panics 2010-04-08 18:15:30 -07:00
defs2.c runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
defs_arm.c arm: fix signal handler 2010-10-26 01:32:36 +02:00
defs.c runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
mem.c runtime: remove paranoid mapping at 0 2010-12-13 16:57:35 -05:00
os.h runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
runtime_defs.go runtime: parallel definitions in Go for all C structs. 2010-11-30 18:21:26 +01:00
signals.h runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
thread.c runtime: revert 6974:1f3c3696babb 2011-01-12 11:48:15 +11:00