From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 30 21:03:16 2012 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B06E106566C; Mon, 30 Jan 2012 21:03:16 +0000 (UTC) (envelope-from igor@soumenkov.com) Received: from www.error-bank.com (2017.x.rootbsd.net [208.86.225.38]) by mx1.freebsd.org (Postfix) with ESMTP id 222798FC08; Mon, 30 Jan 2012 21:03:15 +0000 (UTC) Received: from soumenkov.com (localhost [127.0.0.1]) by www.error-bank.com (Postfix) with ESMTP id F2D9B61C6A; Mon, 30 Jan 2012 20:47:04 +0000 (UTC) MIME-Version: 1.0 Date: Tue, 31 Jan 2012 00:47:04 +0400 From: igor To: , Message-ID: X-Sender: igor@soumenkov.com User-Agent: RoundCube Webmail/0.5.3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: kern/156567: [kqueue] [patch] Add EV_CLEAR to AIO events in kqueue X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 21:03:16 -0000 Dear all, What can I do to get my patch finally applied or rejected (hope not :) ? My PR is not even assigned to anyone. Should I do my best to become a committer (how? :-) ? The solution I propose finally allows to use kqueue with aio in multi-threaded applications. The only reason I created it is because I wanted to use it for myself and it worked flawlessly. Please, anyone? -- Igor Soumenkov