看板 DFBSD_commit 關於我們 聯絡資訊
commit 283dbecffb84d4419afc4f46d80d923ec8944e5f Author: Samuel J. Greear <sjg@thesjg.com> Date: Sun Jul 11 14:07:28 2010 +0000 net - Add dummy kq write support to tun and tap * Makes tun and tap always report writeable if polled via a kq-enabled interface. Summary of changes: sys/net/tap/if_tap.c | 16 ++++++++++++++-- sys/net/tun/if_tun.c | 14 ++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/283dbecffb84d4419afc4f46d80d923ec8944e5f -- DragonFly BSD source repository