svn commit: r333328 - head/sys/amd64/amd64

Rodney W. Grimes freebsd at pdx.rh.CN85.dnsmgr.net
Mon May 7 17:55:58 UTC 2018


[ 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 at tools.de     (Wolfgang Solfrank, TooLs GmbH) +49-228-985800

Thank you, that makes it clearer.

>   */
>  ENTRY(memmove)

-- 
Rod Grimes                                                 rgrimes at freebsd.org


More information about the svn-src-head mailing list