From owner-cvs-src@FreeBSD.ORG Fri Mar 18 02:41:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F0DB16A4CE; Fri, 18 Mar 2005 02:41:48 +0000 (GMT) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B41343D39; Fri, 18 Mar 2005 02:41:48 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) (192.168.1.2) by mail.ambrisko.com with ESMTP; 17 Mar 2005 18:41:47 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id j2I2fluH014294; Thu, 17 Mar 2005 18:41:47 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id j2I2fluO014293; Thu, 17 Mar 2005 18:41:47 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200503180241.j2I2fluO014293@ambrisko.com> In-Reply-To: <200503180111.j2I1BeS9041761@repoman.freebsd.org> To: John-Mark Gurney Date: Thu, 17 Mar 2005 18:41:47 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys event.h src/sys/kern kern_event.c vfs_aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 02:41:48 -0000 John-Mark Gurney writes: | jmg 2005-03-18 01:11:40 UTC | | FreeBSD src repository | | Modified files: | sys/sys event.h | sys/kern kern_event.c vfs_aio.c | Log: | fix aio+kq... I've been running ambrisko's test program for much longer | w/o problems than I was before... This simply brings back the knote_delete | as knlist_delete which will also drop the knote's, instead of just clearing | the list and seeing _ONESHOT... | | Fix a race where if a note was _INFLUX and _DETACHED, it could end up being | modified... whoopse.. Thanks, once I sync. up with that then I'll bring in the lio fixes and kqueue support for lio. Doug A.