From owner-svn-src-projects@FreeBSD.ORG Fri Nov 14 18:25:07 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 448B0266; Fri, 14 Nov 2014 18:25:07 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B7BB1D2B; Fri, 14 Nov 2014 18:25:06 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id sAEIP4Am012472 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 14 Nov 2014 21:25:04 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id sAEIP4MR012471; Fri, 14 Nov 2014 21:25:04 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 14 Nov 2014 21:25:04 +0300 From: Gleb Smirnoff To: Sergey Kandaurov Subject: Re: svn commit: r274513 - in projects/sendfile/sys: kern sys Message-ID: <20141114182504.GE1031@FreeBSD.org> References: <201411141555.sAEFtvur007240@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 18:25:07 -0000 On Fri, Nov 14, 2014 at 10:23:51PM +0400, Sergey Kandaurov wrote: S> On 14 November 2014 18:55, Gleb Smirnoff wrote: S> > Author: glebius S> > Date: Fri Nov 14 15:55:56 2014 S> > New Revision: 274513 S> > URL: https://svnweb.freebsd.org/changeset/base/274513 S> > S> [...] S> > Modified: projects/sendfile/sys/sys/sockbuf.h S> > ============================================================================== S> > --- projects/sendfile/sys/sys/sockbuf.h Fri Nov 14 15:50:16 2014 (r274512) S> > +++ projects/sendfile/sys/sys/sockbuf.h Fri Nov 14 15:55:56 2014 (r274513) S> > @@ -128,6 +128,7 @@ struct sockbuf { S> > #define M_NOTREADY M_PROTO1 /* m_data not populated yet */ S> > #define M_BLOCKED M_PROTO2 /* M_NOTREADY in front of m */ S> > #define M_NOTAVAIL (M_NOTREADY | M_BLOCKED) S> > +#define M_SBCUTTED M_PROTO3 /* mbuf was sbcutted out */ S> S> Seriously? There's no such word in (modern) English :). I also had such feeling, but translate.google.com convinced me wrong :) -- Totus tuus, Glebius.