From owner-svn-src-head@freebsd.org Mon May 7 16:26:56 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 191A3FB600E; Mon, 7 May 2018 16:26:56 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f175.google.com (mail-io0-f175.google.com [209.85.223.175]) (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 A3B0B6CE7C; Mon, 7 May 2018 16:26:55 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f175.google.com with SMTP id f21-v6so34718898iob.13; Mon, 07 May 2018 09:26:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=Bzywtu4MT96gHk4yNV2HXS3i+OxjBVQ2EncfbsZrhWg=; b=OjVVV4SWB5MgospQsQnsIaH8vyiOsR22z6mI7r4hW0qC2VMME6xPUacSXYwhJ35ibQ xQQZMhk4KZAULRZqXfcFj8SQLH3bwb/iiowfQvLHnVG7zWGyut0+XviF1FJrSl++eXNI 4C48WPfRWGlLDk475FjxxwpyE9AAngAFumyXOI0SxultHSZ08Hd/sGhMEznrgKah14Uy cr5ljdFyeP//ckTCAilkqoO4CgZeBJcgCc3G4BUDMdtDsgvUala7GM8mi5AC6G7AciYZ OkF8HYQFpQgBawfagrBgkGaIAJIKoQS7ODr3U3TShNwF7gfYMq9I9GAtP55EYtFKXswh pvpQ== X-Gm-Message-State: ALQs6tBGK+EQ06/3PZ3PAcg60hguOI0U2LBt/5pknq/MZUHOjPeJ6CK0 4i2pX3pHW7dG2asNwRENyKWEebDx X-Google-Smtp-Source: AB8JxZr+ZacLNteG9NuCda3FU/5SPomekinf6cLla3MaJhflOffS/hKEcpUB1BXf09CHCG2OVFgPAw== X-Received: by 2002:a6b:1456:: with SMTP id 83-v6mr39489661iou.218.1525710409051; Mon, 07 May 2018 09:26:49 -0700 (PDT) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com. [209.85.223.182]) by smtp.gmail.com with ESMTPSA id v20-v6sm11019187iog.59.2018.05.07.09.26.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 May 2018 09:26:48 -0700 (PDT) Received: by mail-io0-f182.google.com with SMTP id g1-v6so25393299iob.2; Mon, 07 May 2018 09:26:48 -0700 (PDT) X-Received: by 2002:a6b:a867:: with SMTP id r100-v6mr39683057ioe.143.1525710408626; Mon, 07 May 2018 09:26:48 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:a40b:0:0:0:0:0 with HTTP; Mon, 7 May 2018 09:26:48 -0700 (PDT) In-Reply-To: <201805071545.w47FjZYA056520@pdx.rh.CN85.dnsmgr.net> References: <201805071507.w47F7SOs035073@repo.freebsd.org> <201805071545.w47FjZYA056520@pdx.rh.CN85.dnsmgr.net> From: Conrad Meyer Date: Mon, 7 May 2018 09:26:48 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r333324 - in head/sys: amd64/amd64 conf To: "Rodney W. Grimes" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 07 May 2018 16:26:56 -0000 On Mon, May 7, 2018 at 8:45 AM, Rodney W. Grimes wrote: >> + * ws@tools.de (Wolfgang Solfrank, TooLs GmbH) +49-228-985800 > > If the original is by ws@tools.de, who is this version by? > Or is this simply copied from some other FreeBSD file? This is covered thoroughly in lines 1-10 of the commit email: > Author: mjg ... > memmove is repurposed bcopy (arguments swapped, return value added)