Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2011 07:49:51 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/mips/string bzero.S
Message-ID:  <201102220750.p1M7o9oc095028@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jchandra    2011-02-22 07:49:51 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/mips/string bzero.S 
  Log:
  SVN rev 218939 on 2011-02-22 07:49:51Z by jchandra
  
  Fix bzero() for 64-bit.
  
  The existing implementation of bzero incorrectly clears bytes when the
  start address is not word aligned. Fix it by using REG_SHI macro which
  works on both 32 and 64 bit.
  
  Submitted by:   Artem Belevich (fbsdlist at src cx)
  
  Revision  Changes    Path
  1.5       +1 -19     src/lib/libc/mips/string/bzero.S



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102220750.p1M7o9oc095028>