From owner-cvs-all@FreeBSD.ORG Fri Aug 18 14:05:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8644016A4E0; Fri, 18 Aug 2006 14:05:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C0F43D4C; Fri, 18 Aug 2006 14:05:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7IE5IAg002185; Fri, 18 Aug 2006 14:05:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7IE5ID1002184; Fri, 18 Aug 2006 14:05:18 GMT (envelope-from rwatson) Message-Id: <200608181405.k7IE5ID1002184@repoman.freebsd.org> From: Robert Watson Date: Fri, 18 Aug 2006 14:05:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_tun.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2006 14:05:18 -0000 rwatson 2006-08-18 14:05:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_tun.c Log: Merge if_tun.c:1.158 from HEAD to RELENG_6: Add kqueue support to if_tun. Loosely based on if_tap changes. Two almost identical patches based on the if_tap work were submitted via GNATS; I started out with the patch in 100796 from David Gilbert, but could have easily started with the patch from Vilmos Nebehaj which I found only later. PR: 93976, 100796 Revision Changes Path 1.152.2.3 +119 -1 src/sys/net/if_tun.c