From owner-svn-src-projects@FreeBSD.ORG Tue Mar 5 09:48:21 2013 Return-Path: Delivered-To: svn-src-projects@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3FF19995; Tue, 5 Mar 2013 09:48:21 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) by mx1.freebsd.org (Postfix) with ESMTP id C19B9C9; Tue, 5 Mar 2013 09:48:20 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.6/8.14.6) with ESMTP id r259mJcD054315; Tue, 5 Mar 2013 13:48:19 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.6/8.14.6/Submit) id r259mJu3054314; Tue, 5 Mar 2013 13:48:19 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 5 Mar 2013 13:48:19 +0400 From: Gleb Smirnoff To: Bruce Evans Subject: Re: svn commit: r247710 - projects/calloutng/sys/kern Message-ID: <20130305094819.GI48089@FreeBSD.org> References: <201303031339.r23DdsBU047737@svn.freebsd.org> <201303041521.06557.jhb@freebsd.org> <201303041620.52100.jhb@freebsd.org> <20130305201211.M902@besplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20130305201211.M902@besplex.bde.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: attilio@FreeBSD.org, Davide Italiano , src-committers@FreeBSD.org, svn-src-projects@FreeBSD.org, John Baldwin X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 05 Mar 2013 09:48:21 -0000 On Tue, Mar 05, 2013 at 08:43:33PM +1100, Bruce Evans wrote: B> > I think for new code we should prefer C99's bool to boolean_t. B> B> Why? There is no existing practice for this in the kernel. There is some B> in the Linux kernel :-). Why? Because it is standard. What for? To make it more easy for newcomers to start hacking on FreeBSD kernel. -- Totus tuus, Glebius.