]> Cypherpunks repositories - gostls13.git/commit
runtime: integrated network pollster for netbsd/amd64,386,arm
authorMikio Hara <mikioh.mikioh@gmail.com>
Sat, 17 Aug 2013 03:11:29 +0000 (12:11 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sat, 17 Aug 2013 03:11:29 +0000 (12:11 +0900)
commitc4cdd35e6ef3f01ddace59630b9077d2048cdd94
tree1c0942670697a5b7dcc400e940ff661d28837cde
parent1d3efd6533773138ac7c9d8ca1314459636d55d2
runtime: integrated network pollster for netbsd/amd64,386,arm

Original CL by minux (9545044).

Update #6146

R=golang-dev, rsc
CC=golang-dev, minux.ma
https://golang.org/cl/12949045
14 files changed:
src/pkg/runtime/defs_netbsd.go
src/pkg/runtime/defs_netbsd_386.h
src/pkg/runtime/defs_netbsd_amd64.h
src/pkg/runtime/defs_netbsd_arm.h
src/pkg/runtime/netpoll.goc
src/pkg/runtime/netpoll_kqueue.c
src/pkg/runtime/netpoll_stub.c
src/pkg/runtime/os_darwin.h
src/pkg/runtime/os_freebsd.h
src/pkg/runtime/os_netbsd.h
src/pkg/runtime/os_openbsd.h
src/pkg/runtime/sys_netbsd_386.s
src/pkg/runtime/sys_netbsd_amd64.s
src/pkg/runtime/sys_netbsd_arm.s