From owner-freebsd-arch@freebsd.org Mon Jan 25 22:03:39 2021 Return-Path: Delivered-To: freebsd-arch@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 699E14F3949 for ; Mon, 25 Jan 2021 22:03:39 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DPkQg2bYQz3h0d; Mon, 25 Jan 2021 22:03:39 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f182.google.com (mail-yb1-f182.google.com [209.85.219.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 47AFD2DF3; Mon, 25 Jan 2021 22:03:39 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f182.google.com with SMTP id 84so1871913yba.3; Mon, 25 Jan 2021 14:03:39 -0800 (PST) X-Gm-Message-State: AOAM5330+FEK0cludadscAHLpW5e/qiEpQr/lGyMfccXQ0w1tV+6sxR3 8GcsAYCvVMrseFuNBCsflGExdb7qfSmz1fz6cUc= X-Google-Smtp-Source: ABdhPJzNPwaDipSEQ0vRYx43EiVvYNMy/jbz3kuwPeDJq/5yk6M1K+gKYm00HBBzEDcy5T22LJPwbE9+BMZ4AQZLC2E= X-Received: by 2002:a5b:410:: with SMTP id m16mr3912580ybp.451.1611612218704; Mon, 25 Jan 2021 14:03:38 -0800 (PST) MIME-Version: 1.0 References: <10fec1da415cd8d3c080a2173b9245ff35fceac8.camel@freebsd.org> In-Reply-To: <10fec1da415cd8d3c080a2173b9245ff35fceac8.camel@freebsd.org> From: Li-Wen Hsu Date: Tue, 26 Jan 2021 06:03:27 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Change in the uname To: Ian Lepore Cc: Warner Losh , "freebsd-arch@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2021 22:03:39 -0000 On Tue, Jan 26, 2021 at 5:04 AM Ian Lepore wrote: > That all sounds good, except the 'v' is a bit odd, normally it implies > a "version" number, which isn't exactly what this is. How about 'n' or > '#' since it's just a count? Seconded, sorry for discussing the color of bikeshed, but 'v' is also not intuitive to me. Since it is still a counter, and we are removing the 'g' in the second part, cXXXXX-HASH is still distinguishable with the old cXXXXX-gHASH. Or, maybe call it gXXXXX-HASH which stands for git commit count XXXXX, with hash value HASH? Best, Li-Wen