From owner-svn-src-all@FreeBSD.ORG Tue Jan 4 17:41:53 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80D81106564A; Tue, 4 Jan 2011 17:41:53 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 90DF68FC12; Tue, 4 Jan 2011 17:41:52 +0000 (UTC) Received: by ewy24 with SMTP id 24so6788449ewy.13 for ; Tue, 04 Jan 2011 09:41:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=nCcdZ29bCeFEGOXdYccQSRdPflux9/OUx55FiUrnL1Q=; b=BHy3VvozQ1xeRBMcralSMjxAJfdPjRwKbe1wzBglY1yXs0kYbOAux+Xjr6TWWHEqvs kIZ8p+wbLoYEhuNXWG+wD3m56yn69GoowUQk/iFSQgOj1wGaVM6kL8IhtEjFVAMy6IUQ cB9P11cnOF2FKvhkK/1POuXvNjobJJgNnwaG8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=RRsRXzlDbX1wnBCrDhmAn/N2aByK1RpZSHzDUQMp7A1UOLNQDsGEv/dIGopZjgendy 2/aY2uarfp4ooGbMPpX1/k6R7kICMq7v2xmQtwsE+j1Cb1gIw43w2A0bDk2S9jcH8jZF MkCyTgXqNox6sAcLFpGOLHtrdx5CnpPPZZ/iY= MIME-Version: 1.0 Received: by 10.216.141.75 with SMTP id f53mr9288268wej.16.1294162911202; Tue, 04 Jan 2011 09:41:51 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.254.226 with HTTP; Tue, 4 Jan 2011 09:41:51 -0800 (PST) In-Reply-To: <201101041727.p04HRHZC048894@svn.freebsd.org> References: <201101041727.p04HRHZC048894@svn.freebsd.org> Date: Tue, 4 Jan 2011 09:41:51 -0800 X-Google-Sender-Auth: uP4vVMrYlZTmg4iGklkPa1nQ58c Message-ID: From: Garrett Cooper To: Konstantin Belousov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r216967 - head/usr.sbin/rtprio X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 04 Jan 2011 17:41:53 -0000 On Tue, Jan 4, 2011 at 9:27 AM, Konstantin Belousov wrote= : > Author: kib > Date: Tue Jan =A04 17:27:17 2011 > New Revision: 216967 > URL: http://svn.freebsd.org/changeset/base/216967 > > Log: > =A0Use errx() instead of err() in parseint. There is usually no interesti= ng > =A0information in errno. > > =A0Noted by: =A0 =A0 Garrett Cooper > =A0MFC after: =A0 =A01 week Someday it would be nice if we could have one standard / libraritized set of functions that properly handle overflow and all that good stuff (as bde has suggested to me elsewhere), but this is good enough for today. Thanks! -Garrett