cognet      2005-03-06 13:11:32 UTC
  FreeBSD src repository
  Modified files:
    sys/arm/arm          support.S 
  Log:
  Unlike NetBSD's bcopy(), our bcopy allows the two strings to overlap, even in
  kernel. So bring in the userland version, instead of just calling memcpy.
  
  Revision  Changes    Path
  1.8       +542 -3    src/sys/arm/arm/support.S