]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] runtime: convert Plan 9 port to Go
authorDavid du Colombier <0intro@gmail.com>
Fri, 21 Nov 2014 18:39:01 +0000 (19:39 +0100)
committerDavid du Colombier <0intro@gmail.com>
Fri, 21 Nov 2014 18:39:01 +0000 (19:39 +0100)
commite9c57d8a2d7833a66a511888c4744e058bc68967
tree4170d62ce14835eb8ca5b466012332dbc0e694ff
parentad8179281d314663f94358589a8c39ecf644007b
[dev.cc] runtime: convert Plan 9 port to Go

Thanks to Aram Hăvărneanu, Nick Owens
and Russ Cox for the early reviews.

LGTM=aram, rsc
R=rsc, lucio.dere, aram, ality
CC=golang-codereviews, mischief
https://golang.org/cl/175370043
18 files changed:
src/runtime/defs_plan9_386.go
src/runtime/defs_plan9_amd64.go
src/runtime/env_plan9.go
src/runtime/mem_plan9.c [deleted file]
src/runtime/mem_plan9.go [new file with mode: 0644]
src/runtime/netpoll_stub.go [moved from src/runtime/netpoll_stub.c with 81% similarity]
src/runtime/os1_plan9.go [new file with mode: 0644]
src/runtime/os2_plan9.go [new file with mode: 0644]
src/runtime/os_plan9.c [deleted file]
src/runtime/os_plan9.go
src/runtime/os_plan9.h [deleted file]
src/runtime/os_plan9_386.c [deleted file]
src/runtime/os_plan9_386.go [new file with mode: 0644]
src/runtime/os_plan9_amd64.c [deleted file]
src/runtime/os_plan9_amd64.go [new file with mode: 0644]
src/runtime/signal_plan9.go [moved from src/runtime/signals_plan9.h with 54% similarity]
src/runtime/stubs2.go
src/runtime/stubs3.go [new file with mode: 0644]