From owner-svn-src-all@freebsd.org Mon Jul 31 22:57:30 2017 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 3DEEADBFB04 for ; Mon, 31 Jul 2017 22:57:30 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C56DC6CB3C for ; Mon, 31 Jul 2017 22:57:29 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-wr0-x244.google.com with SMTP id 12so6024wrb.4 for ; Mon, 31 Jul 2017 15:57:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:cc; bh=JqI8217HcOKvtz25HaA5IzgFx3oNoSVKLWSFm/0zx2s=; b=glZgSi90WY1W27sSbgE6MSt6eRhQZLxQT5FD5eCV1hNV8uLy+cJYfxpa0xiaEE3Llj 4XmU0MuzBqZpvpKQ2WJMINex1AVVSCtFDRk0MWHfT7mUJp30Riw+eJZ1WrIz2o52lRHx 8muUNPbeLU79iX+xFlkSksi+VEbUI4sk779xi1qdyXcE9keqq7Fq6LkrxLQPJoUkLAVB OTRb9nFNYU+gwOfWmZnGJfphyI1sYNudmJ4VpWL34YJop9HigfJWkYWdbnxdICrOjdfh ER6MF/E/zeFhsWhMMJxn/ZdKSoOlrJwitohc9gyfXHYarp8p9I4wWklEjl8aHXlUT50Y 45QQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:cc; bh=JqI8217HcOKvtz25HaA5IzgFx3oNoSVKLWSFm/0zx2s=; b=KaZ6g1C1JYO5ltCaJJYOdMlk1yHY0FTRmw2GF/cYCwgWjw344H24GxO5ZeJlR3+thc Tyx8Itnh603/q+VRE8HpnMyj5v53xreLkBewfjXSJpmQTq9dprGEvEO5cIXofWjouQTC 5s7kBC37RoviNS8LgVbXbbccaQFPdsaA9BK3wEuu/W9lM3mvEPXZZGrwcScnQ0tMoIJs OjmZkDXgasqgry31434Zg1AZD5fBpVd5nX1KkmGiojijOy2GeI4Kz4L1X3PMpq8ahZt6 TPVfRM9Vw78FrigmEcGLTh0tMtlKwRayedem14or+gPFfBMU9n0bH2BboH8XEHPU60Xj h8FQ== X-Gm-Message-State: AIVw110E51yvU/MIA5hb7QsIg3yuGxZLDnAWgoqMH3OMdO31mnoNKOko OBXrXAWqS4nZjpPItFRF2Qk2bgUnXw== X-Received: by 10.223.174.209 with SMTP id y75mt13604454wrc.19.1501541848288; Mon, 31 Jul 2017 15:57:28 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.28.208.3 with HTTP; Mon, 31 Jul 2017 15:57:27 -0700 (PDT) In-Reply-To: <201707312236.v6VMa31R077121@repo.freebsd.org> References: <201707312236.v6VMa31R077121@repo.freebsd.org> From: Alan Somers Date: Mon, 31 Jul 2017 16:57:27 -0600 X-Google-Sender-Auth: XxGll0vCoNqDwzGDrJCSrBc6RRM Message-ID: Subject: Re: svn commit: r321829 - in stable/10: lib/libc/sys share/man/man4 Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 31 Jul 2017 22:57:30 -0000 On Mon, Jul 31, 2017 at 4:36 PM, Alan Somers wrote: > Author: asomers > Date: Mon Jul 31 22:36:03 2017 > New Revision: 321829 > URL: https://svnweb.freebsd.org/changeset/base/321829 > > Log: > Clarify usage of aio(4) with kqueue(2) > > Reviewed by: jhb > MFC after: 3 weeks > Differential Revision: https://reviews.freebsd.org/D11299 > > Modified: > stable/10/lib/libc/sys/kqueue.2 > stable/10/share/man/man4/aio.4 > Directory Properties: > stable/10/ (props changed) Oops, I truncated the commit message. The full commit message should've been: MFC r320255: Clarify usage of aio(4) with kqueue(2) Reviewed by: jhb MFC after: 3 weeks Differential Revision: https://reviews.freebsd.org/D11299