From owner-svn-src-all@freebsd.org Wed Mar 2 08:48:05 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3422AC0112; Wed, 2 Mar 2016 08:48:05 +0000 (UTC) (envelope-from maxim.konovalov@gmail.com) Received: from mail.nginx.com (mail.nginx.com [206.251.255.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90E721336; Wed, 2 Mar 2016 08:48:05 +0000 (UTC) (envelope-from maxim.konovalov@gmail.com) Received: from [192.168.33.64] (unknown [178.23.225.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mail.nginx.com (Postfix) with ESMTPSA id 46AD42C5107C; Wed, 2 Mar 2016 08:48:02 +0000 (UTC) Subject: Re: svn commit: r296277 - in head: share/man/man4 sys/conf sys/kern sys/modules sys/modules/aio sys/sys tests/sys/aio To: John Baldwin References: <201603011812.u21ICEqt071147@repo.freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Maxim Konovalov Message-ID: <56D6A8D0.9030705@gmail.com> Date: Wed, 2 Mar 2016 11:48:16 +0300 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <201603011812.u21ICEqt071147@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 02 Mar 2016 08:48:05 -0000 Hi John, On 3/1/16 9:12 PM, John Baldwin wrote: > Author: jhb > Date: Tue Mar 1 18:12:14 2016 > New Revision: 296277 > URL: https://svnweb.freebsd.org/changeset/base/296277 > > Log: > Refactor the AIO subsystem to permit file-type-specific handling and > improve cancellation robustness. [...] Nice work! It deserves its own entry in UPDATING. What do you think? -- Maxim Konovalov