From owner-freebsd-current@FreeBSD.ORG Sun Nov 25 19:03:17 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E11AE16A417 for ; Sun, 25 Nov 2007 19:03:17 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outH.internet-mail-service.net (outH.internet-mail-service.net [216.240.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id C935D13C467 for ; Sun, 25 Nov 2007 19:03:17 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Sun, 25 Nov 2007 11:03:17 -0800 X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id 8F39A126AAC for ; Sun, 25 Nov 2007 11:03:16 -0800 (PST) Message-ID: <4749C6F4.2030900@elischer.org> Date: Sun, 25 Nov 2007 11:03:16 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: buglet in AIO/Kqueue code X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Nov 2007 19:03:18 -0000 in the aio kqueue filter the EV_EOF flag is always set. is there a reason for this? Also, the EV_ERROR bit is NOT set when there is an error. Once again does anyone have a secret reason to not set it? will fix if no one objects to this..