Date: Mon, 7 May 2018 10:55:55 -0700 (PDT) From: "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net> To: Mateusz Guzik <mjg@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r333328 - head/sys/amd64/amd64 Message-ID: <201805071755.w47HttWq056987@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201805071737.w47Hb72t010810@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[ Charset UTF-8 unsupported, converting... ] > Author: mjg > Date: Mon May 7 17:37:07 2018 > New Revision: 333328 > URL: https://svnweb.freebsd.org/changeset/base/333328 > > Log: > amd64: tweak the memmove comment regarding authorship > > To make it clear the mentioned author did not write memmove. > > Modified: > head/sys/amd64/amd64/support.S > > Modified: head/sys/amd64/amd64/support.S > ============================================================================== > --- head/sys/amd64/amd64/support.S Mon May 7 16:22:17 2018 (r333327) > +++ head/sys/amd64/amd64/support.S Mon May 7 17:37:07 2018 (r333328) > @@ -164,7 +164,7 @@ END(bcopy) > /* > * memmove(dst, src, cnt) > * rdi, rsi, rdx > - * Original by: > + * Adapted from bcopy written by: > * ws@tools.de (Wolfgang Solfrank, TooLs GmbH) +49-228-985800 Thank you, that makes it clearer. > */ > ENTRY(memmove) -- Rod Grimes rgrimes@freebsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805071755.w47HttWq056987>