From owner-freebsd-standards@FreeBSD.ORG Wed Jul 29 16:00:19 2009 Return-Path: Delivered-To: freebsd-standards@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88A2C1065672 for ; Wed, 29 Jul 2009 16:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 762F18FC23 for ; Wed, 29 Jul 2009 16:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6TG0JRZ044490 for ; Wed, 29 Jul 2009 16:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6TG0J12044489; Wed, 29 Jul 2009 16:00:19 GMT (envelope-from gnats) Date: Wed, 29 Jul 2009 16:00:19 GMT Message-Id: <200907291600.n6TG0J12044489@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org From: Garrett Wollman Cc: Subject: Re: standards/137173: `uname -n` incorrect behavior X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Wollman List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2009 16:00:19 -0000 The following reply was made to PR standards/137173; it has been noted by GNATS. From: Garrett Wollman To: Andy Kosela Cc: freebsd-gnats-submit@freebsd.org Subject: Re: standards/137173: `uname -n` incorrect behavior Date: Wed, 29 Jul 2009 11:52:34 -0400 < said: > information. Is out there some standard defining it and explaining how > nodename (UUCP) convention should be applied to hostname (ARPA, NFS) > convention? No, that's why the POSIX specification leaves it completely implementation-defined. You have to remember that this value originally came from a "struct utsname" which had fixed-length (eight?-byte) fields, and the name was compiled into the kernel. (Hence UUCP names like "ihnp4", "mhuxu", and so on.) -GAWollman