From owner-svn-src-all@FreeBSD.ORG Mon Oct 12 10:54:03 2009 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 11BEE106566B; Mon, 12 Oct 2009 10:54:03 +0000 (UTC) (envelope-from alan.bsd@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id 6100A8FC08; Mon, 12 Oct 2009 10:54:02 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so401648qwd.7 for ; Mon, 12 Oct 2009 03:54:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=2Ruxpq6iG6Hw4sQCg3Z6/rISXsbmrYu3Xx/vJYuTx3g=; b=n3Kac3L5wNt/yXSct3HDnJ4fFsyq7X5x62FWmTsjICLnPbBDvOx4QtT0A9mxWT3unb VvWI3MbS9dlw5+XKrdf/CCHIhvxIzmoGbm+75F8K6XfQpmNCBoma/1ugV8YGrfrbqn4O cvxLSIsCZ676oJwdoVkTOJUk+383i5gPA6+Wo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pfiPEP6ewSTOaKzVhMGC8+V13Dtz2e4M8ufzKV+JaM+rsIZMWvhC8wKPkhKz2zjGol jLy2uhlTk5UqFwrZQXqONJlnfLTcGqYTSLzKgIr/wDwi4L8+ENHz6SWKZ3kHbaSs/5T2 nxmusFP67k9pC3fIBoodGX8z5OzaerbrjiuFs= MIME-Version: 1.0 Received: by 10.224.33.195 with SMTP id i3mr4573903qad.386.1255343297232; Mon, 12 Oct 2009 03:28:17 -0700 (PDT) In-Reply-To: References: <200910110008.n9B08tQc095922@svn.freebsd.org> Date: Mon, 12 Oct 2009 07:28:17 -0300 Message-ID: From: "Alan R. S. Bueno" To: Robert Watson , David Schultz 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: r197949 - head/lib/libc/sys 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: Mon, 12 Oct 2009 10:54:03 -0000 On Sun, Oct 11, 2009 at 5:55 PM, Robert Watson wrote: > > On Sun, 11 Oct 2009, David Schultz wrote: > >> Log: >> =A0Document errno codes added in r144530. > > Thanks! =A0Seeing this MFC'd for 8.0 wouldn't be such a bad thing either. > > Robert > > > >> Modified: >> =A0head/lib/libc/sys/intro.2 >> >> Modified: head/lib/libc/sys/intro.2 >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/lib/libc/sys/intro.2 =A0 Sat Oct 10 22:29:34 2009 =A0 =A0 =A0 = =A0(r197948) >> +++ head/lib/libc/sys/intro.2 =A0 Sun Oct 11 00:08:55 2009 =A0 =A0 =A0 = =A0(r197949) >> @@ -456,6 +456,14 @@ The specified extended attribute does no >> .It Er 88 EDOOFUS Em "Programming error" . >> A function or API is being abused in a way which could only be detected >> at run-time. >> +.It Er 89 EBADMSG Em "Bad message" . >> +A corrupted message was detected. >> +.It Er 90 EMULTIHOP Em "Multihop attempted" . >> +This error code is unused, but present for compatibility with other >> systems. >> +.It Er 91 ENOLINK Em "Link has been severed" . >> +This error code is unused, but present for compatibility with other >> systems. >> +.It Er 92 EPROTO Em "Protocol error" . >> +A device or socket encountered an unrecoverable protocol error. >> .It Er 93 ENOTCAPABLE Em "Capabilities insufficient" . >> An operation on a capability file descriptor requires greater privilege >> than >> the capability allows. >> Hi, That modification also imply modifying the template NLS catalog and the translations (or maybe translators should be advised to update their files (I don't know if they are aware of the change)). The patch to C.msg: Index: C.msg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/lib/libc/nls/C.msg,v retrieving revision 1.1 diff -u -r1.1 C.msg --- C.msg 27 Feb 2005 17:59:39 -0000 1.1 +++ C.msg 12 Oct 2009 10:14:33 -0000 @@ -181,6 +181,16 @@ 87 Attribute not found $ EDOOFUS 88 Programming error +$ EBADMSG +89 Bad message +$ EMULTIHOP +90 Multihop attempted +$ ENOLINK +91 Link has been severed +$ EPROTO +92 Protocol error +$ ENOTCAPABLE +93 Capabilities insufficient $ $ strsignal() support catalog $ Thanks!