From owner-svn-src-head@freebsd.org Tue Jan 12 16:49:33 2016 Return-Path: Delivered-To: svn-src-head@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 D6055A80B06; Tue, 12 Jan 2016 16:49:33 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 6D9261259; Tue, 12 Jan 2016 16:49:33 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id b14so330221246wmb.1; Tue, 12 Jan 2016 08:49:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-type:content-transfer-encoding; bh=pl6SI2AeW04yS/uJEq/GBEUSM5FiSJYoUTYhFP4Y9WM=; b=GY6NNcpvhclNlJamgGKpZUys6kxZoK43h/rrsWhISoSFPsPSTPwzK0QWMS83kEVMGm 4/Bc1IQzE7OaYqX/KJ0oM1TPaQKfoHMn3PQdXTRGyUDsVNtJ2QKOo2eBNMblAakePCJh 9KjEMnYqdBIL31gYYPHdDFG2Ys/gWZz11LfScY0Nz9Z85mwuk1XTiW8MByN9McSfQz/d pAht3KYo832mDnQYcURxAob8U7MZJy3xPNyTO89YWitiFY2T1KqKfbaCXo8Or9fz6pm1 L8Nd9Kz84ybOgYmJ9xj89jwevIsI+BXyVAy7AKdkwwEQSLS4BBPH7QxOJvbmWUHvYXxz u/iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:reply-to:mime-version:content-type :content-transfer-encoding; bh=pl6SI2AeW04yS/uJEq/GBEUSM5FiSJYoUTYhFP4Y9WM=; b=YrdPNb9It1wYa3azqxQQpQaxXoksIaIL7k0NIrsYKORmAL1LdbKSkhB7J/mXcuIhOa QkATp8InWcWiEH5gOHxnu7h5cuQtvn57uoHIAkLRa9oN/6PTPRHWoL+wa613s8P27LlI 3eH59DEv2lOKPYyOM9hCLXaqT2Anzad+OQnnnNUJ4JRHT0lRL4exRLdQt3ShA2lFGYe1 kjOl8OdA4NXx6R6mP7EvgFmrB/Ajq4GXqEz4Mgn+yW+ZGq4GDIvxRnQWY52X+zebBVP5 cLQrWmURcRJtoL5dKlHTi6cu7qvWjqvYTxL3dWIQPd8sgBMgzXzNXsAE0nRtil30MAy7 gnlQ== X-Gm-Message-State: ALoCoQk/X8pGLfo+8Z4P0RRIR/YIUFVFyhiz8G2pSbyN/E46iVlDjPvVXkI+yG8Bfokqxj2T9BHZmQz0iyvyvGHA4gbnd0GXDg== X-Received: by 10.194.156.199 with SMTP id wg7mr142007709wjb.114.1452617371823; Tue, 12 Jan 2016 08:49:31 -0800 (PST) Received: from ernst.home (p578E3BF4.dip0.t-ipconnect.de. [87.142.59.244]) by smtp.gmail.com with ESMTPSA id cv10sm74654930wjb.17.2016.01.12.08.49.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Jan 2016 08:49:30 -0800 (PST) Date: Tue, 12 Jan 2016 17:49:30 +0100 From: Gary Jennejohn To: Joel Dahl Cc: Sepherosa Ziehau , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r293720 - head/sys/dev/hyperv/netvsc Message-ID: <20160112174930.679dc4d4@ernst.home> In-Reply-To: <20160112075525.GA38087@ymer.vnode.se> References: <201601120141.u0C1fYbC080237@repo.freebsd.org> <20160112075525.GA38087@ymer.vnode.se> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 16:49:34 -0000 On Tue, 12 Jan 2016 08:55:25 +0100 Joel Dahl wrote: > On Tue, Jan 12, 2016 at 01:41:34AM +0000, Sepherosa Ziehau wrote: > > Author: sephe > > Date: Tue Jan 12 01:41:34 2016 > > New Revision: 293720 > > URL: https://svnweb.freebsd.org/changeset/base/293720 > > > > Log: > > hyperv/hn: Implement SIOC[SG]IFMEDIA support > > > > Many applications and kernel modules (e.g. bridge) rely on the ifmedia > > status report; give them what they want. > > > > Submitted by: Dexuan Cui > > Reviewed by: Jun Su , me, adrian > > Modified by: me (minor) > ^^^^^^^^^^^^^^^ Really? > > % finger me@freebsd.org > [freebsd.org] > Trying 8.8.178.110... > Login: me Name: Michael Elbel > Directory: /home/me Shell: /usr/local/bin/bash > No Mail. > Mail forwarded to: > me@consol.de > # me > No Plan. > Michael has been in the password file since the early 1990s when jkh added him and a number of other friends/colleagues from his days in Germany, including myself (gj@, but I had a commit bit at one time). Michael never had a commit bit and I doubt that he's even logged into freefall for years. Maybe his name should be changed to melbel, which would eliminate the me/me@ kerfuffle. -- Gary Jennejohn