From owner-svn-src-all@FreeBSD.ORG Thu Sep 17 06:21:06 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAD04106566B; Thu, 17 Sep 2009 06:21:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id BBDA68FC14; Thu, 17 Sep 2009 06:21:06 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 5668546B0C; Thu, 17 Sep 2009 02:21:06 -0400 (EDT) Received: from John-Baldwins-Macbook-Pro.local (localhost [IPv6:::1]) by bigwig.baldwin.cx (Postfix) with ESMTPA id EC18D8A01F; Thu, 17 Sep 2009 02:21:04 -0400 (EDT) Message-ID: <4AB1D552.50400@FreeBSD.org> Date: Thu, 17 Sep 2009 02:21:06 -0400 From: John Baldwin User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Stacey Son References: <200909160330.n8G3UCLR010920@svn.freebsd.org> In-Reply-To: <200909160330.n8G3UCLR010920@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Thu, 17 Sep 2009 02:21:05 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r197241 - in head: lib/libc/sys sys/kern sys/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2009 06:21:07 -0000 Stacey Son wrote: > Author: sson > Date: Wed Sep 16 03:30:12 2009 > New Revision: 197241 > URL: http://svn.freebsd.org/changeset/base/197241 > > Log: > Add EVFILT_USER to kevents. > > Add user events support to kernel events which are not associated with any > kernel mechanism but are triggered by user level code. This is useful for > adding user level events to an event handler that may also be monitoring > kernel events. > > Approved by: rwatson (co-mentor) Very nice! I actually had an item on my personal todo list to implement this feature. -- John Baldwin