]> Cypherpunks repositories - gostls13.git/commit
runtime: drop EV_RECEIPT support from network pollster on kqueue
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 24 Jul 2013 15:24:17 +0000 (00:24 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 24 Jul 2013 15:24:17 +0000 (00:24 +0900)
commit8f746af65d563ce442720aeb35a0f80efc62b7d6
tree81048c1e36a4b6dfdc11dd5c31912ebd27ec6a2e
parent9c6fecc2da35d3d4ee685cc7f56c69f4671e8888
runtime: drop EV_RECEIPT support from network pollster on kqueue

Currently Darwin and FreeBSD support and NetBSD and OpenBSD do not
support EV_RECEIPT flag. We will drop use of EV_RECEIPT for now.

Also enables to build runtime-integrated network pollster on
freebsd/amd64,386 and openbsd/amd64,386. It just does build but never
runs pollster stuff.

This is in preparation for runtime-integrated network pollster for BSD
variants.

Update #5199

R=dvyukov, minux.ma
CC=golang-dev
https://golang.org/cl/11759044
src/pkg/runtime/netpoll.goc
src/pkg/runtime/netpoll_kqueue.c
src/pkg/runtime/netpoll_stub.c