From owner-svn-src-all@freebsd.org Sat Jan 9 20:19:22 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35E4FA6AEB7; Sat, 9 Jan 2016 20:19:22 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x235.google.com (mail-pf0-x235.google.com [IPv6:2607:f8b0:400e:c00::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D9C51B1B; Sat, 9 Jan 2016 20:19:22 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x235.google.com with SMTP id q63so25981117pfb.1; Sat, 09 Jan 2016 12:19:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=yFvzH21eo8SFz33kUdQ9dSkH0Y7IQYmmwE41lnMyP1E=; b=Mmlm7I3HNYCgv5IsDAUg8Yoj/CzouDo0ZGC5hhFOH1+uxiOT1B4yDAkOySQRjPQlIL /JSN6etir+NRwH/752CXbX7UYKTShEvxJARI+2Sws5hlRr09SSNPuTlEAauq+D/eoR0P xi7W40H8/UziNoyiNAWxinFqfpD09I+7mwRpfh1kt+iB1nITDN6+3F9Vj5irkzfrsyET AroYwa8pdOoiswqk0yY7snmpeqzZbMvZlCIeOAEqqIlwmb+fOtB3ipM9IdnkIYu/XJCz TiK7OCL4KOaVUbo62ztrvESnrA+gC05mFnyuNbDVvyl5caznVYDlEJ4rYI+P4NNmF8hb 5IEQ== X-Received: by 10.98.12.213 with SMTP id 82mr14199000pfm.116.1452370761621; Sat, 09 Jan 2016 12:19:21 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id s19sm2072771pfs.62.2016.01.09.12.19.19 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 09 Jan 2016 12:19:20 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r293459 - head/usr.sbin/bhyve From: NGie Cooper In-Reply-To: <569095B0.10707@freebsd.org> Date: Sat, 9 Jan 2016 12:19:18 -0800 Cc: Gleb Smirnoff , "George V. Neville-Neil" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <168E1B93-9853-4393-B9E9-9837EBB56254@gmail.com> References: <201601090308.u0938LAm090546@repo.freebsd.org> <20160109040933.GO1906@FreeBSD.org> <569095B0.10707@freebsd.org> To: Allan Jude X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 09 Jan 2016 20:19:22 -0000 > On Jan 8, 2016, at 21:08, Allan Jude wrote: >=20 > On 2016-01-08 23:09, Gleb Smirnoff wrote: >> On Sat, Jan 09, 2016 at 03:08:21AM +0000, George V. Neville-Neil = wrote: >> G> Author: gnn >> G> Date: Sat Jan 9 03:08:21 2016 >> G> New Revision: 293459 >> G> URL: https://svnweb.freebsd.org/changeset/base/293459 >> G>=20 >> G> Log: >> G> Add netmap support for bhyve >> G> =20 >> G> Submitted by: btw >> G> MFC after: 1 week >> G> Differential Revision: https://reviews.freebsd.org/D4826 >>=20 >> I guess "btw" is Tiwei Bei and he doesn't have FreeBSD account. >> The common rule is to put only valid FreeBSD accounts into "Submitted = by:" >> or full name and email (possibly mangled email). >>=20 >> Once you or someone else will request a commit access for Tiwei, >> and core@ will look into his submission record, grep(1) on his name=20= >> or email through commit logs will miss this important submission. >>=20 >=20 > How did they get a phabricator user of 'btw' without an account? I > thought all non @freebsd.org accounts were forced to be a full email > address. This was likely before the requirement was put in place. In = either way, this is a question probably best suited for phabric-admin, = not svn*. Thanks! -NGie [ngie@freefall ~]$ finger btw finger: btw: no such user [ngie@freefall ~]$ getent passwd | grep -i tiwei || echo not found not found [ngie@freefall ~]$=