From owner-svn-src-all@FreeBSD.ORG Thu Mar 7 12:27:59 2013 Return-Path: Delivered-To: svn-src-all@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 B30CCBED; Thu, 7 Mar 2013 12:27:59 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [IPv6:2001:770:10:300::86e2:510b]) by mx1.freebsd.org (Postfix) with SMTP id 577E1730; Thu, 7 Mar 2013 12:27:58 +0000 (UTC) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 7 Mar 2013 12:27:57 +0000 (GMT) Received: from maths.tcd.ie (localhost [127.0.0.1]) by walton.maths.tcd.ie (Postfix) with ESMTP id 2A5AD7306D; Thu, 7 Mar 2013 12:27:57 +0000 (GMT) To: Peter Grehan Subject: Re: svn commit: r247871 - head/usr.sbin/bhyve In-reply-to: Your message of "Thu, 07 Mar 2013 09:33:00 +1000." <201303062333.042821@dommail.onthenet.com.au> Date: Thu, 07 Mar 2013 12:27:56 +0000 From: David Malone Message-Id: <20130307122757.2A5AD7306D@walton.maths.tcd.ie> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Colin Percival X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 07 Mar 2013 12:27:59 -0000 > Any suggestions for better wording ? I submitted the comment block unchanged I think you could probably replace it with "Z(2^16)" or "mod 65536". In the code, it might be worth checking with bde@ to see what is the least amount of casting required to get the right answer. David.